Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory
checked in at Mon Jun 20 14:36:50 CEST 2011.



--------
--- MozillaFirefox/MozillaFirefox.changes       2011-06-15 17:00:40.000000000 
+0200
+++ /mounts/work_src_done/STABLE/MozillaFirefox/MozillaFirefox.changes  
2011-06-20 11:20:22.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Jun 20 09:17:42 UTC 2011 - w...@rosenauer.org
+
+- update to 5.0b7
+  * updated supported locales
+- do not build dump_syms static (not needed for us)
+  -> fix build for openSUSE 12.1 and above
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  mozilla-dump_syms-static.patch

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

Other differences:
------------------
++++++ MozillaFirefox.spec ++++++
--- /var/tmp/diff_new_pack.83gjAB/_old  2011-06-20 14:35:27.000000000 +0200
+++ /var/tmp/diff_new_pack.83gjAB/_new  2011-06-20 14:35:27.000000000 +0200
@@ -34,8 +34,8 @@
 BuildRequires:  nss-shared-helper-devel
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Version:        %{mainver}
-Release:        3
-%define         releasedate 2011061300
+Release:        5
+%define         releasedate 2011061400
 Provides:       web_browser
 Provides:       firefox = %{version}-%{release}
 Provides:       firefox = %{mainver}
@@ -73,6 +73,7 @@
 Patch10:        mozilla-ntlm-full-path.patch
 Patch11:        mozilla-ppc-ipc.patch
 Patch12:        mozilla-repo.patch
+Patch13:        mozilla-dump_syms-static.patch
 # Firefox/browser
 Patch30:        firefox-linkorder.patch
 Patch31:        firefox-browser-css.patch
@@ -147,7 +148,7 @@
 %package translations-other
 Summary:        Extra translations for MozillaFirefox
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
-Provides:       
locale(%{name}:af;ak;ast;be;bg;bn_BD;br;bs;cy;el;en_ZA;eo;es_MX;et;eu;fa;fy_NL;ga_IE;gd;gl;gu_IN;he;hi_IN;hr;hy_AM;id;is;kk;kn;ku;lg;lt;lv;mai;mk;ml;mr;nn_NO;nso;or;pa_IN;rm;ro;si;sk;sl;son;sq;sr;ta;ta_LK;te;th;tr;uk;zu)
+Provides:       
locale(%{name}:af;ak;ast;be;bg;bn_BD;bn_IN;br;bs;cy;el;en_ZA;eo;es_MX;et;eu;fa;fy_NL;ga_IE;gd;gl;gu_IN;he;hi_IN;hr;hy_AM;id;is;kk;kn;ku;lg;lt;lv;mai;mk;ml;mr;nn_NO;nso;or;pa_IN;rm;ro;si;sk;sl;son;sq;sr;ta;ta_LK;te;th;tr;uk;vi;zu)
 Group:          System/Localization
 Requires:       %{name} = %{version}
 Obsoletes:      %{name}-translations < %{version}-%{release}
@@ -205,6 +206,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 #
 %patch30 -p1
 %patch31 -p1
@@ -320,7 +322,7 @@
 touch %{_tmppath}/translations.{common,other}
 for locale in $(awk '{ print $1; }' 
../mozilla/browser/locales/shipped-locales); do
   case $locale in
-   ja-JP-mac|en-US|bn-IN)
+   ja-JP-mac|en-US)
        ;;
    *)
        pushd $RPM_BUILD_DIR/compare-locales

++++++ compare-locales.tar.bz2 ++++++

++++++ create-tar.sh ++++++
--- /var/tmp/diff_new_pack.83gjAB/_old  2011-06-20 14:35:27.000000000 +0200
+++ /var/tmp/diff_new_pack.83gjAB/_new  2011-06-20 14:35:27.000000000 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 BRANCH="mozilla-beta"
-RELEASE_TAG="FIREFOX_5_0b6_RELEASE"
+RELEASE_TAG="FIREFOX_5_0b7_RELEASE"
 VERSION="4.99"
 
 # mozilla

++++++ firefox-4.99-source.tar.bz2 ++++++
MozillaFirefox/firefox-4.99-source.tar.bz2 
/mounts/work_src_done/STABLE/MozillaFirefox/firefox-4.99-source.tar.bz2 differ: 
char 11, line 1


++++++ l10n-4.99.tar.bz2 ++++++
MozillaFirefox/l10n-4.99.tar.bz2 
/mounts/work_src_done/STABLE/MozillaFirefox/l10n-4.99.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
++++++ mozilla-repo.patch ++++++
--- /var/tmp/diff_new_pack.83gjAB/_old  2011-06-20 14:35:27.000000000 +0200
+++ /var/tmp/diff_new_pack.83gjAB/_new  2011-06-20 14:35:27.000000000 +0200
@@ -1,6 +1,28 @@
 # HG changeset patch
 # Parent 84ecc6172ec5f01c80346bdb819520d08f982bac
 
+diff --git a/browser/app/Makefile.in b/browser/app/Makefile.in
+--- a/browser/app/Makefile.in
++++ b/browser/app/Makefile.in
+@@ -67,17 +67,17 @@ GRE_BUILDID = $(shell $(PYTHON) $(topsrc
+ 
+ DEFINES += -DGRE_MILESTONE=$(GRE_MILESTONE) -DGRE_BUILDID=$(GRE_BUILDID)
+ 
+ MOZ_SOURCE_STAMP ?= $(shell hg -R $(topsrcdir) parent 
--template="{node|short}\n" 2>/dev/null)
+ ifdef MOZ_SOURCE_STAMP
+ DEFINES += -DMOZ_SOURCE_STAMP="$(MOZ_SOURCE_STAMP)"
+ endif
+ 
+-SOURCE_REPO := $(shell hg -R $(topsrcdir) showconfig paths.default 
2>/dev/null | sed -e "s/^ssh:/http:/")
++SOURCE_REPO ?= $(shell hg -R $(topsrcdir) showconfig paths.default 
2>/dev/null | sed -e "s/^ssh:/http:/")
+ ifdef SOURCE_REPO
+ DEFINES += -DMOZ_SOURCE_REPO="$(SOURCE_REPO)"
+ endif
+ 
+ LIBS += $(JEMALLOC_LIBS)
+ 
+ ifdef LIBXUL_SDK
+ include $(topsrcdir)/config/rules.mk
 diff --git a/toolkit/content/Makefile.in b/toolkit/content/Makefile.in
 --- a/toolkit/content/Makefile.in
 +++ b/toolkit/content/Makefile.in

++++++ source-stamp.txt ++++++
--- /var/tmp/diff_new_pack.83gjAB/_old  2011-06-20 14:35:27.000000000 +0200
+++ /var/tmp/diff_new_pack.83gjAB/_new  2011-06-20 14:35:27.000000000 +0200
@@ -1,2 +1,2 @@
-REV=937762949167
+REV=3fb6ad7c725e
 REPO=http://hg.mozilla.org/mozilla-beta


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



Remember to have fun...

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

Reply via email to