Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package distribution-logos-openSUSE for 
openSUSE:Factory checked in at 2026-04-30 20:26:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/distribution-logos-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.distribution-logos-openSUSE.new.30200 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "distribution-logos-openSUSE"

Thu Apr 30 20:26:04 2026 rev:18 rq:1350008 version:20250203

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/distribution-logos-openSUSE/distribution-logos-openSUSE.changes
  2025-02-06 22:02:09.982077852 +0100
+++ 
/work/SRC/openSUSE:Factory/.distribution-logos-openSUSE.new.30200/distribution-logos-openSUSE.changes
       2026-04-30 20:26:17.028717253 +0200
@@ -1,0 +2,6 @@
+Tue Apr 28 11:13:08 UTC 2026 - Max Lin <[email protected]>
+
+- Fix suse_version condition since the value of suse_version is now
+  1610 in SLE/Leap 16.1
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ distribution-logos-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.vlxdKy/_old  2026-04-30 20:26:17.720745654 +0200
+++ /var/tmp/diff_new_pack.vlxdKy/_new  2026-04-30 20:26:17.724745819 +0200
@@ -32,7 +32,7 @@
 %description
 Logos for openSUSE Distributions
 
-%if 0%{?sle_version} || 0%{?suse_version} == 1600
+%if 0%{?is_opensuse} && 0%{?suse_version} < 1699
 %package Leap
 Summary:        Logos for openSUSE Leap
 Conflicts:      distribution-logos
@@ -148,7 +148,7 @@
 export NO_BRP_STALE_LINK_ERROR=yes
 mkdir -p %{buildroot}%{_datadir}/pixmaps/distribution-logos
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{scalable,symbolic}/apps
-%if 0%{?sle_version} || 0%{?suse_version} == 1600
+%if 0%{?is_opensuse} && 0%{?suse_version} < 1699
 for distro in Leap LeapMicro; do \
 %else
 for distro in Tumbleweed Slowroll Kubic MicroOS Aeon Kalpa; do \
@@ -165,7 +165,7 @@
 %files
 %dir %{_datadir}/pixmaps/distribution-logos
 
-%if 0%{?sle_version} || 0%{?suse_version} == 1600
+%if 0%{?is_opensuse} && 0%{?suse_version} < 1699
 %files Leap
 %{_datadir}/pixmaps/distribution-logos/*.Leap
 

Reply via email to