[mixxx] Remove obsolete dependency (already commented out)
by Uwe Klotz
commit 7f738c22cc88eec5e92ca93a9dd452f7a20b1e29
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Fri Aug 9 21:11:29 2019 +0200
Remove obsolete dependency (already commented out)
mixxx.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index c3c876a..d1cc25f 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -74,7 +74,6 @@ BuildRequires: wavpack-devel
# currently bundled and statically linked to avoid unexpected
# behavior due to version differences.
#BuildRequires: libebur128-devel
-#BuildRequires: vamp-plugin-sdk-devel
%description
5 years, 3 months
[mixxx] Add TODO notes for upgrading to a newer SCons version with Mixxx 2.3.0
by Uwe Klotz
commit e203b27172d3322ff9d6c708d591fa806fd113bb
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Fri Aug 9 21:10:48 2019 +0200
Add TODO notes for upgrading to a newer SCons version with Mixxx 2.3.0
mixxx.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/mixxx.spec b/mixxx.spec
index 8c5f851..c3c876a 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -28,6 +28,7 @@ Source0: https://github.com/mixxxdj/%{name}/archive/%{sources}.tar.gz#/%{
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: protobuf-compiler
+# TODO: Update to python3-scons for 2.3.0
BuildRequires: python2-scons
# Build Requirements
@@ -101,6 +102,7 @@ MIDI and HID devices.
export CFLAGS=$RPM_OPT_FLAGS
export LDFLAGS=$RPM_LD_FLAGS
export LIBDIR=%{_libdir}
+# TODO: Switch from scons-2 to scons(-3) for 2.3.0
scons-2 %{?_smp_mflags} \
prefix=%{_prefix} \
qtdir=%{_qt5_prefix} \
@@ -121,6 +123,7 @@ scons-2 %{?_smp_mflags} \
export CFLAGS=$RPM_OPT_FLAGS
export LDFLAGS=$RPM_LD_FLAGS
export LIBDIR=%{_libdir}
+# TODO: Switch from scons-2 to scons(-3) for 2.3.0
scons-2 %{?_smp_mflags} \
prefix=%{_prefix} \
qtdir=%{_qt5_prefix} \
5 years, 3 months
[osmose] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
by Leigh Scott
commit 4f7efbc6ed3af827b7bd5af7cf6e74238e1c5fe2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 9 20:06:12 2019 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
osmose.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/osmose.spec b/osmose.spec
index ba12bed..aff9fa2 100644
--- a/osmose.spec
+++ b/osmose.spec
@@ -3,7 +3,7 @@
Name: osmose
Version: 0.9.96
-Release: 14%{?dist}
+Release: 15%{?dist}
Summary: A Sega Master System / Game Gear emulator
License: GPLv3+
@@ -74,6 +74,9 @@ desktop-file-install \
%changelog
+* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.9.96-15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
* Thu Mar 07 2019 Andrea Musuruane <musuruan(a)gmail.com> - 0.9.96-14
- Added gcc dependency
- Updated BR to minizip-compat-devel for F30+
5 years, 3 months