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 2026-08-12 16:11:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaFirefox-branding-openSUSE (Old)
and
/work/SRC/openSUSE:Factory/.MozillaFirefox-branding-openSUSE.new.17972 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaFirefox-branding-openSUSE"
Wed Aug 12 16:11:04 2026 rev:65 rq:1370725 version:68
Changes:
--------
---
/work/SRC/openSUSE:Factory/MozillaFirefox-branding-openSUSE/MozillaFirefox-branding-openSUSE.changes
2024-11-11 13:43:43.591794204 +0100
+++
/work/SRC/openSUSE:Factory/.MozillaFirefox-branding-openSUSE.new.17972/MozillaFirefox-branding-openSUSE.changes
2026-08-12 16:11:31.343975413 +0200
@@ -1,0 +2,5 @@
+Thu Aug 6 10:38:34 UTC 2026 - JS <[email protected]>
+
+- recognize Leap 15.6, 16.0 and 16.1
+
+-------------------------------------------------------------------
+++ only whitespace diff in changes, re-diffing
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ MozillaFirefox-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.YsxWw6/_old 2026-08-12 16:11:32.616029143 +0200
+++ /var/tmp/diff_new_pack.YsxWw6/_new 2026-08-12 16:11:32.616029143 +0200
@@ -92,21 +92,35 @@
%else
%if %sle_version == 150500
%global suseversion 15.5
+ %else
+ %if %sle_version == 150600
+ %global suseversion 15.6
+ %endif
+ %endif
%endif
%endif
%endif
%endif
%endif
+%endif
+
+# %%elif is available in rpm 4.15+. Leap 16.0 has 4.20.
+%if %suse_version >= 1600
+ # SLES 16 currently doesn't use the sle_version macro.
+ %if %suse_version == 1600
+ %global suseversion 16.0
+ %elif %suse_version == 1610
+ %global suseversion 16.1
%endif
%endif
-%if %suse_version >= 1550
+%if %suse_version >= 1699
# Tumbleweed
%global suseversion Tumbleweed
%endif
# Leap or not
-%if 0%{?sle_version}
+%if 0%([[ %{suseversion} =~ ^[0-9]+\.[0-9]+$ ]] && echo 1)
%global prjname Leap:%{suseversion}
%global distname openSUSE Leap
%else