# HG changeset patch # User Wolfgang Rosenauer # Date 1398515202 -7200 # Node ID 71fc8d74b596573978bbc26b90e0eb6bc854545d # Parent 6f30563d969e974f93acb9c19ace03a3fa2bb02c update for 29.0 final diff -r 6f30563d969e -r 71fc8d74b596 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Sat Apr 26 14:26:27 2014 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Sat Apr 26 14:26:42 2014 +0200 @@ -1,13 +1,13 @@ ------------------------------------------------------------------- -Thu Apr 17 20:41:36 UTC 2014 - wr@rosenauer.org - -- update to Firefox 29beta8 - * rebased patches - * removed obsolete patches +Sat Apr 26 12:18:07 UTC 2014 - wr@rosenauer.org + +- update to Firefox 29.0 (bnc#) +- rebased patches +- removed obsolete patches + * firefox-browser-css.patch - requires NSS 3.16 -- patches disabled temporarily (TODO) +- patches disabled temporarily * mozilla-ppc64le-build.patch - * firefox-browser-css.patch - added mozilla-icu-strncat.patch to fix post build checks ------------------------------------------------------------------- diff -r 6f30563d969e -r 71fc8d74b596 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sat Apr 26 14:26:27 2014 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Sat Apr 26 14:26:42 2014 +0200 @@ -17,9 +17,9 @@ # -%define major 28 -%define mainver %major.99 -%define update_channel beta +%define major 29 +%define mainver %major.0 +%define update_channel release %if %suse_version > 1220 %define gstreamer_ver 0.10 @@ -65,7 +65,7 @@ %endif Version: %{mainver} Release: 0 -%define releasedate 2014041600 +%define releasedate 2014042500 Provides: firefox = %{mainver} Provides: firefox = %{version}-%{release} Provides: web_browser @@ -123,7 +123,6 @@ Patch34: mozilla-aarch64-bmo-963024.patch # Firefox/browser -Patch100: firefox-browser-css.patch Patch101: firefox-kde.patch Patch102: firefox-kde-114.patch Patch103: firefox-no-default-ualocale.patch @@ -276,7 +275,6 @@ %patch34 -p1 # Firefox -#%patch100 -p1 %patch101 -p1 %if %suse_version >= 1140 %patch102 -p1 diff -r 6f30563d969e -r 71fc8d74b596 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Sat Apr 26 14:26:27 2014 +0200 +++ b/MozillaFirefox/create-tar.sh Sat Apr 26 14:26:42 2014 +0200 @@ -1,9 +1,9 @@ #!/bin/bash -CHANNEL="beta" +CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_29_0b8_RELEASE" -VERSION="28.99" +RELEASE_TAG="FIREFOX_29_0_RELEASE" +VERSION="29.0" # mozilla if [ -d mozilla ]; then