diff --git a/MozillaFirefox-branding-openSUSE.changes b/MozillaFirefox-branding-openSUSE.changes index 79372c0..14f43a3 100644 --- a/MozillaFirefox-branding-openSUSE.changes +++ b/MozillaFirefox-branding-openSUSE.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 23 09:15:55 UTC 2019 - Wolfgang Rosenauer + +- bump version to 60 for SLE compatibility (bsc#1128316) + +------------------------------------------------------------------- +Sat Aug 25 15:48:57 UTC 2018 - wr@rosenauer.org + +- removed intl.locale.matchOS + * it's not used in recent versions and it was set in the general + openSUSE Firefox package since 2011 + ------------------------------------------------------------------- Sun Apr 1 09:34:49 UTC 2018 - wr@rosenauer.org diff --git a/MozillaFirefox-branding-openSUSE.spec b/MozillaFirefox-branding-openSUSE.spec index 4369bbd..20ec967 100644 --- a/MozillaFirefox-branding-openSUSE.spec +++ b/MozillaFirefox-branding-openSUSE.spec @@ -1,7 +1,7 @@ # # spec file for package MozillaFirefox-branding-openSUSE # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2008-2013 Wolfgang Rosenauer # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,7 +21,7 @@ Name: MozillaFirefox-branding-openSUSE BuildRequires: bc BuildRequires: unzip BuildRequires: zip -Version: 45 +Version: 60 Release: 0 Summary: openSUSE branding of MozillaFirefox License: BSD-3-Clause AND GPL-2.0-or-later diff --git a/all-openSUSE.js b/all-openSUSE.js index da47c58..698bc1a 100644 --- a/all-openSUSE.js +++ b/all-openSUSE.js @@ -1,3 +1,2 @@ // openSUSE overrides for default settings pref("layout.word_select.stop_at_punctuation", false); -pref("intl.locale.matchOS", true);