Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package MozillaFirefox-branding-openSUSE for
openSUSE:Factory checked in at 2023-06-03 00:06:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaFirefox-branding-openSUSE (Old)
and
/work/SRC/openSUSE:Factory/.MozillaFirefox-branding-openSUSE.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaFirefox-branding-openSUSE"
Sat Jun 3 00:06:27 2023 rev:63 rq:1090033 version:68
Changes:
--------
---
/work/SRC/openSUSE:Factory/MozillaFirefox-branding-openSUSE/MozillaFirefox-branding-openSUSE.changes
2021-09-28 19:16:30.432184114 +0200
+++
/work/SRC/openSUSE:Factory/.MozillaFirefox-branding-openSUSE.new.15902/MozillaFirefox-branding-openSUSE.changes
2023-06-03 00:06:35.237763469 +0200
@@ -1,0 +2,15 @@
+Tue Aug 9 11:28:51 UTC 2022 - Yuchen Lin <[email protected]>
+
+- add sle_version 150500 check
+
+-------------------------------------------------------------------
+Sat Feb 26 14:00:20 UTC 2022 - Rischio Cinico <[email protected]>
+
+- add some useful links about openSUSE in the about:newtab page
+
+-------------------------------------------------------------------
+Fri Dec 17 22:20:18 UTC 2021 - Yuchen Lin <[email protected]>
+
+- add sle_version 150300 and 150400 check
+
+-------------------------------------------------------------------
firefox-esr-branding-openSUSE.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ MozillaFirefox-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.BsZeCc/_old 2023-06-03 00:06:36.393770294 +0200
+++ /var/tmp/diff_new_pack.BsZeCc/_new 2023-06-03 00:06:36.397770318 +0200
@@ -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 @@
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 @@
%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
++++++ firefox-suse-default-prefs.js ++++++
--- /var/tmp/diff_new_pack.BsZeCc/_old 2023-06-03 00:06:36.497770909 +0200
+++ /var/tmp/diff_new_pack.BsZeCc/_new 2023-06-03 00:06:36.501770932 +0200
@@ -13,3 +13,7 @@
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\"}]");
+(No newline at EOF)
+