diff -r b85eacef913b -r 475395d00191 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Thu Mar 08 18:07:20 2012 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Tue Mar 13 08:06:57 2012 +0100 @@ -17,8 +17,8 @@ # -%define major 10 -%define mainver %major.99 +%define major 11 +%define mainver %major.0 Name: MozillaFirefox BuildRequires: Mesa-devel @@ -48,7 +48,7 @@ BuildRequires: nss-shared-helper-devel Version: %{mainver} Release: 0 -%define releasedate 2012030700 +%define releasedate 2012031200 Provides: firefox = %{mainver} Provides: firefox = %{version}-%{release} Provides: web_browser @@ -90,6 +90,7 @@ Patch12: mozilla-linux3.patch Patch14: mozilla-disable-neon-option.patch Patch15: mozilla-yarr-pcre.patch +Patch16: mozilla-sle11-gcc.patch # Firefox/browser Patch31: firefox-browser-css.patch Patch32: firefox-cross-desktop.patch @@ -218,6 +219,7 @@ %patch12 -p1 %patch14 -p1 #%patch15 -p1 +%patch16 -p1 # %patch31 -p1 %patch32 -p1 @@ -280,7 +282,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=release EOF %if %suse_version > 1130 cat << EOF >> $MOZCONFIG