1.1 --- a/MozillaFirefox/MozillaFirefox.spec Mon Feb 18 14:11:20 2013 +0100
1.2 +++ b/MozillaFirefox/MozillaFirefox.spec Sun Feb 24 23:01:35 2013 +0100
1.3 @@ -18,8 +18,8 @@
1.4
1.5
1.6 %define major 19
1.7 -%define mainver %major.98
1.8 -%define update_channel aurora
1.9 +%define mainver %major.99
1.10 +%define update_channel beta
1.11
1.12 Name: MozillaFirefox
1.13 BuildRequires: Mesa-devel
1.14 @@ -131,7 +131,7 @@
1.15 %define desktop_file_name %{name}
1.16 %endif
1.17 ### build options
1.18 -%define branding 0
1.19 +%define branding 1
1.20 %define localize 1
1.21 %ifarch ppc ppc64 s390 s390x ia64 %arm
1.22 %define crashreporter 0
2.1 --- a/MozillaFirefox/create-tar.sh Mon Feb 18 14:11:20 2013 +0100
2.2 +++ b/MozillaFirefox/create-tar.sh Sun Feb 24 23:01:35 2013 +0100
2.3 @@ -1,9 +1,9 @@
2.4 #!/bin/bash
2.5
2.6 -CHANNEL="aurora"
2.7 +CHANNEL="beta"
2.8 BRANCH="releases/mozilla-$CHANNEL"
2.9 RELEASE_TAG="default"
2.10 -VERSION="19.98"
2.11 +VERSION="19.99"
2.12
2.13 # mozilla
2.14 echo "cloning $BRANCH..."