diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2015-09-02 09:47:23 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2015-09-02 12:03:22 +0800 |
commit | dbe06f052e485ccd8aab833201a5afc4b2fbab9b (patch) | |
tree | dd19654a84fdc91c662279b101d6f56ea513af63 | |
parent | 471c523a9bf5590cc47229bb7702da1a3e8f072e (diff) | |
download | copr-rpm-spec-dbe06f052e485ccd8aab833201a5afc4b2fbab9b.tar copr-rpm-spec-dbe06f052e485ccd8aab833201a5afc4b2fbab9b.tar.gz copr-rpm-spec-dbe06f052e485ccd8aab833201a5afc4b2fbab9b.tar.bz2 copr-rpm-spec-dbe06f052e485ccd8aab833201a5afc4b2fbab9b.tar.lz copr-rpm-spec-dbe06f052e485ccd8aab833201a5afc4b2fbab9b.tar.xz copr-rpm-spec-dbe06f052e485ccd8aab833201a5afc4b2fbab9b.tar.zst copr-rpm-spec-dbe06f052e485ccd8aab833201a5afc4b2fbab9b.zip |
chromium: Chromium 44.0.2403.157 -> 45.0.2454.85
-rw-r--r-- | chromium/chromium/chromium.spec | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/chromium/chromium/chromium.spec b/chromium/chromium/chromium.spec index d18caff..c1a5add 100644 --- a/chromium/chromium/chromium.spec +++ b/chromium/chromium/chromium.spec @@ -7,8 +7,8 @@ # $ curl -s 'https://omahaproxy.appspot.com/all?os=linux&channel=stable' | sed 1d | cut -d , -f 3 Name: chromium -Version: 44.0.2403.157 -Release: 2%{?dist} +Version: 45.0.2454.85 +Release: 1%{?dist} Summary: An open-source project that aims to build a safer, faster, and more stable browser Group: Applications/Internet @@ -49,10 +49,8 @@ BuildRequires: jsoncpp-devel BuildRequires: libevent-devel BuildRequires: libjpeg-turbo-devel BuildRequires: libpng-devel -# Chromium requires libvpx 1.4 -%if 0%{?fedora} >= 23 -BuildRequires: libvpx-devel -%endif +# Chromium requires libvpx 1.4.0 +# BuildRequires: libvpx-devel BuildRequires: libwebp-devel BuildRequires: openssl-devel BuildRequires: opus-devel @@ -89,11 +87,7 @@ Requires: hicolor-icon-theme -Duse_system_libevent=1 \ -Duse_system_libjpeg=1 \ -Duse_system_libpng=1 \ -%if 0%{?fedora} >= 23 - -Duse_system_libvpx=1 \ -%else -Duse_system_libvpx=0 \ -%endif -Duse_system_libwebp=1 \ -Duse_system_opus=1 \ -Duse_system_snappy=1 \ @@ -111,11 +105,7 @@ GYP_GENERATORS=ninja ./build/gyp_chromium --depth=. \ -Duse_system_libevent=1 \ -Duse_system_libjpeg=1 \ -Duse_system_libpng=1 \ -%if 0%{?fedora} >= 23 - -Duse_system_libvpx=1 \ -%else -Duse_system_libvpx=0 \ -%endif -Duse_system_libwebp=1 \ -Duse_system_opus=1 \ -Duse_system_snappy=1 \ @@ -220,6 +210,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Sep 02 2015 - Ting-Wei Lan <lantw44@gmail.com> - 45.0.2454.85-1 +- Update to 45.0.2454.85 +- Temporarily disable the use of system libvpx because it needs libvpx 1.4.0 + * Sun Aug 23 2015 - Ting-Wei Lan <lantw44@gmail.com> - 44.0.2403.157-2 - Fix GLIBC 2.22 build issue on Fedora 23 and later |