Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2011-11-21 15:45:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chromium (Old)
 and      /work/SRC/openSUSE:Factory/.chromium.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chromium", Maintainer is "prus...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/chromium/chromium.changes        2011-11-02 
11:48:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2011-11-21 
15:45:22.000000000 +0100
@@ -1,0 +2,31 @@
+Sun Nov 20 12:27:43 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 17.0.945
+  + Defer construction of NotificationUIManager to fix notification 
+    initialization. (bug#103427)
+  + Ignore button mouse enter for new tab button (bug#104326)
+  + History/Downloads:
+    - Adding button and checkbox css to history and downloads.
+    - Tweaked checkbox styles for history.
+
+-------------------------------------------------------------------
+Sun Nov 13 09:35:03 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 17.0.937
+  + Make it so that turning off sync for extensions in the 
+    preferences UI also turns off sync for extension settings, 
+    ditto for apps and app settings (bug#98488)
+  + Cleanup: Remove unneeded forward declarations from 
+    chrome/browser/ui/webui.
+  + fix appearance of buttons in chrome://settings
+  + Report correct error when connection cannot be established 
+    (bug#103937)
+  + Temporarily disables XI2 for aura until events are straightened 
+    out. (bug#103981)
+  + Make chrome communicate with gpsd through libgps/shared memory
+    (bug#103751)
+  + Don't close tabs from crashed extensions with background pages.
+    Make the crashed extension reload when the sad tab is reloaded.
+    (bug#71629,bug#94177)
+
+-------------------------------------------------------------------

Old:
----
  chromium.17.0.922.0.svn107866.tar.lzma

New:
----
  chromium.17.0.945.0.svn.tar.lzma

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

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.sGdoOP/_old  2011-11-21 15:45:41.000000000 +0100
+++ /var/tmp/diff_new_pack.sGdoOP/_new  2011-11-21 15:45:41.000000000 +0100
@@ -16,17 +16,16 @@
 #
 
 
-%define svn_rev 107866
-%define v8_ver 3.7.3.0
+%define v8_ver 3.7.8.0
 
 Name:           chromium
-Version:        17.0.922.0
+Version:        17.0.945.0
 Release:        1
 License:        BSD-3-Clause and LGPL-2.1+
 Summary:        Google's opens source browser project
 Group:          Productivity/Networking/Web/Browsers
 Url:            http://code.google.com/p/chromium/
-Source0:        %{name}.%{version}.svn%{svn_rev}.tar.lzma
+Source0:        %{name}.%{version}.svn.tar.lzma
 %if 0%{?suse_version} <= 1140
 Source1:        %{name}.easy
 Source2:        %{name}-rpmlintrc


++++++ chromium-no-sqlite-debug.patch ++++++
--- /var/tmp/diff_new_pack.sGdoOP/_old  2011-11-21 15:45:41.000000000 +0100
+++ /var/tmp/diff_new_pack.sGdoOP/_new  2011-11-21 15:45:41.000000000 +0100
@@ -4,9 +4,9 @@
   public:
    virtual int HandleError(int error, sqlite3* db) {
      error_ = error;
--    NOTREACHED() << "sqlite error " << error
--                 << " " << sqlite3_errmsg(db)
--                 << " db " << static_cast<void*>(db);
+-    LOG(ERROR) << "sqlite error " << error
+-               << " " << sqlite3_errmsg(db)
+-               << " db " << static_cast<void*>(db);
      return error;
    }
  };

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

Reply via email to