diff -r 72ba5129e5fd -r f20576d5885a MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Wed Jul 09 14:56:22 2014 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Sun Sep 14 21:55:52 2014 +0200 @@ -17,9 +17,9 @@ # -%define major 31 -%define mainver %major.98 -%define update_channel aurora +%define major 32 +%define mainver %major.0.1 +%define update_channel release %if %suse_version > 1210 %if %suse_version > 1310 @@ -55,7 +55,7 @@ BuildRequires: wireless-tools %endif BuildRequires: mozilla-nspr-devel >= 4.10.6 -BuildRequires: mozilla-nss-devel >= 3.16.3 +BuildRequires: mozilla-nss-devel >= 3.16.4 BuildRequires: nss-shared-helper-devel BuildRequires: pkgconfig(libpulse) %if %suse_version > 1210 @@ -74,7 +74,7 @@ %endif Version: %{mainver} Release: 0 -%define releasedate 2014061200 +%define releasedate 2014091200 Provides: firefox = %{mainver} Provides: firefox = %{version}-%{release} Provides: web_browser @@ -154,7 +154,7 @@ # Note: these are for the openSUSE Firefox builds ONLY. For your own distribution, # please get your own set of keys. %define _google_api_key AIzaSyD1hTe85_a14kr1Ks8T3Ce75rvbR1_Dx7Q -%define branding 0 +%define branding 1 %define localize 1 %ifarch aarch64 ppc ppc64 ppc64le s390 s390x ia64 %arm %define crashreporter 0 @@ -350,6 +350,10 @@ %ifnarch %ix86 x86_64 ac_add_options --disable-webrtc %endif +# try to use OpenGL-ES on ARM +%ifarch %arm +ac_add_options --with-gl-provider=EGL +%endif EOF make -f client.mk build