[r5u87x-firmware] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit 6c1a781462cb5eaafcfc839fb12ac798025aab11
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 11:58:58 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
r5u87x-firmware.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/r5u87x-firmware.spec b/r5u87x-firmware.spec
index 79aa0db..bb17e22 100644
--- a/r5u87x-firmware.spec
+++ b/r5u87x-firmware.spec
@@ -3,7 +3,7 @@
Name: r5u87x-firmware
# This is a snapshot of 0.2.0 + some fixes
Version: 0.2.0
-Release: 14.%{snapshot}%{?dist}
+Release: 15.%{snapshot}%{?dist}
Summary: R5U87x firmware and loader
Group: System Environment/Kernel
# Source is GPL, firmware files are distributable
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.2.0-15.a9b2171d762b
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.2.0-14.a9b2171d762b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 3 months
[python-pyspotify] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit de215703defea39dc97ac87a72458fc919450a22
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 11:41:57 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
python-pyspotify.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/python-pyspotify.spec b/python-pyspotify.spec
index 4436155..046851c 100644
--- a/python-pyspotify.spec
+++ b/python-pyspotify.spec
@@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 2.1.2
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Python bindings for libspotify
License: ASL 2.0
@@ -78,6 +78,9 @@ rm _build/html/.buildinfo
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.1.2-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Sat May 30 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.1.2-4
- Rebuild for python-3.9
4 years, 3 months
[pyskool] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit a00a7ebaf2c001082ded021f8fd4bf7e580eb70c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 11:41:39 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
pyskool.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/pyskool.spec b/pyskool.spec
index 11951c2..6b83740 100644
--- a/pyskool.spec
+++ b/pyskool.spec
@@ -1,6 +1,6 @@
Name: pyskool
Version: 1.2.1
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Remakes of Skool Daze and Back to Skool
# Proprietary graphics from the original game are used
@@ -90,6 +90,9 @@ install -p -m0644 man/man6/* %{buildroot}%{_mandir}/man6/
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.2.1-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Sat May 30 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.2.1-8
- Rebuild for python-3.9
4 years, 3 months
[pcsx2] Improve compatibility with new CMake macro
by Leigh Scott
commit 224a5757b716bb27c0143734531864a0b5e82c87
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 11:39:08 2020 +0100
Improve compatibility with new CMake macro
pcsx2.spec | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/pcsx2.spec b/pcsx2.spec
index 69204fc..8b5a4ac 100644
--- a/pcsx2.spec
+++ b/pcsx2.spec
@@ -1,5 +1,7 @@
%global appname PCSX2
+%undefine __cmake_in_source_build
+
Name: pcsx2
Version: 1.6.0
Release: 3%{?dist}
@@ -10,7 +12,7 @@ URL: https://pcsx2.net
Source0: https://github.com/%{appname}/%{name}/archive/v%{version}/%{name}-%{versi...
ExclusiveArch: i686
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
BuildRequires: gettext
@@ -61,7 +63,6 @@ Translations files for %{appname}.
%prep
%autosetup -p1
-mkdir -p %{_target_platform}
# Unbundle third-party
rm -r 3rdparty/
@@ -69,8 +70,7 @@ rm -r 3rdparty/
%build
%set_build_flags
-pushd %{_target_platform}
-%cmake -G Ninja \
+%cmake3 -G Ninja \
-DCMAKE_BUILD_PO=TRUE \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
@@ -84,13 +84,12 @@ pushd %{_target_platform}
-DXDG_STD=TRUE \
-DEGL_API=TRUE \
%dnl # TODO: Fix build with LTO: -DUSE_LTO=TRUE \
- ..
-popd
-%ninja_build -C %{_target_platform}
+
+%cmake3_build
%install
-%ninja_install -C %{_target_platform}
+%cmake3_install
%find_lang %{name}_Iconized
%find_lang %{name}_Main
4 years, 3 months
[pgplot] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit 10aa97476bc11e9006e850426ec6f5583b0f01c7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 11:34:42 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
pgplot.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/pgplot.spec b/pgplot.spec
index 47efb0d..bf443ef 100644
--- a/pgplot.spec
+++ b/pgplot.spec
@@ -3,7 +3,7 @@
Name: pgplot
%define lvmajor 5
Version: 5.2.2
-Release: 49%{?dist}
+Release: 50%{?dist}
Summary: Graphic library for making simple scientific graphs
License: freely available for non-commercial use
@@ -211,6 +211,9 @@ done
%{_bindir}/*
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 5.2.2-50
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Sun May 17 2020 Leigh Scott <leigh123linux(a)gmail.com> - 5.2.2-49
- Fix FTBFS
4 years, 3 months