23.0b4 firefox23
authorWolfgang Rosenauer <wr@rosenauer.org>
Sat, 13 Jul 2013 21:47:49 +0200
branchfirefox23
changeset 658 873d77fdc429
parent 657 b6cd7eca6355
child 660 66d7a6927dc3
23.0b4 merge contribution from mozilla:Factory
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Wed Jun 26 10:47:37 2013 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Sat Jul 13 21:47:49 2013 +0200
@@ -1,10 +1,15 @@
 -------------------------------------------------------------------
-Wed Jun 26 08:42:37 UTC 2013 - wr@rosenauer.org
-
-- update to Firefox 23.0b1 (20130626)
+Tue Jul  9 10:41:59 UTC 2013 - wr@rosenauer.org
+
+- update to Firefox 23.0b4 (20130708)
 - requires NSPR 4.10 and NSS 3.15
 
 -------------------------------------------------------------------
+Wed Jul  3 17:14:35 UTC 2013 - dmueller@suse.com
+
+- fix build on ARM (/-g/ matches /-grecord-switches/)
+
+-------------------------------------------------------------------
 Sat Jun 22 17:48:06 UTC 2013 - wr@rosenauer.org
 
 - update to Firefox 22.0 (bnc#825935)
--- a/MozillaFirefox/MozillaFirefox.spec	Wed Jun 26 10:47:37 2013 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Jul 13 21:47:49 2013 +0200
@@ -60,7 +60,7 @@
 %endif
 Version:        %{mainver}
 Release:        0
-%define         releasedate 2013062600
+%define         releasedate 2013070800
 Provides:       firefox = %{mainver}
 Provides:       firefox = %{version}-%{release}
 Provides:       web_browser
@@ -268,7 +268,7 @@
 export MOZ_TELEMETRY_REPORTING=1
 export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
 %ifarch %arm
-export CFLAGS="${CFLAGS/-g/}"
+export CFLAGS="${CFLAGS/-g / }"
 %endif
 %ifarch ppc64
 export CFLAGS="$CFLAGS -mminimal-toc"
--- a/MozillaFirefox/create-tar.sh	Wed Jun 26 10:47:37 2013 +0200
+++ b/MozillaFirefox/create-tar.sh	Sat Jul 13 21:47:49 2013 +0200
@@ -2,7 +2,7 @@
 
 CHANNEL="beta"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_23_0b1_RELEASE"
+RELEASE_TAG="FIREFOX_23_0b4_RELEASE"
 VERSION="22.99"
 
 # mozilla