[mythtv/el7] (10 commits) ...Merge branch 'master' into el7
by Richard Shaw
Summary of changes:
f8039a2... Update to latest upstream release. Move bundled ffmpeg libr (*)
c1c9e16... Upload sources. (*)
2c807d7... - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass (*)
7d09a84... Update to latest fixes/0.28. Exclude ppc64 and ppc64le due (*)
f464c52... Add patch from upstream to fix ppc bug. (*)
9edf02d... Revert use ppc patch since it doesn't work. (*)
da8e95a... Bump release back down to 3 for other releases. (*)
2c7c204... Add patch from upstream to fix ppc bug. (*)
fdd75a4... Perl 5.26 rebuild (*)
9519ac4... Merge branch 'master' into el7
(*) This commit already existed in another branch; no separate mail sent
7 years, 3 months
[chromium-libs-media-freeworld: 2/3] BR: mesa-libGL-devel
by Miro Hrončok
commit 2d02baa29cd7f388c10c1d14ce9d3df9be890ba4
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Fri Jul 21 11:42:08 2017 -0400
BR: mesa-libGL-devel
chromium.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/chromium.spec b/chromium.spec
index 045fffb..e5043e4 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -253,6 +253,7 @@ BuildRequires: libusb-devel
BuildRequires: libXdamage-devel
BuildRequires: libXScrnSaver-devel
BuildRequires: libXtst-devel
+BuildRequires: mesa-libGL-devel
BuildRequires: nodejs
BuildRequires: nss-devel
BuildRequires: pciutils-devel
7 years, 3 months
[chromium-libs-media-freeworld: 1/3] use posttrans to ensure that old shared libs are gone before trying to make symlinks
by Miro Hrončok
commit d2fc3a146dc3ad3a8251f5da6fa387ed79cd975c
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Fri Jul 21 10:17:22 2017 -0400
use posttrans to ensure that old shared libs are gone before trying to make symlinks
chromium.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/chromium.spec b/chromium.spec
index b3b2262..045fffb 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -115,7 +115,7 @@ BuildRequires: libicu-devel >= 5.4
Name: chromium%{chromium_channel}
Version: %{majorversion}.0.3071.115
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -1534,7 +1534,7 @@ if st and st.type == "link" then
os.remove(path)
end
-%post libs
+%posttrans libs
%{_sbindir}/update-alternatives --install \
%{_libdir}/chromium-browser/libwidevinecdm.so libwidevinecdm.so \
%{_libdir}/chromium-browser/libwidevinecdm.so.fedora 10
@@ -1546,7 +1546,7 @@ if [ $1 = 0 ]; then
fi
%if %{freeworld}
-%post libs-media-freeworld
+%posttrans libs-media-freeworld
%{_sbindir}/update-alternatives --install \
%{_libdir}/chromium-browser/libffmpeg.so libffmpeg.so \
%{_libdir}/chromium-browser/libffmpeg.so.freeworld 5 \
@@ -1563,7 +1563,7 @@ if [ $1 = 0 ]; then
%{_libdir}/chromium-browser/libffmpeg.so.freeworld
fi
%else
-%post libs-media
+%posttrans libs-media
%{_sbindir}/update-alternatives --install \
%{_libdir}/chromium-browser/libffmpeg.so libffmpeg.so \
%{_libdir}/chromium-browser/libffmpeg.so.fedora 10 \
@@ -1740,6 +1740,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%changelog
+* Fri Jul 21 2017 Tom Callaway <spot(a)fedoraproject.org> 59.0.3071.115-3
+- use posttrans to ensure that old libs are gone before trying to make alternative symlinks
+
* Thu Jul 13 2017 Tom Callaway <spot(a)fedoraproject.org> 59.0.3071.115-2
- fix scriptlets
7 years, 3 months