Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:Factory
checked in at Mon Jun 20 14:07:35 CEST 2011.



--------
--- mozilla-xulrunner192/mozilla-xulrunner192.changes   2011-05-20 
07:11:39.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/mozilla-xulrunner192/mozilla-xulrunner192.changes  
    2011-06-20 11:35:04.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Jun 20 09:32:58 UTC 2011 - [email protected]
+
+- security update to 1.9.2.18
+- speedier find-external-requires.sh
+- do not build dump_syms static as it is not needed for us
+  -> fixes build for 12.1 and above
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  l10n-1.9.2.17.tar.bz2
  xulrunner-source-1.9.2.17.tar.bz2

New:
----
  l10n-1.9.2.18.tar.bz2
  mozilla-dump_syms-static.patch
  xulrunner-source-1.9.2.18.tar.bz2

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

Other differences:
------------------
++++++ mozilla-xulrunner192.spec ++++++
--- /var/tmp/diff_new_pack.6Vw7fx/_old  2011-06-20 14:05:37.000000000 +0200
+++ /var/tmp/diff_new_pack.6Vw7fx/_new  2011-06-20 14:05:37.000000000 +0200
@@ -39,12 +39,12 @@
 BuildRequires:  wireless-tools
 %endif
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
-Version:        1.9.2.17
-Release:        2
-%define         releasedate 2011042000
-%define         version_internal 1.9.2.17
+Version:        1.9.2.18
+Release:        1
+%define         releasedate 2011061300
+%define         version_internal 1.9.2.18
 %define         apiversion 1.9.2
-%define         uaweight 192170
+%define         uaweight 192180
 Summary:        Mozilla Runtime Environment 1.9.2
 Url:            http://www.mozilla.org
 Group:          Productivity/Other
@@ -72,6 +72,7 @@
 Patch3:         mozilla-pkgconfig.patch
 Patch4:         idldir.patch
 Patch5:         mozilla-nongnome-proxies.patch
+Patch6:         mozilla-dump_syms-static.patch
 Patch7:         mozilla-prefer_plugin_pref.patch
 Patch8:         mozilla-shared-nss-db.patch
 Patch10:        mozilla-kde.patch
@@ -223,6 +224,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 %patch7 -p1
 %patch8 -p1
 %if %suse_version >= 1110

++++++ create-tar.sh ++++++
--- /var/tmp/diff_new_pack.6Vw7fx/_old  2011-06-20 14:05:38.000000000 +0200
+++ /var/tmp/diff_new_pack.6Vw7fx/_new  2011-06-20 14:05:38.000000000 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_6_17_RELEASE"
-VERSION="1.9.2.17"
+RELEASE_TAG="FIREFOX_3_6_18_RELEASE"
+VERSION="1.9.2.18"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++++++ find-external-requires.sh ++++++
--- /var/tmp/diff_new_pack.6Vw7fx/_old  2011-06-20 14:05:38.000000000 +0200
+++ /var/tmp/diff_new_pack.6Vw7fx/_new  2011-06-20 14:05:38.000000000 +0200
@@ -1,23 +1,9 @@
 #!/bin/sh
-
 # Finds requirements provided outside of the current file set
 
-filelist=`sed "s/[]['\"*?{}]/\\\\\&/g"`
-
-provides=`echo "$filelist" | /usr/lib/rpm/find-provides`
-
-{
-for f in $filelist ; do
-       echo $f | /usr/lib/rpm/find-requires | while read req ; do
-               found=0
-               for p in $provides ; do
-                       if [ "$req" = "$p" ]; then
-                               found=1
-                       fi
-               done
-               if [ "$found" = "0" ]; then
-                       echo $req
-               fi
-       done
-done
-} | sort -u
+filelist=$( sed "s/[]['\"*?{}]/\\\\\&/g" )
+provides=$( echo "$filelist" | /usr/lib/rpm/find-provides )
+echo "$filelist" \
+    | /usr/lib/rpm/find-requires \
+    | grep -F -v "$provides" \
+    | sort -u

++++++ l10n-1.9.2.17.tar.bz2 -> l10n-1.9.2.18.tar.bz2 ++++++
mozilla-xulrunner192/l10n-1.9.2.17.tar.bz2 
/mounts/work_src_done/STABLE/mozilla-xulrunner192/l10n-1.9.2.18.tar.bz2 differ: 
char 11, line 1

++++++ mozilla-dump_syms-static.patch ++++++
# HG changeset patch
# Parent e589abb2c4d6aaa6083d254416211ac90360dbdd
NO-BUG: Ignore a hack which is not needed in distribution build environments.

diff --git 
a/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in 
b/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
--- 
a/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
+++ 
b/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
@@ -59,11 +59,11 @@ HOST_LIBS += \
   $(NULL)
 
 # force C++ linking
 CPP_PROG_LINK = 1
 FORCE_USE_PIC = 1
 
 #XXX: bug 554854 causes us to be unable to run binaries on the build slaves
 # due to them having an older libstdc++
-HOST_LDFLAGS += -static
+#HOST_LDFLAGS += -static
 
 include $(topsrcdir)/config/rules.mk
++++++ xulrunner-source-1.9.2.17.tar.bz2 -> xulrunner-source-1.9.2.18.tar.bz2 
++++++
mozilla-xulrunner192/xulrunner-source-1.9.2.17.tar.bz2 
/mounts/work_src_done/STABLE/mozilla-xulrunner192/xulrunner-source-1.9.2.18.tar.bz2
 differ: char 11, line 1


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



Remember to have fun...

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

Reply via email to