aboutsummaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-03-08 00:18:29 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-03-08 00:19:01 +0800
commit0a64d66d004ad8f8c2709b692a23d9957d897baf (patch)
treec1dd4e68b772a95c4d402965279f999c95d1522f /chromium
parent47477d804cb0ab16ee4ac065bb03c7bff1a553cb (diff)
downloadcopr-rpm-spec-0a64d66d004ad8f8c2709b692a23d9957d897baf.tar
copr-rpm-spec-0a64d66d004ad8f8c2709b692a23d9957d897baf.tar.gz
copr-rpm-spec-0a64d66d004ad8f8c2709b692a23d9957d897baf.tar.bz2
copr-rpm-spec-0a64d66d004ad8f8c2709b692a23d9957d897baf.tar.lz
copr-rpm-spec-0a64d66d004ad8f8c2709b692a23d9957d897baf.tar.xz
copr-rpm-spec-0a64d66d004ad8f8c2709b692a23d9957d897baf.tar.zst
copr-rpm-spec-0a64d66d004ad8f8c2709b692a23d9957d897baf.zip
chromium: Chromium: 40.0.2214.115 -> 41.0.2272.76
Diffstat (limited to 'chromium')
-rw-r--r--chromium/chromium/chromium.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/chromium/chromium/chromium.spec b/chromium/chromium/chromium.spec
index 05710df..f32525a 100644
--- a/chromium/chromium/chromium.spec
+++ b/chromium/chromium/chromium.spec
@@ -7,7 +7,7 @@
# $ curl -s 'http://omahaproxy.appspot.com/all?os=linux&channel=stable' | sed 1d | cut -d , -f 3
Name: chromium
-Version: 40.0.2214.115
+Version: 41.0.2272.76
Release: 1%{?dist}
Summary: An open-source project that aims to build a safer, faster, and more stable browser
@@ -120,7 +120,7 @@ GYP_GENERATORS=ninja ./build/gyp_chromium --depth=. \
-Dgoogle_default_client_secret=GuvPB069ONrHxN7Y_y0txLKn \
./build/download_nacl_toolchains.py --packages \
- nacl_x86_glibc,nacl_x86_newlib,pnacl_newlib,pnacl_translator
+ nacl_x86_glibc,nacl_x86_newlib,pnacl_newlib,pnacl_translator sync
ninja-build -C out/Release chrome chrome_sandbox chromedriver
@@ -144,6 +144,8 @@ install -m 755 out/Release/libpdf.so %{buildroot}%{chromiumdir}/
install -m 755 out/Release/nacl_helper %{buildroot}%{chromiumdir}/
install -m 755 out/Release/nacl_helper_bootstrap %{buildroot}%{chromiumdir}/
install -m 644 out/Release/nacl_irt_x86_64.nexe %{buildroot}%{chromiumdir}/
+install -m 644 out/Release/natives_blob.bin %{buildroot}%{chromiumdir}/
+install -m 644 out/Release/snapshot_blob.bin %{buildroot}%{chromiumdir}/
install -m 644 out/Release/*.pak %{buildroot}%{chromiumdir}/
install -m 644 out/Release/locales/*.pak %{buildroot}%{chromiumdir}/locales/
for i in 22 24 32 48 64 128 256; do
@@ -188,6 +190,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{chromiumdir}/nacl_helper
%{chromiumdir}/nacl_helper_bootstrap
%{chromiumdir}/nacl_irt_x86_64.nexe
+%{chromiumdir}/natives_blob.bin
+%{chromiumdir}/snapshot_blob.bin
%{chromiumdir}/*.pak
%{chromiumdir}/locales/*.pak
%doc LICENSE AUTHORS
@@ -195,6 +199,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Wed Mar 04 2015 - Ting-Wei Lan <lantw44@gmail.com> - 41.0.2272.76-1
+- Update to 41.0.2272.76
+
* Sat Feb 21 2015 - Ting-Wei Lan <lantw44@gmail.com> - 40.0.2214.115-1
- Update to 40.0.2214.115