Accepting request 1090033 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1090033 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox-branding-openSUSE?expand=0&rev=63
This commit is contained in:
commit
ea09dd3868
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 9 11:28:51 UTC 2022 - Yuchen Lin <mlin+factory@suse.de>
|
||||
|
||||
- add sle_version 150500 check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 26 14:00:20 UTC 2022 - Rischio Cinico <rischiocinico@gmail.com>
|
||||
|
||||
- add some useful links about openSUSE in the about:newtab page
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 17 22:20:18 UTC 2021 - Yuchen Lin <mlin+factory@suse.de>
|
||||
|
||||
- add sle_version 150300 and 150400 check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 24 04:12:31 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package MozillaFirefox-branding-openSUSE
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2008-2019 Wolfgang Rosenauer
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -43,7 +43,7 @@ Release: 0
|
||||
Summary: openSUSE branding of MozillaFirefox
|
||||
License: BSD-3-Clause AND GPL-2.0-or-later
|
||||
Group: Productivity/Networking/Web/Browsers
|
||||
Url: http://www.opensuse.org
|
||||
URL: http://www.opensuse.org
|
||||
Source: susefox-20120626.tar.bz2
|
||||
Source1: opensuse-software.xml.in
|
||||
Source2: all-openSUSE.js
|
||||
@ -83,6 +83,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%else
|
||||
%if %sle_version == 150200
|
||||
%global suseversion 15.2
|
||||
%else
|
||||
%if %sle_version == 150300
|
||||
%global suseversion 15.3
|
||||
%else
|
||||
%if %sle_version == 150400
|
||||
%global suseversion 15.4
|
||||
%else
|
||||
%if %sle_version == 150500
|
||||
%global suseversion 15.5
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 9 11:28:51 UTC 2022 - Yuchen Lin <mlin+factory@suse.de>
|
||||
|
||||
- add sle_version 150500 check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 26 14:00:20 UTC 2022 - Rischio Cinico <rischiocinico@gmail.com>
|
||||
|
||||
- add some useful links about openSUSE in the about:newtab page
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 17 22:20:18 UTC 2021 - Yuchen Lin <mlin+factory@suse.de>
|
||||
|
||||
- add sle_version 150300 and 150400 check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 24 04:12:31 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -12,3 +12,6 @@ pref("print.print_edge_bottom", 14); // 1/100 of an inch
|
||||
pref("accessibility.typeaheadfind.soundURL", "default");
|
||||
pref("startup.homepage_welcome_url", "");
|
||||
pref("startup.homepage_override_url", "");
|
||||
|
||||
//about:newtab pinned sites
|
||||
pref("browser.newtabpage.pinned", "[{\"url\":\"https://news.opensuse.org/\",\"label\":\"News\"},{\"url\":\"https://doc.opensuse.org/\",\"label\":\"Docs\"},{\"url\":\"https://en.opensuse.org/Portal:Wiki\",\"label\":\"Wiki\"},{\"url\":\"https://software.opensuse.org/\",\"label\":\"Software\"},{\"url\":\"https://forums.opensuse.org/\",\"label\":\"Forum\"},{\"url\":\"https://planet.opensuse.org//\",\"label\":\"Planet\"}]");
|
Loading…
Reference in New Issue
Block a user