Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2012-04-23 16:09:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chromium (Old)
 and      /work/SRC/openSUSE:Factory/.chromium.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chromium", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/chromium/chromium.changes        2012-04-12 
09:20:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2012-04-23 
16:09:46.000000000 +0200
@@ -2 +2 @@
-Sun Apr  8 11:49:31 UTC 2012 - [email protected]
+Thu Apr 19 09:12:44 UTC 2012 - [email protected]
@@ -4 +4,17 @@
-- Update to 20.0.1096.0
+- Added the ChromeDriver as a separate package. Normal users 
+  will not require this as it is a standalone server for testing
+  webbrowsers
+
+-------------------------------------------------------------------
+Tue Apr 17 13:53:49 UTC 2012 - [email protected]
+
+- Update to 20.0.1106.0
+  * Fixes issues with fonts (Issue: 108645).
+  * Enable the Chrome To Mobile page action for users with 
+    compatible registered devices
+  * file: downloads allowed again
+
+-------------------------------------------------------------------
+Fri Apr 13 09:12:42 UTC 2012 - [email protected]
+
+- Use desktop_database macros at install time.

Old:
----
  chromium.20.0.1096.0.svn131310.tar.bz2

New:
----
  chromium.20.0.1106.0.svn132566.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.QiivG1/_old  2012-04-23 16:10:18.000000000 +0200
+++ /var/tmp/diff_new_pack.QiivG1/_new  2012-04-23 16:10:18.000000000 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define v8_ver 3.10.0.5
-%define svn_revision 131310
+%define v8_ver 3.10.2.1
+%define svn_revision 132566
 
 Name:           chromium
-Version:        20.0.1096.0
+Version:        20.0.1106.0
 Release:        0
 Summary:        Google's opens source browser project
 License:        BSD-3-Clause and LGPL-2.1+
@@ -180,6 +180,7 @@
 %package desktop-kde
 
 Summary:        Update to chromium to use KDE's kwallet to store passwords
+License:        BSD-3-Clause and LGPL-2.1+
 Group:          Productivity/Networking/Web/Browsers
 Supplements:    packageand(chromium:kdebase4-session)
 Conflicts:      chromium-desktop-gnome
@@ -194,6 +195,7 @@
 %package desktop-gnome
 
 Summary:        Update to chromium to use Gnome keyring to store passwords
+License:        BSD-3-Clause and LGPL-2.1+
 Group:          Productivity/Networking/Web/Browsers
 Supplements:    packageand(chromium:gnome-session)
 Conflicts:      chromium-desktop-kde
@@ -209,6 +211,7 @@
 %package suid-helper
 
 Summary:        A suid helper to let a process willingly drop privileges on 
Linux
+License:        BSD-3-Clause and LGPL-2.1+
 Group:          Productivity/Networking/Web/Browsers
 Url:            http://code.google.com/p/setuid-sandbox/
 Requires(pre):  permissions
@@ -223,6 +226,17 @@
 This is convenient because an executable can be launched, load libraries and 
open files and get
 chroot()-ed to an empty directory when it wants to drop filesystem access.
 
+%package -n chromedriver
+
+Summary:        WebDriver for Google Chrome/Chromium
+License:        BSD-3-Clause
+Group:          Development/Tools/Other
+Url:            http://code.google.com/p/chromedriver/
+Requires:       libv8-3 = %{v8_ver}
+
+%description -n chromedriver
+WebDriver is an open source tool for automated testing of webapps across many 
browsers. It provides capabilities for navigating to web pages, user input, 
JavaScript execution, and more. ChromeDriver is a standalone server which 
implements WebDriver's wire protocol for Chromium. It is being developed by 
members of the Chromium and WebDriver teams.
+
 %prep
 %setup -q -n %{name}
 
@@ -320,6 +334,9 @@
 # Build the required SUID_SANDBOX helper
 make -r %{?_smp_mflags} chrome_sandbox V=1 BUILDTYPE=Release
 
+# Build the ChromeDriver test suite
+make -r %{?_smp_mflags} chromedriver V=1 BUILDTYPE=Release
+
 popd
 
 %install
@@ -345,6 +362,7 @@
 
 cp -a chrome_sandbox %{buildroot}%{_prefix}/lib/
 cp -a chrome.pak locales xdg-mime %{buildroot}%{_libdir}/chromium/
+cp -a chromedriver %{buildroot}%{_libdir}/chromium/
 
 # Patch xdg-settings to use the chromium version of xdg-mime as that the 
system one is not KDE4 compatible
 sed "s|xdg-mime|%{_libdir}/chromium/xdg-mime|g" xdg-settings > 
%{buildroot}%{_libdir}/chromium/xdg-settings
@@ -401,10 +419,12 @@
 
 %post
 %icon_theme_cache_post
+%desktop_database_post
 update-alternatives --install %{_bindir}/chromium chromium 
%{_libdir}/chromium/chromium-generic 10
 
 %postun
 %icon_theme_cache_postun
+%desktop_database_postun
 update-alternatives --remove all chromium
 
 %post desktop-kde
@@ -459,4 +479,8 @@
 %endif
 %verify(not mode) %{_prefix}/lib/chrome_sandbox
 
+%files -n chromedriver
+%defattr(-,root,root,-)
+%{_libdir}/chromium/chromedriver
+
 %changelog

++++++ chromium-6.0.406.0-system-gyp-v8.patch ++++++
--- /var/tmp/diff_new_pack.QiivG1/_old  2012-04-23 16:10:18.000000000 +0200
+++ /var/tmp/diff_new_pack.QiivG1/_new  2012-04-23 16:10:18.000000000 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- chromium.orig/src/build/all.gyp
 +++ chromium/src/build/all.gyp
-@@ -51,7 +51,7 @@
+@@ -53,7 +53,7 @@
          '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
          
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtools_zip',
          '../third_party/zlib/zlib.gyp:*',
@@ -15,7 +15,7 @@
 ===================================================================
 --- chromium.orig/src/build/linux/system.gyp
 +++ chromium/src/build/linux/system.gyp
-@@ -380,6 +380,19 @@
+@@ -384,6 +384,19 @@
        ],
      },
      {
@@ -46,13 +46,13 @@
 -        '../v8/tools/gyp/v8.gyp:v8',
 +        '../build/linux/system.gyp:v8',
          'net_resources',
-         'ssl_false_start_blacklist_process#host',
        ],
+       'sources': [
 Index: chromium/src/third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp
 ===================================================================
 --- chromium.orig/src/third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp
 +++ chromium/src/third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp
-@@ -1054,7 +1054,7 @@
+@@ -1066,7 +1066,7 @@
          '<(chromium_src_dir)/third_party/libwebp/libwebp.gyp:libwebp',
          '<(chromium_src_dir)/third_party/npapi/npapi.gyp:npapi',
          '<(chromium_src_dir)/third_party/sqlite/sqlite.gyp:sqlite',
@@ -61,7 +61,7 @@
          '<(libjpeg_gyp_path):libjpeg',
        ],
        'include_dirs': [
-@@ -1177,7 +1177,7 @@
+@@ -1189,7 +1189,7 @@
          '<(chromium_src_dir)/third_party/sqlite/sqlite.gyp:sqlite',
          
'<(chromium_src_dir)/third_party/angle/src/build_angle.gyp:translator_glsl',
          '<(chromium_src_dir)/third_party/zlib/zlib.gyp:zlib',
@@ -70,7 +70,7 @@
          '<(libjpeg_gyp_path):libjpeg',
        ],
        'export_dependent_settings': [
-@@ -1196,7 +1196,7 @@
+@@ -1207,7 +1207,7 @@
          '<(chromium_src_dir)/third_party/sqlite/sqlite.gyp:sqlite',
          
'<(chromium_src_dir)/third_party/angle/src/build_angle.gyp:translator_glsl',
          '<(chromium_src_dir)/third_party/zlib/zlib.gyp:zlib',
@@ -79,7 +79,7 @@
          '<(libjpeg_gyp_path):libjpeg',
        ],
        # This is needed for mac because of webkit_system_interface. It'd be 
nice
-@@ -1959,7 +1959,7 @@
+@@ -1939,7 +1939,7 @@
          '<(chromium_src_dir)/build/temp_gyp/googleurl.gyp:googleurl',
          '<(chromium_src_dir)/skia/skia.gyp:skia',
          '<(chromium_src_dir)/third_party/npapi/npapi.gyp:npapi',
@@ -88,7 +88,7 @@
        ],
        'export_dependent_settings': [
          'webcore_bindings',
-@@ -1968,7 +1968,7 @@
+@@ -1947,7 +1947,7 @@
          '<(chromium_src_dir)/build/temp_gyp/googleurl.gyp:googleurl',
          '<(chromium_src_dir)/skia/skia.gyp:skia',
          '<(chromium_src_dir)/third_party/npapi/npapi.gyp:npapi',


++++++ chromium.20.0.1096.0.svn131310.tar.bz2 -> 
chromium.20.0.1106.0.svn132566.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/chromium/chromium.20.0.1096.0.svn131310.tar.bz2 
/work/SRC/openSUSE:Factory/.chromium.new/chromium.20.0.1106.0.svn132566.tar.bz2 
differ: char 11, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to