Hello community,

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

Package is "chromium"

Changes:
--------
--- /work/SRC/openSUSE:Factory/chromium/chromium.changes        2014-06-19 
13:20:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2014-07-25 
09:09:21.000000000 +0200
@@ -1,0 +2,25 @@
+Tue Jul 22 08:19:51 UTC 2014 - [email protected]
+
+- Update to Chromium 36.0.1985.125
+  New Functionality:
+  * Rich Notifications Improvements
+  * An Updated Incognito / Guest NTP design
+  * The addition of a Browser crash recovery bubble
+  * Chrome App Launcher for Linux
+  * Lots of under the hood changes for stability and performance
+  
+  Security Fixes (bnc#887952,bnc#887955):
+  * CVE-2014-3160: Same-Origin-Policy bypass in SVG
+  * CVE-2014-3162: Various fixes from internal audits, fuzzing 
+                   and other initiatives
+  and 24 more fixes for which no description was given.
+ 
+  Packaging changes:
+  * Switch to newer method to retrieve toolchain packages. Dropping
+    the three naclsdk_*tgz files. Everything is now included in the
+    toolchain_linux_x86.tar.bz2 tarball
+  * Add Courgette.tar.xz as that the build process now requires 
+    some files from Courgette in order to build succesfully. This 
+    does not mean that Courgette is build/delivered.
+
+-------------------------------------------------------------------
@@ -5 +30 @@
-  Security fixes:
+  Security fixes (bnc#882264,bnc#882264,bnc#882265,bnc#882263):

Old:
----
  chromium-35.0.1916.153.tar.xz
  naclsdk_linux_x86.tgz
  naclsdk_pnacl_linux_x86.tgz
  naclsdk_pnacl_translator.tgz

New:
----
  chromium-36.0.1985.125.tar.xz
  courgette.tar.xz

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

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.jHI23h/_old  2014-07-25 09:09:48.000000000 +0200
+++ /var/tmp/diff_new_pack.jHI23h/_new  2014-07-25 09:09:48.000000000 +0200
@@ -19,22 +19,16 @@
 %define chromium_no_dlopen 1
 %define chromium_system_libs 0
 
-%define pnacl_version 12919
-%define newlib_version 12790
-%define glibc_version 12831
-
 Name:           chromium
-Version:        35.0.1916.153
+Version:        36.0.1985.125
 Release:        0
 Summary:        Google's opens source browser project
 License:        BSD-3-Clause and LGPL-2.1+
 Group:          Productivity/Networking/Web/Browsers
 Url:            http://code.google.com/p/chromium/
 Source0:        
http://gsdview.appspot.com/chromium-browser-official/%{name}-%{version}.tar.xz
-Source1:        
http://gsdview.appspot.com/nativeclient-archive2/x86_toolchain/r%{glibc_version}/toolchain_linux_x86.tar.bz2
-Source2:        
http://gsdview.appspot.com/nativeclient-archive2/toolchain/%{newlib_version}/naclsdk_linux_x86.tgz
-Source3:        
http://gsdview.appspot.com/nativeclient-archive2/toolchain/%{pnacl_version}/naclsdk_pnacl_linux_x86.tgz
-Source4:        
http://gsdview.appspot.com/nativeclient-archive2/toolchain/%{pnacl_version}/naclsdk_pnacl_translator.tgz
+Source1:        toolchain_linux_x86.tar.bz2
+Source2:        %{name}-rpmlintrc
 Source30:       master_preferences
 Source31:       default_bookmarks.html
 Source99:       chrome-wrapper
@@ -43,8 +37,9 @@
 Source102:      chromium-browser.xml
 Source103:      chromium.default
 Source104:      chromium-icons.tar.bz2
-Source997:      depot_tools.tar.xz
-Source998:      gn-binaries.tar.xz
+Source997:      courgette.tar.xz
+Source998:      depot_tools.tar.xz
+Source999:      gn-binaries.tar.xz
 Provides:       chromium-based-browser = %{version}
 Provides:       chromium-browser = %{version}
 Provides:       browser(npapi)
@@ -134,6 +129,7 @@
 BuildRequires:  pkgconfig(xscrnsaver)
 BuildRequires:  pkgconfig(xt)
 BuildRequires:  pkgconfig(xtst)
+BuildRequires:  pkgconfig(libexif)
 %if 0%{?chromium_system_libs}
 %if 0%{?suse_version} > 1230
 BuildRequires:  libjpeg62-devel
@@ -290,7 +286,11 @@
 %endif
 
 %prep
-%setup -q -n %{name}-%{version} -a 998 -a 997
+%if !0%{?packman_bs}
+%setup -q -n %{name}-%{version} -a 999 -a 998 -a 1
+%else
+%setup -q -n %{name}-%{version} -a 999 -a 998 -a 997
+%endif
 
 %patch1 -p0
 %patch2 -p0
@@ -306,15 +306,8 @@
 export PATH="$PATH":`pwd`/depot_tools
 
 %if !0%{?packman_bs}
-# Install the Native Client tarballs to the right location
-mkdir -p native_client/toolchain/.tars
-cp %{SOURCE1} native_client/toolchain/.tars/
-cp %{SOURCE2} native_client/toolchain/.tars/
-cp %{SOURCE3} native_client/toolchain/.tars/
-cp %{SOURCE4} native_client/toolchain/.tars/
-
 # Extract the NaCl tarballs 
-python ./build/download_nacl_toolchains.py --no-arm-trusted --keep
+python ./native_client/build/package_version/package_version.py -v --exclude 
nacl_arm_newlib sync --extract
 %endif
 
 %build


++++++ chromium-35.0.1916.153.tar.xz -> chromium-36.0.1985.125.tar.xz ++++++
/work/SRC/openSUSE:Factory/chromium/chromium-35.0.1916.153.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-36.0.1985.125.tar.xz differ: 
char 26, line 1


++++++ toolchain_linux_x86.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/chromium/toolchain_linux_x86.tar.bz2 
/work/SRC/openSUSE:Factory/.chromium.new/toolchain_linux_x86.tar.bz2 differ: 
char 11, line 1

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

Reply via email to