diff -r 27c3f029180a -r 4c5d44d40a03 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Tue Jan 07 09:47:03 2020 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Wed Jan 08 14:48:49 2020 +0100 @@ -1,7 +1,7 @@ # # spec file for package MozillaFirefox # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # 2006-2019 Wolfgang Rosenauer # # All modifications and additions to the file contributed by third parties @@ -18,9 +18,9 @@ # changed with every update -%define major 71 -%define mainver %major.0 -%define orig_version 71.0 +%define major 72 +%define mainver %major.0.1 +%define orig_version 72.0.1 %define orig_suffix %{nil} %define update_channel release %define branding 1 @@ -80,8 +80,8 @@ BuildRequires: libnotify-devel BuildRequires: libproxy-devel BuildRequires: makeinfo -BuildRequires: mozilla-nspr-devel >= 4.23 -BuildRequires: mozilla-nss-devel >= 3.47.1 +BuildRequires: mozilla-nspr-devel >= 4.24 +BuildRequires: mozilla-nss-devel >= 3.48 BuildRequires: nasm >= 2.13 BuildRequires: nodejs8 >= 8.11 BuildRequires: python-devel @@ -150,7 +150,7 @@ Source11: firefox.1 Source12: mozilla-get-app-id Source13: spellcheck.js -Source14: https://github.com/openSUSE/firefox-scripts/raw/d414e38/create-tar.sh +Source14: https://github.com/openSUSE/firefox-scripts/raw/8a54002/create-tar.sh Source15: firefox-appdata.xml Source16: %{name}.changes # Set up API keys, see http://www.chromium.org/developers/how-tos/api-keys @@ -603,7 +603,7 @@ %%firefox_version %{version} %%firefox_mainver %{mainver} %%firefox_mozillapath %%{_libdir}/%{progname} -%%firefox_pluginsdir %%{_libdir}/browser-plugins +%%firefox_pluginsdir %%{_libdir}/mozilla/plugins %%firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} %%firefox_extdir %%(if [ "%%_target_cpu" = "noarch" ]; then echo %%{_datadir}/mozilla/extensions/%%{firefox_appid}; else echo %%{_libdir}/mozilla/extensions/%%{firefox_appid}; fi)