Hello community, here is the log from the commit of package chromium for openSUSE:Factory checked in at 2012-05-07 22:44:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-23 16:09:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes 2012-05-07 22:46:01.000000000 +0200 @@ -1,0 +2,14 @@ +Fri Apr 27 09:54:43 UTC 2012 - [email protected] + +- Update to 20.0.1119.0 + Fixes +- Adjust spec-file to include two new resource files that are + required for the UI. (bnc#759381) + +------------------------------------------------------------------- +Wed Apr 25 11:32:07 UTC 2012 - [email protected] + +- Update to 20.0.1116.0 + * Fixes and update to newer v8 version + +------------------------------------------------------------------- Old: ---- chromium.20.0.1106.0.svn132566.tar.bz2 New: ---- chromium.20.0.1119.0.svn134106.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromium.spec ++++++ --- /var/tmp/diff_new_pack.k497HW/_old 2012-05-07 22:46:32.000000000 +0200 +++ /var/tmp/diff_new_pack.k497HW/_new 2012-05-07 22:46:32.000000000 +0200 @@ -16,11 +16,11 @@ # -%define v8_ver 3.10.2.1 -%define svn_revision 132566 +%define v8_ver 3.10.6.0 +%define svn_revision 134106 Name: chromium -Version: 20.0.1106.0 +Version: 20.0.1119.0 Release: 0 Summary: Google's opens source browser project License: BSD-3-Clause and LGPL-2.1+ @@ -361,7 +361,7 @@ pushd src/out/Release cp -a chrome_sandbox %{buildroot}%{_prefix}/lib/ -cp -a chrome.pak locales xdg-mime %{buildroot}%{_libdir}/chromium/ +cp -a chrome.pak ui_resources_standard.pak theme_resources_standard.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 ++++++ chromium-gcc46.patch ++++++ --- /var/tmp/diff_new_pack.k497HW/_old 2012-05-07 22:46:32.000000000 +0200 +++ /var/tmp/diff_new_pack.k497HW/_new 2012-05-07 22:46:32.000000000 +0200 @@ -20,14 +20,14 @@ #include "system-alloc.h" --- chromium/src/third_party/libjingle/source/talk/base/sigslot.h~ 2011-03-31 13:43:11.000000000 +0400 +++ chromium/src/third_party/libjingle/source/talk/base/sigslot.h 2011-03-31 13:52:32.000000000 +0400 -@@ -81,6 +81,7 @@ +@@ -90,6 +90,7 @@ #include <list> #include <set> #include <stdlib.h> +#include <cstddef> - // On our copy of sigslot.h, we force single threading - #define SIGSLOT_PURE_ISO + // On our copy of sigslot.h, we set single threading as default. + #define SIGSLOT_DEFAULT_MT_POLICY single_threaded --- chromium/src/third_party/ots/src/os2.cc~ 2011-03-31 14:03:13.000000000 +0400 +++ chromium/src/third_party/ots/src/os2.cc 2011-03-31 14:03:25.000000000 +0400 @@ -5,6 +5,7 @@ ++++++ chromium-system-expat.patch ++++++ --- /var/tmp/diff_new_pack.k497HW/_old 2012-05-07 22:46:33.000000000 +0200 +++ /var/tmp/diff_new_pack.k497HW/_new 2012-05-07 22:46:33.000000000 +0200 @@ -1,8 +1,9 @@ -diff -up chromium-5.0.358.0-20100318svn41971/src/chrome/browser/autofill/autofill_xml_parser.h.system-expat chromium-5.0.358.0-20100318svn41971/src/chrome/browser/autofill/autofill_xml_parser.h ---- chromium-5.0.358.0-20100318svn41971/src/chrome/browser/autofill/autofill_xml_parser.h.system-expat 2010-03-18 22:55:12.071283208 -0400 -+++ chromium-5.0.358.0-20100318svn41971/src/chrome/browser/autofill/autofill_xml_parser.h 2010-03-18 22:55:27.671209061 -0400 -@@ -10,7 +10,7 @@ - #include "base/basictypes.h" +Index: chromium/src/chrome/browser/autofill/autofill_xml_parser.h +=================================================================== +--- chromium.orig/src/chrome/browser/autofill/autofill_xml_parser.h ++++ chromium/src/chrome/browser/autofill/autofill_xml_parser.h +@@ -13,7 +13,7 @@ + #include "base/compiler_specific.h" #include "chrome/browser/autofill/field_types.h" #include "chrome/browser/autofill/form_structure.h" -#include "third_party/expat/files/lib/expat.h" @@ -10,27 +11,31 @@ #include "third_party/libjingle/source/talk/xmllite/xmlparser.h" // The base class that contains common functionality between ---- chromium-5.0.358.0-20100318svn41971/src/third_party/libjingle/source/talk/xmllite/xmlparser.h.system-expat 2010-03-18 22:55:12.071283208 -0400 -+++ chromium-5.0.358.0-20100318svn41971/src/third_party/libjingle/source/talk/xmllite/xmlparser.h 2010-03-18 22:55:27.671209061 -0400 -@@ -31,11 +31,7 @@ - #include <string> +Index: chromium/src/third_party/libjingle/source/talk/xmllite/xmlbuilder.h +=================================================================== +--- chromium.orig/src/third_party/libjingle/source/talk/xmllite/xmlbuilder.h ++++ chromium/src/third_party/libjingle/source/talk/xmllite/xmlbuilder.h +@@ -33,11 +33,7 @@ + #include "talk/base/scoped_ptr.h" + #include "talk/xmllite/xmlparser.h" - #include "talk/xmllite/xmlnsstack.h" -#ifdef EXPAT_RELATIVE_PATH -#include "expat.h" -#else -#include "third_party/expat/v2_0_1/Source/lib/expat.h" -#endif // EXPAT_RELATIVE_PATH +#include <expat.h> - - struct XML_ParserStruct; - typedef struct XML_ParserStruct* XML_Parser; ---- chromium-5.0.358.0-20100318svn41971/src/third_party/libjingle/source/talk/xmllite/xmlbuilder.h.system-expat 2010-03-18 22:55:12.071283208 -0400 -+++ chromium-5.0.358.0-20100318svn41971/src/third_party/libjingle/source/talk/xmllite/xmlbuilder.h 2010-03-18 22:55:27.671209061 -0400 -@@ -33,11 +33,7 @@ - #include "talk/base/scoped_ptr.h" - #include "talk/xmllite/xmlparser.h" + namespace buzz { + +Index: chromium/src/third_party/libjingle/source/talk/xmllite/xmlparser.h +=================================================================== +--- chromium.orig/src/third_party/libjingle/source/talk/xmllite/xmlparser.h ++++ chromium/src/third_party/libjingle/source/talk/xmllite/xmlparser.h +@@ -31,11 +31,7 @@ + #include <string> + + #include "talk/xmllite/xmlnsstack.h" -#ifdef EXPAT_RELATIVE_PATH -#include "expat.h" -#else @@ -38,5 +43,5 @@ -#endif // EXPAT_RELATIVE_PATH +#include <expat.h> - namespace buzz { - + struct XML_ParserStruct; + typedef struct XML_ParserStruct* XML_Parser; ++++++ chromium.20.0.1106.0.svn132566.tar.bz2 -> chromium.20.0.1119.0.svn134106.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/chromium/chromium.20.0.1106.0.svn132566.tar.bz2 /work/SRC/openSUSE:Factory/.chromium.new/chromium.20.0.1119.0.svn134106.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
