[qt5-qtwebengine-freeworld] use bundled minizip on f30+ (rhbz#1632196)
by Rex Dieter
commit ee2c2d7892bf9c18438670eff5a097fb0aa9d7e2
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Mon Sep 24 13:14:13 2018 -0500
use bundled minizip on f30+ (rhbz#1632196)
qt5-qtwebengine-freeworld.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index 85b56e0..b06d019 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -44,7 +44,7 @@
Summary: Qt5 - QtWebEngine components (freeworld version)
Name: qt5-qtwebengine-freeworld
Version: 5.11.1
-Release: 2%{?dist}
+Release: 3%{?dist}
%global major_minor %(echo %{version} | cut -d. -f-2)
%global major %(echo %{version} | cut -d. -f1)
@@ -167,13 +167,10 @@ BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(opus)
BuildRequires: pkgconfig(libevent)
BuildRequires: pkgconfig(zlib)
-# make sure we get the right minizip
-# this conditional should only be temporary, see also:
-# https://bugzilla.redhat.com/show_bug.cgi?id=1630448
-%if 0%{?fedora} > 29
-BuildRequires: minizip-compat-devel
-%else
+%if 0%{?fedora} && 0%{?fedora} < 30
BuildRequires: pkgconfig(minizip)
+%else
+Provides: bundled(minizip) = 1.2
%endif
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xi)
@@ -436,6 +433,9 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Mon Sep 24 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.1-3
+- use bundled minizip on f30+ (rhbz#1632196)
+
* Mon Sep 17 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.1-2
- enable %%arm in bootstrap too
6 years, 2 months
[ffmpeg] Update current cuda release
by Nicolas Chauvet
commit 3356e6dda2961d9e3f562aef5003842870733ca3
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Sep 24 16:04:34 2018 +0200
Update current cuda release
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index a7b7ebc..ae3cae5 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -48,7 +48,7 @@
# extras flags
%if 0%{!?_cuda_version:1}
-%global _cuda_version 9.2
+%global _cuda_version 10.0
%endif
%global _cuda_rpm_version %(echo %{_cuda_version} | sed -e 's/\\./-/')
%if 0%{?_with_cuda:1}
6 years, 2 months
[ffmpeg] Drop i686 as cuda arch
by Nicolas Chauvet
commit 78eeb77c6bf003444c3b9ee81446fde374a49d3b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Sep 24 16:03:54 2018 +0200
Drop i686 as cuda arch
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 641203e..a7b7ebc 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -5,7 +5,7 @@
#global rel rc1
# Cuda and others are only available on some arches
-%global cuda_arches x86_64 i686
+%global cuda_arches x86_64
%if 0%{?fedora} >= 25
# OpenCV 3.X has an overlinking issue - unsuitable for core libraries
6 years, 2 months
[ffmpeg/f27] Drop i686 as cuda arch
by Nicolas Chauvet
commit 765d03a72e9c699f13605e2eb5f8be8746544234
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Sep 24 16:03:19 2018 +0200
Drop i686 as cuda arch
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 30c02d1..3c6dbf1 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -5,7 +5,7 @@
#global rel rc1
# Cuda and others are only available on some arches
-%global cuda_arches x86_64 i686
+%global cuda_arches x86_64
%if 0%{?fedora} >= 25
# OpenCV 3.X has an overlinking issue - unsuitable for core libraries
6 years, 2 months
[mixxx/f29] (6 commits) ...Fix RPATH issues
by Uwe Klotz
Summary of changes:
00eed79... 1st upstream beta test release for 2.2.0 (*)
6599abe... Add missing Qt5 dependencies (*)
72efd22... Add missing LV2 dependency and remove obsolete dependencies (*)
201b08a... Re-add missing libGL(U) dependencies (*)
46d35c0... Fix package build and update snapshot (*)
efddb5e... Fix RPATH issues (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 2 months