Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package icewm-theme-branding for
openSUSE:Factory checked in at 2024-03-15 20:29:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icewm-theme-branding (Old)
and /work/SRC/openSUSE:Factory/.icewm-theme-branding.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icewm-theme-branding"
Fri Mar 15 20:29:02 2024 rev:14 rq:1157964 version:1.2.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/icewm-theme-branding/icewm-theme-branding.changes
2024-02-28 19:45:16.717796992 +0100
+++
/work/SRC/openSUSE:Factory/.icewm-theme-branding.new.1905/icewm-theme-branding.changes
2024-03-15 20:29:21.447830286 +0100
@@ -1,0 +2,8 @@
+Thu Mar 14 09:27:56 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Make sure flavor is never defined without content, but at least
+ has %nil.
+- Use an invalid arch for "" flavor (do-not-build): %nil is not
+ actually supported and worked by accident.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ icewm-theme-branding.spec ++++++
--- /var/tmp/diff_new_pack.kMpaaW/_old 2024-03-15 20:29:22.035851944 +0100
+++ /var/tmp/diff_new_pack.kMpaaW/_new 2024-03-15 20:29:22.035851944 +0100
@@ -23,9 +23,9 @@
%define icewm_version 1.6.5
%endif
-%define flavor @BUILD_FLAVOR@
+%define flavor @BUILD_FLAVOR@%nil
%if "%{flavor}" == ""
-ExclusiveArch: %{nil}
+ExclusiveArch: do-not-build
%else
%define branding_name %{flavor}
%if "%{flavor}" == "SLE"
@@ -37,7 +37,7 @@
%if (0%{?build_SLE} && 0%{?is_opensuse}) || (0%{?build_openSUSE} && !
0%{?is_opensuse})
# Don't build SLE branding on openSUSE and vice-versa
-ExclusiveArch: %{nil}
+ExclusiveArch: do-not-build
%endif
Name: icewm-theme-branding