Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gtk3-branding for openSUSE:Factory checked in at 2024-03-15 20:28:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtk3-branding (Old) and /work/SRC/openSUSE:Factory/.gtk3-branding.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk3-branding" Fri Mar 15 20:28:59 2024 rev:2 rq:1157941 version:15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gtk3-branding/gtk3-branding.changes 2018-04-22 14:38:05.648323200 +0200 +++ /work/SRC/openSUSE:Factory/.gtk3-branding.new.1905/gtk3-branding.changes 2024-03-15 20:29:19.123744685 +0100 @@ -1,0 +2,6 @@ +Thu Mar 14 10:21:56 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Ensure flavor has a value, at least %nil. +- ExclusiveArch: %nil is invalid: give it a value (do-not-build). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtk3-branding.spec ++++++ --- /var/tmp/diff_new_pack.pa1Dhm/_old 2024-03-15 20:29:19.671764870 +0100 +++ /var/tmp/diff_new_pack.pa1Dhm/_new 2024-03-15 20:29:19.671764870 +0100 @@ -1,7 +1,7 @@ # # spec file for package gtk3-branding # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,14 +12,14 @@ # 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/ # -%define flavor @BUILD_FLAVOR@ +%define flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "" %define branding_name %{nil} -ExclusiveArch: %{nil} +ExclusiveArch: do-not-build %else %define branding_name %{flavor} %define dash - @@ -30,7 +30,7 @@ %endif %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 %endif %define gtk3_real_package %(rpm -q --qf '%%{name}' --whatprovides gtk3)
