# HG changeset patch # User Wolfgang Rosenauer # Date 1413025436 -7200 # Node ID fd46c2b7072475fbb6ccb0b02263c819c2ecebcb # Parent 3ab2530d5879b7b4dc230190c9f3b80a175ab916 prepare 33.0 final release diff -r 3ab2530d5879 -r fd46c2b70724 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Sat Oct 11 13:03:31 2014 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Sat Oct 11 13:03:56 2014 +0200 @@ -1,11 +1,12 @@ ------------------------------------------------------------------- -Sun Oct 5 16:10:28 UTC 2014 - wr@rosenauer.org - -- update to Firefox 33.0b9 +Sat Oct 11 08:48:24 UTC 2014 - wr@rosenauer.org + +- update to Firefox 33.0 (bnc#) - requires NSPR 4.10.7 - requires NSS 3.17.1 -- removed obsolete patch: +- removed obsolete patches: * mozilla-ppc.patch + * mozilla-libproxy-compat.patch - added basic appdata information ------------------------------------------------------------------- diff -r 3ab2530d5879 -r fd46c2b70724 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sat Oct 11 13:03:31 2014 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Sat Oct 11 13:03:56 2014 +0200 @@ -17,9 +17,9 @@ # -%define major 32 -%define mainver %major.99 -%define update_channel beta +%define major 33 +%define mainver %major.0 +%define update_channel release %if %suse_version > 1210 %if %suse_version > 1310 @@ -74,7 +74,7 @@ %endif Version: %{mainver} Release: 0 -%define releasedate 2014100400 +%define releasedate 2014101000 Provides: firefox = %{mainver} Provides: firefox = %{version}-%{release} Provides: web_browser diff -r 3ab2530d5879 -r fd46c2b70724 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Sat Oct 11 13:03:31 2014 +0200 +++ b/MozillaFirefox/create-tar.sh Sat Oct 11 13:03:56 2014 +0200 @@ -1,9 +1,9 @@ #!/bin/bash -CHANNEL="beta" +CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_33_0b9_RELEASE" -VERSION="32.99" +RELEASE_TAG="FIREFOX_33_0_RELEASE" +VERSION="33.0" # mozilla if [ -d mozilla ]; then