12.0b6 firefox12
authorWolfgang Rosenauer <wr@rosenauer.org>
Sat, 21 Apr 2012 11:56:48 +0200
branchfirefox12
changeset 427 4e79a7c46250
parent 424 44d79c1f5826
child 428 0102d1864df2
12.0b6 disable crashreporter for Factory (temporary)
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
xulrunner/create-tar.sh
xulrunner/xulrunner.changes
xulrunner/xulrunner.spec
--- a/MozillaFirefox/MozillaFirefox.changes	Mon Apr 16 14:32:00 2012 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Sat Apr 21 11:56:48 2012 +0200
@@ -1,10 +1,14 @@
 -------------------------------------------------------------------
-Sun Apr 15 06:39:59 UTC 2012 - wr@rosenauer.org
-
-- update to Firefox 12.0b5
+Fri Apr 20 16:19:18 UTC 2012 - wr@rosenauer.org
+
+- update to Firefox 12.0b6
   * rebased patches
 - added mozilla-libnotify.patch to allow fallback from libnotify
   to xul based events if no notification-daemon is running
+- gcc 4.7 fixes
+  * mozilla-gcc47.patch
+  * disabled crashreporter temporarily for Factory
+- recommend libcanberra0 for proper sound notifications
 
 -------------------------------------------------------------------
 Fri Mar  9 21:47:07 UTC 2012 - wr@rosenauer.org
--- a/MozillaFirefox/MozillaFirefox.spec	Mon Apr 16 14:32:00 2012 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Apr 21 11:56:48 2012 +0200
@@ -49,7 +49,7 @@
 BuildRequires:  nss-shared-helper-devel
 Version:        %{mainver}
 Release:        0
-%define         releasedate 2012041400
+%define         releasedate 2012042000
 Provides:       firefox = %{mainver}
 Provides:       firefox = %{version}-%{release}
 Provides:       web_browser
@@ -126,9 +126,13 @@
 %define branding 1
 %define localize 1
 %ifarch ppc ppc64 s390 s390x ia64 %arm
-%define crashreporter    0
+%define crashreporter 0
 %else
-%define crashreporter    1
+%define crashreporter 1
+%endif
+# temporary gcc 4.7
+%if %suse_version > 1210
+%define crashreporter 0
 %endif
 ### build options end
 
@@ -164,7 +168,7 @@
 %package translations-other
 Summary:        Extra translations for MozillaFirefox
 Group:          System/Localization
-Provides:       locale(%{name}:af;ak;as;ast;be;bg;bn_BD;bn_IN;br;bs;csb;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;lij;lt;lv;mai;mk;ml;mn;mr;nn_NO;nso;or;pa_IN;rm;ro;si;sk;sl;son;sq;sr;sw;ta;ta_LK;te;th;tr;uk;vi;zu)
+Provides:       locale(%{name}:af;ak;as;ast;be;bg;bn_BD;bn_IN;br;bs;csb;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;km;kn;ku;lg;lij;lt;lv;mai;mk;ml;mn;mr;nn_NO;nso;or;pa_IN;rm;ro;si;sk;sl;son;sq;sr;sw;ta;ta_LK;te;th;tr;uk;vi;zu)
 Requires:       %{name} = %{version}
 Obsoletes:      %{name}-translations < %{version}-%{release}
 
--- a/MozillaFirefox/create-tar.sh	Mon Apr 16 14:32:00 2012 +0200
+++ b/MozillaFirefox/create-tar.sh	Sat Apr 21 11:56:48 2012 +0200
@@ -2,7 +2,7 @@
 
 CHANNEL="beta"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_12_0b5_RELEASE"
+RELEASE_TAG="FIREFOX_12_0b6_RELEASE"
 VERSION="11.99"
 
 # mozilla
--- a/xulrunner/create-tar.sh	Mon Apr 16 14:32:00 2012 +0200
+++ b/xulrunner/create-tar.sh	Sat Apr 21 11:56:48 2012 +0200
@@ -2,7 +2,7 @@
 
 CHANNEL="beta"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_12_0b5_RELEASE"
+RELEASE_TAG="FIREFOX_12_0b6_RELEASE"
 VERSION="11.99"
 
 # mozilla
--- a/xulrunner/xulrunner.changes	Mon Apr 16 14:32:00 2012 +0200
+++ b/xulrunner/xulrunner.changes	Sat Apr 21 11:56:48 2012 +0200
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Fri Apr 20 19:22:42 UTC 2012 - wr@rosenauer.org
+
+- update to 12.0b6
+  * rebased patches
+- added mozilla-libnotify.patch to allow fallback from libnotify
+  to xul based events if no notification-daemon is running
+- gcc 4.7 fixes
+  * mozilla-gcc47.patch
+  * disabled crashreporter temporarily for Factory
+
 -------------------------------------------------------------------
 Fri Mar  9 21:49:05 UTC 2012 - wr@rosenauer.org
 
--- a/xulrunner/xulrunner.spec	Mon Apr 16 14:32:00 2012 +0200
+++ b/xulrunner/xulrunner.spec	Sat Apr 21 11:56:48 2012 +0200
@@ -46,7 +46,7 @@
 BuildRequires:  mozilla-nss-devel >= 3.13.3
 Version:        11.99
 Release:        0
-%define         releasedate 2012041400
+%define         releasedate 2012042000
 %define         version_internal 12.0
 %define         apiversion 12
 %define         uaweight 1200000
@@ -99,6 +99,10 @@
 %define crashreporter    1
 %define plugincontainer  1
 %endif
+# temporary (gcc 4.7)
+%if %suse_version > 1210
+%define crashreporter    0
+%endif
 ### configuration end ###
 %define _use_internal_dependency_generator 0
 %define __find_requires sh %{SOURCE2}
@@ -164,7 +168,7 @@
 Summary:        Extra translations for XULRunner
 Group:          System/Localization
 Requires:       %{name} = %{version}
-Provides:       locale(%{name}:af;ak;as;ast;be;bg;bn_BD;bn_IN;br;bs;csb;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;lij;lt;lv;mai;mk;ml;mn;mr;nn_NO;nso;or;pa_IN;rm;ro;si;sk;sl;son;sq;sr;sw;ta;ta_LK;te;th;tr;uk;vi;zu)
+Provides:       locale(%{name}:af;ak;as;ast;be;bg;bn_BD;bn_IN;br;bs;csb;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;km;kn;ku;lg;lij;lt;lv;mai;mk;ml;mn;mr;nn_NO;nso;or;pa_IN;rm;ro;si;sk;sl;son;sq;sr;sw;ta;ta_LK;te;th;tr;uk;vi;zu)
 Obsoletes:      %{name}-translations < %{version}-%{release}
 
 %description translations-other