Hello community,

here is the log from the commit of package chromium for openSUSE:13.1 checked 
in at 2013-10-08 11:13:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/chromium (Old)
 and      /work/SRC/openSUSE:13.1/.chromium.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chromium"

Changes:
--------
--- /work/SRC/openSUSE:13.1/chromium/chromium.changes   2013-09-28 
13:38:39.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.chromium.new/chromium.changes      2013-10-08 
11:13:26.000000000 +0200
@@ -1,0 +2,18 @@
+Fri Oct  4 05:59:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to Chromium 31.0.1650.8
+  * Bug and Stability Fixes
+
+- Removed patch chromium-fix-altgrkeys.diff due to upstream 
+  inclusion
+
+- Add patch chromium-fix-chromedriver-build.diff to fix the build 
+  of chromedriver, so that this package can be build again.
+
+-------------------------------------------------------------------
+Tue Oct  1 09:57:35 UTC 2013 - tittiatc...@gmail.com
+
+- Add patch chromium-fix-altgrkeys.diff 
+   - Make sure that AltGr is treated correctly (issue#296835)
+
+-------------------------------------------------------------------
@@ -15,0 +34,2 @@
+- Add patch no-download-nacl.diff to enable building the 
+  Native Client within the chromium build

Old:
----
  chromium-31.0.1640.0.tar.xz

New:
----
  chromium-31.0.1650.8.tar.xz
  chromium-fix-chromedriver-build.diff

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

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.1NGm0p/_old  2013-10-08 11:13:32.000000000 +0200
+++ /var/tmp/diff_new_pack.1NGm0p/_new  2013-10-08 11:13:32.000000000 +0200
@@ -18,14 +18,13 @@
 
 %define chromium_no_dlopen 1
 %define chromium_system_libs 0%{?suse_version} > 1230
-%define with_chromedriver 0
 
 %define pnacl_version 12180
 %define newlib_version 12067
 %define glibc_version 12053
 
 Name:           chromium
-Version:        31.0.1640.0
+Version:        31.0.1650.8
 Release:        0
 Summary:        Google's opens source browser project
 License:        BSD-3-Clause and LGPL-2.1+
@@ -72,6 +71,8 @@
 Patch66:        chromium-sandbox-pie.patch
 # PATCH-FIX-OPENSUSE Adjust ldflags for better building
 Patch67:        adjust-ldflags-no-keep-memory.patch
+# PATCH-FIX-OPENSUSE Fix the chromedriver build due to a non-svn tarball
+Patch68:        chromium-fix-chromedriver-build.diff
 
 BuildRequires:  alsa-devel
 BuildRequires:  bison
@@ -261,7 +262,6 @@
 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.
 
-%if 0%{?with_chromedriver}
 %package -n chromedriver
 
 Summary:        WebDriver for Google Chrome/Chromium
@@ -271,7 +271,7 @@
 
 %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.
-%endif
+
 
 %if 0%{?packman_bs}
 %package ffmpeg
@@ -298,6 +298,8 @@
 %patch20 -p0
 %patch66 -p0
 %patch67 -p0
+%patch68 -p0
+#Upstream fixes
 
 # apply vendor patch after substitution
 sed "s:RPM_VERSION:%{version}:" %{SOURCE20} | patch -p0
@@ -482,10 +484,8 @@
     # Build the required SUID_SANDBOX helper
     ninja -C out/Release chrome_sandbox
 
-    %if 0%{?with_chromedriver}
     # Build the ChromeDriver test suite
-    ninja -C out/Release chromedriver2_server
-    %endif
+    ninja -C out/Release chromedriver
 %endif
 
 %install
@@ -518,9 +518,7 @@
        ln -s -f %{_prefix}/lib/chrome_sandbox 
%{buildroot}/%{_libdir}/chromium/chrome-sandbox
 
        cp -a *.pak locales xdg-mime %{buildroot}%{_libdir}/chromium/
-       %if 0%{?with_chromedriver}
-       cp -a chromedriver2_server %{buildroot}%{_libdir}/chromium/
-       %endif
+       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
@@ -651,9 +649,7 @@
 %exclude %{_libdir}/chromium/libffmpegsumo.so
 %exclude %{_libdir}/chromium/chromium-kde
 %exclude %{_libdir}/chromium/chromium-gnome
-%if 0%{?with_chromedriver}
-%exclude %{_libdir}/chromium/chromedriver2_server
-%endif
+%exclude %{_libdir}/chromium/chromedriver
 %exclude %{_libdir}/chromium/chrome-sandbox
 %_bindir/chromium
 %ghost %_sysconfdir/alternatives/chromium
@@ -673,11 +669,9 @@
 %verify(not mode) %{_prefix}/lib/chrome_sandbox
 %{_libdir}/chromium/chrome-sandbox
 
-%if 0%{?with_chromedriver}
 %files -n chromedriver
 %defattr(-,root,root,-)
-%{_libdir}/chromium/chromedriver2_server
-%endif
+%{_libdir}/chromium/chromedriver
 %endif
 
 %changelog


++++++ chromium-31.0.1640.0.tar.xz -> chromium-31.0.1650.8.tar.xz ++++++
/work/SRC/openSUSE:13.1/chromium/chromium-31.0.1640.0.tar.xz 
/work/SRC/openSUSE:13.1/.chromium.new/chromium-31.0.1650.8.tar.xz differ: char 
27, line 1


++++++ chromium-fix-chromedriver-build.diff ++++++
--- chrome/test/chromedriver/embed_version_in_cpp.py    2013-09-25 
03:49:53.000000000 +0200
+++ chrome/test/chromedriver/embed_version_in_cpp.py    2013-09-25 
03:49:53.000000000 +0200
@@ -25,9 +25,8 @@
   options, args = parser.parse_args()
 
   version = open(options.version_file, 'r').read().strip()
-  revision = lastchange.FetchVersionInfo(None).revision.strip()
   global_string_map = {
-      'kChromeDriverVersion': version + '.' + revision
+      'kChromeDriverVersion': version
   }
   cpp_source.WriteSource('version',
                          'chrome/test/chromedriver',
++++++ update_chromium ++++++
--- /var/tmp/diff_new_pack.1NGm0p/_old  2013-10-08 11:13:32.000000000 +0200
+++ /var/tmp/diff_new_pack.1NGm0p/_new  2013-10-08 11:13:32.000000000 +0200
@@ -23,7 +23,7 @@
 nacl_version=`cat chromium-${new_chrome_version}/native_client/TOOL_REVISIONS 
| grep 'NEWLIB_VERSION' | awk -F = {'print $2'}`
 sed -i "s|newlib_version $old_nacl_version|newlib_version $nacl_version|g" 
chromium.spec
 glibc_version=`cat chromium-${new_chrome_version}/native_client/TOOL_REVISIONS 
| grep 'GLIBC_VERSION' | awk -F = {'print $2'}`
-sed -i "s|glibc_version $old_glibc_version|glibc_version $glibc_version_|g" 
chromium.spec
+sed -i "s|glibc_version $old_glibc_version|glibc_version $glibc_version|g" 
chromium.spec
 
 rm toolchain_linux_x86.tar.bz2
 rm nacl*tgz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to