[mopidy-spotify] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit 13a32a408518d8034f344660b96a11bf912c6572
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 11:11:59 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
mopidy-spotify.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mopidy-spotify.spec b/mopidy-spotify.spec
index a4b8926..9647aaa 100644
--- a/mopidy-spotify.spec
+++ b/mopidy-spotify.spec
@@ -2,7 +2,7 @@
Name: mopidy-spotify
Version: 4.0.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Mopidy extension for playing music from Spotify
License: ASL 2.0
@@ -46,6 +46,9 @@ rm MANIFEST.in
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.0.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Sat May 30 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.0.1-2
- Rebuild for python-3.9
4 years, 3 months
[mendeleydesktop] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit f1f27b82cd0bb6cb8ff0b89a02e4f461fd047c57
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 10:31:30 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
mendeleydesktop.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mendeleydesktop.spec b/mendeleydesktop.spec
index 65ccf9e..87f5d39 100644
--- a/mendeleydesktop.spec
+++ b/mendeleydesktop.spec
@@ -4,7 +4,7 @@
Name: mendeleydesktop
Version: 1.19.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Academic reference management software for researchers
License: LGPLv2+ and Mendeley and MIT and CC-BY-SA and (CPAL or AGPLv3) and BSD
@@ -166,6 +166,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}-libre
%{_metainfodir}/%{name}-libreoffice.metainfo.xml
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.19.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Sat May 09 2020 Luya Tshimbalanga <luya_tfz(a)thefinalzone.net> - 1.19.6-1
- Update to 1.19.6
4 years, 3 months
[megasync] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit c0905c8da3230eb5dede2158ce2da583b5368475
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 10:31:11 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
megasync.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/megasync.spec b/megasync.spec
index f26d5d2..bf5845b 100644
--- a/megasync.spec
+++ b/megasync.spec
@@ -12,7 +12,7 @@
Name: megasync
Version: 4.3.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Easy automated syncing between your computers and your MEGA cloud drive
# MEGAsync is under a proprietary license, except the SDK which is BSD
License: Proprietary and BSD
@@ -249,6 +249,9 @@ popd
%endif
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.3.3.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Mon Jul 27 2020 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.3.3.0-1
- Update to 4.3.3.0
4 years, 3 months
[intel-media-driver] Improve compatibility with new CMake macro
by Leigh Scott
commit 2ab67130ab915cab7a15da4e60d8ad6ea349fb5f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 10:20:32 2020 +0100
Improve compatibility with new CMake macro
intel-media-driver.spec | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/intel-media-driver.spec b/intel-media-driver.spec
index 91ab3db..6bf6a6d 100644
--- a/intel-media-driver.spec
+++ b/intel-media-driver.spec
@@ -1,5 +1,7 @@
#global pre .pre3
+%undefine __cmake_in_source_build
+
Name: intel-media-driver
Version: 20.2.0
Release: 4%{?dist}
@@ -13,7 +15,7 @@ Source1: intel-media-driver.metainfo.xml
ExclusiveArch: i686 x86_64
-BuildRequires: cmake >= 3.5
+BuildRequires: cmake3 >= 3.5
BuildRequires: gcc
BuildRequires: gcc-c++
@@ -54,20 +56,19 @@ sed -e "/-Werror/d" -i media_driver/media_top_cmake.cmake
%ifarch %{ix86}
export CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"
%endif
-%cmake \
+%cmake3 \
%ifarch %{ix86}
-DARCH:STRING=32 \
%endif
-DBUILD_CMRTLIB:BOOL=False \
-DMEDIA_RUN_TEST_SUITE:BOOL=False \
- -DRUN_TEST_SUITE:BOOL=False \
- ..
+ -DRUN_TEST_SUITE:BOOL=False
-%cmake_build V=1
+%cmake3_build
%install
-%cmake_install
+%cmake3_install
# Fix perm on library to be stripped
chmod +x %{buildroot}%{_libdir}/dri/iHD_drv_video.so
4 years, 3 months