[mock-rpmfusion-free/f27] F29 GA
by Sérgio M. Basto
Summary of changes:
89c6b7a... F29 GA (*)
(*) This commit already existed in another branch; no separate mail sent
6 years
[mock-rpmfusion-free/f28] F29 GA
by Sérgio M. Basto
Summary of changes:
89c6b7a... F29 GA (*)
(*) This commit already existed in another branch; no separate mail sent
6 years
[mock-rpmfusion-free/f29] F29 GA
by Sérgio M. Basto
Summary of changes:
89c6b7a... F29 GA (*)
(*) This commit already existed in another branch; no separate mail sent
6 years
[mock-rpmfusion-free] F29 GA
by Sérgio M. Basto
commit 89c6b7a57b75d3193bc617ce5919fa15b54c89c0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Oct 29 13:05:04 2018 +0000
F29 GA
.gitignore | 1 +
mock-rpmfusion-free.spec | 10 +++++++---
sources | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f85a047..f882e90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ mock-rpmfusion-free-23.0.tar.bz2
/mock-rpmfusion-free-28.0.tar.bz2
/mock-rpmfusion-free-28.1.tar.bz2
/mock-rpmfusion-free-29.0.tar.bz2
+/mock-rpmfusion-free-29.1.tar.bz2
diff --git a/mock-rpmfusion-free.spec b/mock-rpmfusion-free.spec
index 9794c39..60c9a9e 100644
--- a/mock-rpmfusion-free.spec
+++ b/mock-rpmfusion-free.spec
@@ -1,5 +1,5 @@
Name: mock-rpmfusion-free
-Version: 29.0
+Version: 29.1
Release: 1%{?dist}
Summary: Mock config files for the RPM Fusion Free Repository
@@ -9,7 +9,7 @@ URL: https://rpmfusion.org/
Source0: https://github.com/rpmfusion-infra/mock-rpmfusion/releases/download/%{ver...
BuildArch: noarch
-Requires: mock-core-configs >= 29.0
+Requires: mock-core-configs >= 29.1
%description
Mock config files for the RPM Fusion Free Repository
@@ -34,10 +34,14 @@ install -pm 0644 etc/mock/*_free.cfg %{buildroot}%{_sysconfdir}/mock
%changelog
-* Thu Aug 30 2018 Sérgio Basto <sergio(a)serjux.com> - 29.0-2
+* Mon Oct 29 2018 Sérgio Basto <sergio(a)serjux.com> - 29.1-1
+- F29 GA
+
+* Thu Aug 30 2018 Sérgio Basto <sergio(a)serjux.com> - 29.0-1
- Add F29 branch and drop F26
- Not include s390x configs (RPMFusion don't have it)
- Include README.txt to help on make these packages.
+- Requires: mock-core-configs >= @VERSION@ instead mock itself
* Sat Jun 02 2018 Sérgio Basto <sergio(a)serjux.com> - 28.1-2
- Fix changelog version
diff --git a/sources b/sources
index 84def19..a07ff18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cde4e59237932d7855e2842f02540cc3 mock-rpmfusion-free-29.0.tar.bz2
+5603a2fe1c04af2fabc3c6ee67987398 mock-rpmfusion-free-29.1.tar.bz2
6 years
[dream/f27] Initial version (#5042)
by Jaroslav Škarvada
Summary of changes:
9948515... Initial version (#5042) (*)
(*) This commit already existed in another branch; no separate mail sent
6 years
[dream/f28] Initial version (#5042)
by Jaroslav Škarvada
Summary of changes:
9948515... Initial version (#5042) (*)
(*) This commit already existed in another branch; no separate mail sent
6 years
[dream/f29] Initial version (#5042)
by Jaroslav Škarvada
Summary of changes:
9948515... Initial version (#5042) (*)
(*) This commit already existed in another branch; no separate mail sent
6 years
[dream] Initial version (#5042)
by Jaroslav Škarvada
commit 994851570c4fe20bf355e311cf948249f9b48263
Author: Jaroslav Škarvada <jskarvad(a)redhat.com>
Date: Mon Oct 29 12:26:24 2018 +0100
Initial version (#5042)
Signed-off-by: Jaroslav Škarvada <jskarvad(a)redhat.com>
.gitignore | 1 +
dream-2.1.1-use-system-libs.patch | 58 ++++++++++++++++++++++++++++++++
dream.desktop | 7 ++++
dream.spec | 71 +++++++++++++++++++++++++++++++++++++++
sources | 1 +
5 files changed, 138 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8cbe3d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dream-2.1.1-svn808.tar.gz
diff --git a/dream-2.1.1-use-system-libs.patch b/dream-2.1.1-use-system-libs.patch
new file mode 100644
index 0000000..8560897
--- /dev/null
+++ b/dream-2.1.1-use-system-libs.patch
@@ -0,0 +1,58 @@
+diff --git a/dream.pro b/dream.pro
+index 384bfda..974a902 100644
+--- a/dream.pro
++++ b/dream.pro
+@@ -3,8 +3,6 @@ CONFIG += warn_on
+ TARGET = dream
+ OBJECTS_DIR = obj
+ DEFINES += EXECUTABLE_NAME=$$TARGET
+-LIBS += -L$$OUT_PWD/lib
+-INCLUDEPATH += $$OUT_PWD/include
+ contains(QT_VERSION, ^4\\..*) {
+ CONFIG += qt qt4
+ VERSION_MESSAGE = Qt 4
+@@ -144,7 +142,7 @@ unix:!cross_compile {
+ packagesExist(gpsd) {
+ CONFIG += gps
+ }
+- packagesExist(pcap) {
++ exists(/usr/include/pcap.h) {
+ CONFIG += pcap
+ }
+ packagesExist(opus) {
+@@ -225,13 +223,13 @@ win32 {
+ LIBS += -lz
+ }
+ }
+-exists($$OUT_PWD/include/neaacdec.h) {
++exists(/usr/include/neaacdec.h) {
+ DEFINES += HAVE_LIBFAAD \
+ USE_FAAD2_LIBRARY
+ LIBS += -lfaad_drm
+ message("with FAAD2")
+ }
+-exists($$OUT_PWD/include/faac.h) {
++exists(/usr/include/faac.h) {
+ DEFINES += HAVE_LIBFAAC \
+ USE_FAAC_LIBRARY
+ LIBS += -lfaac_drm
+@@ -298,7 +296,7 @@ qwt {
+ LIBS += -lqwtd
+ } else {
+ # unix | win release
+- LIBS += -lqwt
++ LIBS += -lqwt-qt5
+ }
+ }
+ !crosscompile {
+@@ -327,8 +325,8 @@ qwt {
+ }
+ }
+ }
+- exists($$OUT_PWD/include/qwt/qwt.h) {
+- INCLUDEPATH += $$OUT_PWD/include/qwt
++ exists(/usr/include/qt5/qwt/qwt.h) {
++ INCLUDEPATH += /usr/include/qt5/qwt
+ }
+ }
+ alsa {
diff --git a/dream.desktop b/dream.desktop
new file mode 100644
index 0000000..b7d889e
--- /dev/null
+++ b/dream.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Dream
+Comment=Digital Radio Mondiale (DRM) receiver
+Exec=/usr/bin/dream
+Icon=dream
+Terminal=false
diff --git a/dream.spec b/dream.spec
new file mode 100644
index 0000000..6719821
--- /dev/null
+++ b/dream.spec
@@ -0,0 +1,71 @@
+# it seems upstream released tarballs have svn suffix even for stable versions
+%global ver_suffix svn808
+
+Name: dream
+Version: 2.1.1
+Release: 5%{?dist}
+Summary: A software radio for AM and Digital Radio Mondiale (DRM)
+License: GPLv2+
+URL: https://sourceforge.net/projects/drm/
+Source0: https://downloads.sourceforge.net/project/drm/%{name}/%{version}/%{name}-...
+Source1: dream.desktop
+Patch0: dream-2.1.1-use-system-libs.patch
+BuildRequires: gcc-c++, hamlib-devel, dos2unix, qt5-devel, pulseaudio-libs-devel
+BuildRequires: libpcap-devel, gpsd-devel, libsndfile-devel, speexdsp-devel, fftw-devel
+BuildRequires: opus-devel, faad2-devel, qwt-qt5-devel, qt5-qtwebkit-devel
+BuildRequires: desktop-file-utils
+BuildRequires: faac-devel > 1.29.9.2-3
+Requires: hicolor-icon-theme
+
+%description
+Dream is a software implementation of a Digital Radio Mondiale (DRM) receiver.
+With Dream, DRM broadcasts can be received with a modified analog
+receiver (SW, MW, LW) and a PC with a sound card.
+
+%prep
+%setup -q -n %{name}
+
+# convert CRLF to LF
+dos2unix dream.pro
+
+%patch0 -p1 -b .use-system-libs
+
+%build
+OUT_PWD="%{_prefix}" %{qmake_qt5} ./dream.pro
+
+%install
+%make_install INSTALL_ROOT="%{buildroot}"
+
+# icon
+install -Dpm 0644 src/GUI-QT/res/MainIcon.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/dream.svg
+
+# desktop file
+mkdir -p %{buildroot}%{_datadir}/applications
+desktop-file-install --add-category="Utility" \
+ --dir=%{buildroot}%{_datadir}/applications \
+ %{S:1}
+
+%files
+%license COPYING
+%doc AUTHORS README NEWS TODO ChangeLog
+%{_bindir}/dream
+%{_datadir}/icons/hicolor/scalable/apps/dream.svg
+%{_datadir}/applications/dream.desktop
+%{_mandir}/man1/*
+
+%changelog
+* Fri Oct 26 2018 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.1.1-5
+- Built with qwt-qt5
+
+* Wed Oct 24 2018 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.1.1-4
+- Added minimal version to build require for faac (DRM enabled version)
+
+* Wed Oct 24 2018 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.1.1-3
+- Built with libpcap
+
+* Tue Oct 23 2018 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.1.1-2
+- Enabled faac DRM
+- Built with Qt5
+
+* Sat Oct 6 2018 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.1.1-1
+- Initial version
diff --git a/sources b/sources
index e69de29..dd593f3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4745a4f03216bc3afda077398d0e5d3b dream-2.1.1-svn808.tar.gz
6 years
[mixxx] 3rd upsteam beta snapshot for 2.2.0
by Uwe Klotz
commit 1fe3bf653010b98ec0954a188b6e37a26e0ccd4b
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sun Oct 28 18:42:57 2018 +0100
3rd upsteam beta snapshot for 2.2.0
.gitignore | 1 +
mixxx.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 673daf5..5700a2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ mixxx-1.11.0-src.tar.gz
/mixxx-release-2.1.4.tar.gz
/mixxx-33e0cc33ee840d0b6c24ffa8f753b2b3e8ae5c34.tar.gz
/mixxx-b48824650738f43ccaceeca3f686e202d12e2be5.tar.gz
+/mixxx-96f139d8fe70b209eddf249230e88d35d16a70e6.tar.gz
diff --git a/mixxx.spec b/mixxx.spec
index 23031ac..6656672 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -2,9 +2,9 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit b48824650738f43ccaceeca3f686e202d12e2be5
+%global gitcommit 96f139d8fe70b209eddf249230e88d35d16a70e6
# Format: <yyyymmdd>
-%global gitcommitdate 20181009
+%global gitcommitdate 20181027
%if "%{?gitcommit}" == ""
# (Pre-)Releases
@@ -17,7 +17,7 @@
Name: mixxx
Version: 2.2.0
-Release: 0.2%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.3%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
@@ -164,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%changelog
+* Sun Oct 28 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.0-0.3.beta.20181027git96f139d
+- 3rd upsteam beta snapshot for 2.2.0
+
* Tue Oct 09 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.0-0.2.beta.20181009gitb488246
- 2nd upsteam beta snapshot for 2.2.0
diff --git a/sources b/sources
index a7ac6e4..790ea81 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f8b11dd340e0f7874040fdaac81259cb mixxx-b48824650738f43ccaceeca3f686e202d12e2be5.tar.gz
+7224b4f5dd7adad1b5c4ea7b24e18eb3 mixxx-96f139d8fe70b209eddf249230e88d35d16a70e6.tar.gz
6 years