Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2013-04-29 14:23:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-04-10 
20:21:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2013-04-29 
14:23:43.000000000 +0200
@@ -1,0 +2,19 @@
+Sat Apr 27 21:34:51 UTC 2013 - [email protected]
+
+- Update to 28.0.1493
+  * bug and stability fixes
+  * Bring back the lost buildflag to enable proprietary codecs
+
+-------------------------------------------------------------------
+Sun Apr 14 13:46:39 UTC 2013 - [email protected]
+
+- Update to 28.0.1479
+  * bug and stability fixes
+
+-------------------------------------------------------------------
+Wed Apr 10 20:34:07 UTC 2013 - [email protected]
+
+- use %config(noreplace) for /etc/default/chromium, so that user 
+  changes are preserved.
+
+-------------------------------------------------------------------

Old:
----
  chromium.28.0.1468.0.svn192763.tar.bz2

New:
----
  chromium.28.0.1493.0.svn196982.tar.bz2

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

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.qtOiQM/_old  2013-04-29 14:24:56.000000000 +0200
+++ /var/tmp/diff_new_pack.qtOiQM/_new  2013-04-29 14:24:56.000000000 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define svn_revision 192763
+%define svn_revision 196982
 %define chromium_no_dlopen 1
 %define chromium_system_libs 0%{?suse_version} > 1220
 
 Name:           chromium
-Version:        28.0.1468.0
+Version:        28.0.1493.0
 Release:        0
 Summary:        Google's opens source browser project
 License:        BSD-3-Clause and LGPL-2.1+
@@ -92,6 +92,7 @@
 BuildRequires:  sqlite3-devel
 BuildRequires:  subversion
 BuildRequires:  update-desktop-files
+BuildRequires:  util-linux
 BuildRequires:  wdiff
 BuildRequires:  perl(Switch)
 BuildRequires:  pkgconfig(cairo) >= 1.6
@@ -254,6 +255,7 @@
 -Duse_system_ffmpeg=0 \
 -Dbuild_ffmpegsumo=1 \
 -Dremove_webcore_debug_symbols=1 \
+-Dproprietary_codecs=1 \
 -Duse_system_libxml=1 \
 %ifnarch x86_64
 -Ddisable_sse2=1 \
@@ -269,7 +271,6 @@
 -Duse_system_libsrtp=1 \
 -Duse_system_libmtp=1 \
 -Duse_system_opus=1 \
--Duse_system_libwebp=1 \
 %endif
 %if 0%{?chromium_no_dlopen}
 -Duse_pulseaudio=1 \
@@ -423,7 +424,7 @@
 %defattr(-,root,root,-)
 %doc AUTHORS LICENSE
 %config %{_sysconfdir}/%{name}
-%config %{_sysconfdir}/default/chromium
+%config(noreplace) %{_sysconfdir}/default/chromium
 %dir %{_datadir}/gnome-control-center
 %dir %{_datadir}/gnome-control-center/default-apps
 %dir %{_libdir}/chromium/


++++++ chromium-gcc-fixes.patch ++++++
--- /var/tmp/diff_new_pack.qtOiQM/_old  2013-04-29 14:24:56.000000000 +0200
+++ /var/tmp/diff_new_pack.qtOiQM/_new  2013-04-29 14:24:56.000000000 +0200
@@ -1,10 +1,35 @@
---- chromium/src/base/debug/stack_trace.h      2012-11-17 11:50:04.117577121 
+0100
-+++ chromium/src/base/debug/stack_trace.h      2012-11-17 11:50:04.117577121 
+0100
-@@ -7,6 +7,7 @@
+--- chromium/src/chrome/browser/memory_details_linux.cc        2012-06-07 
08:28:54.414707511 +0200
++++ chromium/src/chrome/browser/memory_details_linux.cc        2012-06-07 
08:28:54.414707511 +0200
+@@ -6,6 +6,7 @@
  
+ #include <map>
+ #include <set>
++#include <unistd.h>
+ 
+ #include "base/bind.h"
+ #include "base/process_util.h"
+Index: chromium/src/base/debug/stack_trace.h
+===================================================================
+--- chromium.orig/src/base/debug/stack_trace.h
++++ chromium/src/base/debug/stack_trace.h
+@@ -5,6 +5,7 @@
+ #ifndef BASE_DEBUG_STACK_TRACE_H_
+ #define BASE_DEBUG_STACK_TRACE_H_
+ 
++#include <stdint.h>
  #include <iosfwd>
  #include <string>
-+#include <stdint.h>
  
- #include "base/base_export.h"
- #include "build/build_config.h"
+Index: chromium/src/third_party/skia/src/ports/SkFontHost_fontconfig.cpp
+===================================================================
+--- chromium.orig/src/third_party/skia/src/ports/SkFontHost_fontconfig.cpp
++++ chromium/src/third_party/skia/src/ports/SkFontHost_fontconfig.cpp
+@@ -13,6 +13,7 @@
+ #include "SkStream.h"
+ #include "SkTypeface.h"
+ #include "SkTypefaceCache.h"
++#include <unistd.h>
+ 
+ SK_DECLARE_STATIC_MUTEX(gFontConfigInterfaceMutex);
+ static SkFontConfigInterface* gFontConfigInterface;
+ 
\ No newline at end of file

++++++ chromium-more-codec-aliases.patch ++++++
--- /var/tmp/diff_new_pack.qtOiQM/_old  2013-04-29 14:24:56.000000000 +0200
+++ /var/tmp/diff_new_pack.qtOiQM/_new  2013-04-29 14:24:56.000000000 +0200
@@ -1,7 +1,7 @@
-Index: src/third_party/WebKit/Source/WebCore/platform/text/TextCodecICU.cpp
+Index: src/third_party/WebKit/Source/core/platform/text/TextCodecICU.cpp
 ===================================================================
---- src/third_party/WebKit/Source/WebCore/platform/text/TextCodecICU.cpp       
(revision 101168)
-+++ src/third_party/WebKit/Source/WebCore/platform/text/TextCodecICU.cpp       
(working copy)
+--- src/third_party/WebKit/Source/core/platform/text/TextCodecICU.cpp  
(revision 101168)
++++ src/third_party/WebKit/Source/core/platform/text/TextCodecICU.cpp  
(working copy)
 @@ -173,6 +173,24 @@
      registrar("ISO8859-13", "ISO-8859-13");
      registrar("ISO8859-14", "ISO-8859-14");

++++++ chromium.28.0.1468.0.svn192763.tar.bz2 -> 
chromium.28.0.1493.0.svn196982.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/chromium/chromium.28.0.1468.0.svn192763.tar.bz2 
/work/SRC/openSUSE:Factory/.chromium.new/chromium.28.0.1493.0.svn196982.tar.bz2 
differ: char 11, line 1

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

Reply via email to