Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2013-05-16 09:43:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-04-29 
14:23:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2013-05-16 
09:44:14.000000000 +0200
@@ -1,0 +2,21 @@
+Sun May  5 18:43:49 UTC 2013 - [email protected]
+
+- Update to 28.0.1500
+  * Bug and stability fixes
+
+- Added patch adjust-ldflags-no-keep-memory.patch to change a 
+  ldflags option to reduce the memory used during linking
+
+-------------------------------------------------------------------
+Thu May  2 11:43:10 UTC 2013 - [email protected]
+
+- Update to 28.0.1497
+  * Bug and stability fixes
+
+-------------------------------------------------------------------
+Mon Apr 29 12:20:19 UTC 2013 - [email protected]
+
+- Update to 28.0.1494
+  * Bug and Stability Fixes
+
+-------------------------------------------------------------------

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

New:
----
  adjust-ldflags-no-keep-memory.patch
  chromium.28.0.1500.0.svn198365.tar.bz2

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

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.MAkziR/_old  2013-05-16 09:44:34.000000000 +0200
+++ /var/tmp/diff_new_pack.MAkziR/_new  2013-05-16 09:44:34.000000000 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define svn_revision 196982
+%define svn_revision 198365
 %define chromium_no_dlopen 1
 %define chromium_system_libs 0%{?suse_version} > 1220
 
 Name:           chromium
-Version:        28.0.1493.0
+Version:        28.0.1500.0
 Release:        0
 Summary:        Google's opens source browser project
 License:        BSD-3-Clause and LGPL-2.1+
@@ -58,6 +58,8 @@
 Patch64:        chromium-more-codec-aliases.patch
 # PATCH-FIX-OPENSUSE Compile the sandbox with -fPIE settings
 Patch66:        chromium-sandbox-pie.patch
+# PATCH-FIX-OPENSUSE Adjust ldflags for better building
+Patch67:        adjust-ldflags-no-keep-memory.patch
 
 BuildRequires:  alsa-devel
 BuildRequires:  bison
@@ -79,7 +81,6 @@
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libicu-devel >= 4.0
 BuildRequires:  libpulse-devel
-BuildRequires:  libspeechd-devel
 BuildRequires:  mozilla-nspr-devel
 BuildRequires:  mozilla-nss-devel
 BuildRequires:  ninja
@@ -227,6 +228,7 @@
 %patch14 -p1
 %patch20 -p1
 %patch66 -p1
+%patch67 -p1
 
 echo "svn%{svn_revision}" > src/build/LASTCHANGE.in
 
@@ -277,7 +279,6 @@
 -Dlinux_link_libpci=1 \
 -Dlinux_link_gnome_keyring=1 \
 -Dlinux_link_gsettings=1 \
--Dlinux_link_libspeechd=1 \
 %ifnarch %ix86
 -Dlinux_link_kerberos=1 \
 %endif

++++++ adjust-ldflags-no-keep-memory.patch ++++++
diff -up chromium-20.0.1132.47/chrome/chrome_exe.gypi.ldflags 
chromium-20.0.1132.47/chrome/chrome_exe.gypi
--- chromium-20.0.1132.47/src/chrome/chrome_exe.gypi.ldflags    2012-06-28 
09:02:24.000000000 -0400
+++ chromium-20.0.1132.47/src/chrome/chrome_exe.gypi    2012-07-06 
15:46:13.008003437 -0400
@@ -30,6 +30,14 @@
         'app/metro_driver_win.h',
         '../content/app/startup_helper_win.cc',
       ],
+      # Hey, I know what would be an awesome idea.
+      # Let us statically compile EVERYTHING into one giant
+      # freaking executable. Too bad this means we can't build
+      # natively on an IA32 machine. If only someone would
+      # invent shared library objects. Idiots.
+      'ldflags': [
+        '-Wl,--no-keep-memory'
+      ],
       'mac_bundle_resources': [
         'app/app-Info.plist',
       ],

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

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

Reply via email to