]> git.pld-linux.org Git - packages/chromium-browser-bin.git/commitdiff
- Up to 15.0.841.0 r95033
authorCaleb Maclennan <caleb@alerque.com>
Tue, 2 Aug 2011 11:12:55 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Added unpackaged files
- Removed debug setting from update script

Changed files:
    chromium-browser-bin.spec -> 1.43
    update-source.sh -> 1.18

chromium-browser-bin.spec
update-source.sh

index 17fab0531da7f68aeb66e5d852c6bfce7e0680d6..72d87f6ad474af4a8fa37bf542992c22f62b5847 100644 (file)
@@ -1,18 +1,18 @@
 # NOTES:
 # - to look for new tarball, use update-source.sh script
 # NOTES:
 # - to look for new tarball, use update-source.sh script
-%define                svnrev  93513
+%define                svnrev  95033
 %define                rel             1
 Summary:       A WebKit powered web browser
 Name:          chromium-browser-bin
 %define                rel             1
 Summary:       A WebKit powered web browser
 Name:          chromium-browser-bin
-Version:       14.0.830.0
+Version:       15.0.841.0
 Release:       %{svnrev}.%{rel}
 License:       BSD, LGPL v2+ (ffmpeg)
 Group:         X11/Applications/Networking
 # sh get_sources.sh
 Source0:       chromium-browser32-r%{svnrev}.zip
 Release:       %{svnrev}.%{rel}
 License:       BSD, LGPL v2+ (ffmpeg)
 Group:         X11/Applications/Networking
 # sh get_sources.sh
 Source0:       chromium-browser32-r%{svnrev}.zip
-# NoSource0-md5:       d41d8cd98f00b204e9800998ecf8427e
+# NoSource0-md5:       fdb3fa48ae36dba0bd10547a1fbe4165
 Source1:       chromium-browser64-r%{svnrev}.zip
 Source1:       chromium-browser64-r%{svnrev}.zip
-# NoSource1-md5:       563eb10175b0707c6d136e953538a99a
+# NoSource1-md5:       00956a3ba4d1733a1f62fc458247a880
 NoSource:      0
 NoSource:      1
 Source2:       chromium-browser.sh
 NoSource:      0
 NoSource:      1
 Source2:       chromium-browser.sh
@@ -155,6 +155,7 @@ fi
 
 # Native Client plugin, to use launch with --enable-nacl
 %attr(755,root,root) %{_libdir}/%{name}/libppGoogleNaClPluginChrome.so
 
 # Native Client plugin, to use launch with --enable-nacl
 %attr(755,root,root) %{_libdir}/%{name}/libppGoogleNaClPluginChrome.so
+#%{_libdir}/%{name}/nacl_irt_x86_64.nexe
 
 # ffmpeg libs
 %attr(755,root,root) %{_libdir}/%{name}/libffmpegsumo.so
 
 # ffmpeg libs
 %attr(755,root,root) %{_libdir}/%{name}/libffmpegsumo.so
@@ -170,6 +171,7 @@ fi
 
 # bundle this copy until xdg-utils will have this itself
 %attr(755,root,root) %{_libdir}/%{name}/xdg-settings
 
 # bundle this copy until xdg-utils will have this itself
 %attr(755,root,root) %{_libdir}/%{name}/xdg-settings
+%attr(755,root,root) %{_libdir}/%{name}/xdg-mime
 
 %files inspector
 %defattr(644,root,root,755)
 
 %files inspector
 %defattr(644,root,root,755)
index 982da143284c793e40134d44f8854820e16634e2..b82769624c67f38d7c319445a16fab3f49581a55 100644 (file)
@@ -4,7 +4,6 @@
 #     Download latest binary tarball based on latest release from
 #     buildbot, current version referenced in spec file, or custom
 #     version number.
 #     Download latest binary tarball based on latest release from
 #     buildbot, current version referenced in spec file, or custom
 #     version number.
-set -x
 set -e
 dropin=
 
 set -e
 dropin=
 
This page took 0.041886 seconds and 4 git commands to generate.