Hello community,

here is the log from the commit of package icewm-theme-branding for 
openSUSE:Factory checked in at 2020-03-19 19:45:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icewm-theme-branding (Old)
 and      /work/SRC/openSUSE:Factory/.icewm-theme-branding.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icewm-theme-branding"

Thu Mar 19 19:45:01 2020 rev:8 rq:785467 version:1.2.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/icewm-theme-branding/icewm-theme-branding.changes    
    2020-03-08 22:23:51.800067315 +0100
+++ 
/work/SRC/openSUSE:Factory/.icewm-theme-branding.new.3160/icewm-theme-branding.changes
      2020-03-19 19:48:41.036128163 +0100
@@ -1,0 +2,7 @@
+Mon Mar 16 06:46:30 UTC 2020 - Yifan Jiang <[email protected]>
+
+- Improve build tag consistency between SLE and Leap.
+  * 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.mA3mqu/_old  2020-03-19 19:48:42.004128722 +0100
+++ /var/tmp/diff_new_pack.mA3mqu/_new  2020-03-19 19:48:42.008128724 +0100
@@ -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
@@ -41,7 +59,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