diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2016-09-02 13:26:10 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2016-09-02 13:26:10 +0800 |
commit | 1d4b3341a2847cbcb7c5fd0004e88d5994ae6ac3 (patch) | |
tree | 937a6351928993c227b7b7c0b7638f3daa660339 /chromium | |
parent | b977f02d3164639a48a3caeea06692a8a3dd4b6a (diff) | |
download | copr-rpm-spec-1d4b3341a2847cbcb7c5fd0004e88d5994ae6ac3.tar copr-rpm-spec-1d4b3341a2847cbcb7c5fd0004e88d5994ae6ac3.tar.gz copr-rpm-spec-1d4b3341a2847cbcb7c5fd0004e88d5994ae6ac3.tar.bz2 copr-rpm-spec-1d4b3341a2847cbcb7c5fd0004e88d5994ae6ac3.tar.lz copr-rpm-spec-1d4b3341a2847cbcb7c5fd0004e88d5994ae6ac3.tar.xz copr-rpm-spec-1d4b3341a2847cbcb7c5fd0004e88d5994ae6ac3.tar.zst copr-rpm-spec-1d4b3341a2847cbcb7c5fd0004e88d5994ae6ac3.zip |
chromium: Chromium 52.0.2743.116 -> 53.0.2785.89
Diffstat (limited to 'chromium')
-rw-r--r-- | chromium/chromium/chromium-PNGImageDecoder.patch | 11 | ||||
-rw-r--r-- | chromium/chromium/chromium.spec | 13 |
2 files changed, 6 insertions, 18 deletions
diff --git a/chromium/chromium/chromium-PNGImageDecoder.patch b/chromium/chromium/chromium-PNGImageDecoder.patch deleted file mode 100644 index 986e662..0000000 --- a/chromium/chromium/chromium-PNGImageDecoder.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cppg 2016-05-01 15:22:46.103607522 +0800 -+++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp 2016-05-01 15:25:14.459753876 +0800 -@@ -234,7 +234,7 @@ - #endif - png_uint_32 profileLength = 0; - if (png_get_iCCP(png, info, &profileName, &compressionType, &profile, &profileLength)) { -- setColorProfileAndTransform(profile, profileLength, imageHasAlpha, false /* useSRGB */); -+ setColorProfileAndTransform((const char*)profile, profileLength, imageHasAlpha, false /* useSRGB */); - } - } - #endif // PNG_iCCP_SUPPORTED diff --git a/chromium/chromium/chromium.spec b/chromium/chromium/chromium.spec index d71c3f1..c26ef7b 100644 --- a/chromium/chromium/chromium.spec +++ b/chromium/chromium/chromium.spec @@ -29,8 +29,8 @@ %endif Name: chromium -Version: 52.0.2743.116 -Release: 2%{?dist} +Version: 53.0.2785.89 +Release: 1%{?dist} Summary: An open-source project that aims to build a safer, faster, and more stable browser Group: Applications/Internet @@ -61,14 +61,10 @@ Source3: chromium-ffmpeg-free-sources.py Source10: chromium-browser.sh Source11: chromium-browser.desktop -# Add a patch from Arch Linux to fix libpng problem -# https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/chromium&id=14bce0f -Patch0: chromium-PNGImageDecoder.patch - # Add a patch from Fedora to fix cups problem # http://pkgs.fedoraproject.org/cgit/rpms/chromium.git/commit/?id=098c7ea # http://pkgs.fedoraproject.org/cgit/rpms/chromium.git/commit/?id=4bca8d3 -Patch1: chromium-cups22.patch +Patch0: chromium-cups22.patch # I don't have time to test whether it work on other architectures ExclusiveArch: x86_64 @@ -321,6 +317,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Sep 02 2016 - Ting-Wei Lan <lantw44@gmail.com> - 53.0.2785.89-1 +- Update to 53.0.2785.89 + * Sat Aug 13 2016 - Ting-Wei Lan <lantw44@gmail.com> - 52.0.2743.116-2 - Repackage upstream sources to delete patent-encumbered ffmpeg sources - Allow replacing official packages with this package |