# HG changeset patch # User Wolfgang Rosenauer # Date 1373744869 -7200 # Node ID 873d77fdc42975bef5f03a8a208a351eaeabcf49 # Parent b6cd7eca6355c46a249832764435223dd02b62ec 23.0b4 merge contribution from mozilla:Factory diff -r b6cd7eca6355 -r 873d77fdc429 MozillaFirefox/MozillaFirefox.changes --- 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) diff -r b6cd7eca6355 -r 873d77fdc429 MozillaFirefox/MozillaFirefox.spec --- 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" diff -r b6cd7eca6355 -r 873d77fdc429 MozillaFirefox/create-tar.sh --- 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