diff -r 554cd9503f75 -r cbed5671ff47 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Tue Mar 19 09:49:20 2019 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Tue Mar 19 09:56:49 2019 +0100 @@ -19,10 +19,10 @@ # changed with every update %define major 60 -%define mainver %major.5.0 +%define mainver %major.6.0 %define update_channel esr %define branding 1 -%define releasedate 20190121141556 +%define releasedate 20190313191546 %define source_prefix firefox-%{mainver} # PIE, full relro (x86_64 for now) @@ -371,7 +371,8 @@ #ac_add_options --enable-chrome-format=jar ac_add_options --enable-update-channel=%{update_channel} ac_add_options --with-mozilla-api-keyfile=%{SOURCE18} -ac_add_options --with-google-api-keyfile=%{SOURCE19} +ac_add_options --with-google-location-service-api-keyfile=%{SOURCE19} +ac_add_options --with-google-safebrowsing-api-keyfile=%{SOURCE19} %if %branding ac_add_options --enable-official-branding %endif