Hello community,

here is the log from the commit of package icewm-theme-branding for 
openSUSE:Leap:15.2 checked in at 2020-05-20 09:06:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/icewm-theme-branding (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.icewm-theme-branding.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icewm-theme-branding"

Wed May 20 09:06:14 2020 rev:18 rq:806886 version:1.2.4

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/icewm-theme-branding/icewm-theme-branding.changes  
    2020-03-17 04:15:32.308972997 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.icewm-theme-branding.new.2738/icewm-theme-branding.changes
    2020-05-20 09:06:15.460257876 +0200
@@ -1,0 +2,8 @@
+Mon Mar 16 06:46:30 UTC 2020 - Yifan Jiang <[email protected]>
+
+- Improve build tag consistency between SLE and Leap
+  (jsc#SLE-11888, bsc#1170420).
+  * Build the branding package separately for openSUSE and SLE,
+    like most of other branding packages did.
+
+-------------------------------------------------------------------

New:
----
  _multibuild

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ icewm-theme-branding.spec ++++++
--- /var/tmp/diff_new_pack.s2UztP/_old  2020-05-20 09:06:15.812258601 +0200
+++ /var/tmp/diff_new_pack.s2UztP/_new  2020-05-20 09:06:15.816258609 +0200
@@ -17,6 +17,24 @@
 
 
 %define _name   icewm-config-openSUSE
+
+%define flavor @BUILD_FLAVOR@
+%if "%{flavor}" == ""
+ExclusiveArch:  %{nil}
+%else
+%define branding_name %{flavor}
+%if "%{flavor}" == "SLE"
+%define build_SLE 1
+%else
+%define build_openSUSE 1
+%endif
+%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}
+%endif
+
 Name:           icewm-theme-branding
 Version:        1.2.4
 Release:        0
@@ -43,7 +61,7 @@
 %patch0 -p1
 
 %build
-%if 0%{?is_opensuse}
+%if 0%{?build_openSUSE}
 sed -i -e 's:SLEdefault:openSUSEdefault:g' preferences
 %endif
 

++++++ _multibuild ++++++
<multibuild>
  <package>openSUSE</package>
  <package>SLE</package>
</multibuild>

Reply via email to