# HG changeset patch # User Wolfgang Rosenauer # Date 1320667451 -3600 # Node ID 9d46eaac25492c6232294d83169f0dc032ba4178 # Parent d395d0c3ac12fcbff5ae23ffdcd70717030cce94 update to Firefox 8 release diff -r d395d0c3ac12 -r 9d46eaac2549 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Sat Nov 05 23:32:21 2011 +0100 +++ b/MozillaFirefox/MozillaFirefox.changes Mon Nov 07 13:04:11 2011 +0100 @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Nov 6 08:20:59 UTC 2011 - wr@rosenauer.org + +- update to Firefox 8 (bnc#728520) +- rebased patches + ------------------------------------------------------------------- Thu Oct 20 12:34:47 UTC 2011 - wr@rosenauer.org diff -r d395d0c3ac12 -r 9d46eaac2549 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sat Nov 05 23:32:21 2011 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Mon Nov 07 13:04:11 2011 +0100 @@ -18,8 +18,8 @@ # norootforbuild -%define major 7 -%define mainver %major.99 +%define major 8 +%define mainver %major.0 Name: MozillaFirefox BuildRequires: Mesa-devel autoconf213 dbus-1-glib-devel fdupes gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python startup-notification-devel unzip update-desktop-files yasm zip @@ -35,7 +35,7 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+ Version: %{mainver} Release: 1 -%define releasedate 2011102000 +%define releasedate 2011110500 Provides: web_browser Provides: firefox = %{version}-%{release} Provides: firefox = %{mainver} @@ -266,7 +266,7 @@ ac_add_options --disable-debug ac_add_options --enable-startup-notification #ac_add_options --enable-chrome-format=jar -ac_add_options --enable-update-channel=beta +ac_add_options --enable-update-channel=default EOF %if %suse_version > 1130 cat << EOF >> $MOZCONFIG diff -r d395d0c3ac12 -r 9d46eaac2549 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Sat Nov 05 23:32:21 2011 +0100 +++ b/MozillaFirefox/create-tar.sh Mon Nov 07 13:04:11 2011 +0100 @@ -1,9 +1,9 @@ #!/bin/bash -CHANNEL="beta" +CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_8_0b4_RELEASE" -VERSION="7.99" +RELEASE_TAG="FIREFOX_8_0_RELEASE" +VERSION="8.0" # mozilla hg clone http://hg.mozilla.org/$BRANCH mozilla diff -r d395d0c3ac12 -r 9d46eaac2549 xulrunner/create-tar.sh --- a/xulrunner/create-tar.sh Sat Nov 05 23:32:21 2011 +0100 +++ b/xulrunner/create-tar.sh Mon Nov 07 13:04:11 2011 +0100 @@ -1,9 +1,9 @@ #!/bin/bash -CHANNEL="beta" +CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_8_0b4_RELEASE" -VERSION="7.99" +RELEASE_TAG="FIREFOX_8_0_RELEASE" +VERSION="8.0" # mozilla hg clone http://hg.mozilla.org/$BRANCH mozilla diff -r d395d0c3ac12 -r 9d46eaac2549 xulrunner/xulrunner.changes --- a/xulrunner/xulrunner.changes Sat Nov 05 23:32:21 2011 +0100 +++ b/xulrunner/xulrunner.changes Mon Nov 07 13:04:11 2011 +0100 @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Nov 6 08:23:04 UTC 2011 - wr@rosenauer.org + +- update to release 8.0 (bnc#728520) +- rebased patches + ------------------------------------------------------------------- Fri Sep 30 10:59:54 UTC 2011 - wr@rosenauer.org diff -r d395d0c3ac12 -r 9d46eaac2549 xulrunner/xulrunner.spec --- a/xulrunner/xulrunner.spec Sat Nov 05 23:32:21 2011 +0100 +++ b/xulrunner/xulrunner.spec Mon Nov 07 13:04:11 2011 +0100 @@ -30,12 +30,12 @@ BuildRequires: mozilla-nspr-devel >= 4.8.8 BuildRequires: mozilla-nss-devel >= 3.12.10 License: MPLv1.1 or GPLv2+ or LGPLv2+ -Version: 7.99 +Version: 8.0 Release: 1 -%define releasedate 20111020 -%define version_internal 8.0b4 +%define releasedate 2011110500 +%define version_internal 8.0 %define apiversion 8 -%define uaweight 790004 +%define uaweight 800000 Summary: Mozilla Runtime Environment Url: http://www.mozilla.org/ Group: Productivity/Other