Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mingw32-filesystem for 
openSUSE:Factory checked in at 2021-12-02 22:30:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw32-filesystem"

Thu Dec  2 22:30:22 2021 rev:12 rq:935200 version:20210914

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes    
2021-09-16 23:17:39.687984011 +0200
+++ 
/work/SRC/openSUSE:Factory/.mingw32-filesystem.new.31177/mingw32-filesystem.changes
 2021-12-02 22:31:24.078410334 +0100
@@ -1,0 +2,8 @@
+Thu Dec  2 14:06:40 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Change all version comparisons for Tumbleweed to >= 1550 (instead
+  of == 1550). Anything in Tumbleweed counts for current Tumbleweed
+  plus future CODE branches. Additionally, the Tumbleweed
+  suse_version code is not chiseled in stone.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingw32-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.xFDx6h/_old  2021-12-02 22:31:24.834407550 +0100
+++ /var/tmp/diff_new_pack.xFDx6h/_new  2021-12-02 22:31:24.838407535 +0100
@@ -17,7 +17,7 @@
 
 
 # Tumbleweed
-%if %suse_version == 1550
+%if %suse_version >= 1550
 %define _rpmlintdir /opt/testing/share/rpmlint
 %else
 %define _rpmlintdir /opt/testing/share/rpmlint/mini
@@ -116,7 +116,7 @@
 
 mkdir -p %{buildroot}%_rpmlintdir
 # tumbleweed
-%if %suse_version == 1550
+%if %suse_version >= 1550
 # convert to toml file format, which seems to be required
 sed "s,addFilter *(\",     ',g;s#\")#',#g" %{SOURCE7} | gawk 'BEGIN { print 
"Filters = ["} { print $0 } END { print "]"}' > %{SOURCE7}.toml
 install -m 644 %{SOURCE7}.toml %{buildroot}%_rpmlintdir/mingw32.toml
@@ -198,7 +198,7 @@
 %else
 %{_distconfdir}/profile.d/mingw32.sh
 %endif
-%if %suse_version == 1550
+%if %suse_version >= 1550
 %_rpmlintdir/mingw32.toml
 %else
 %_rpmlintdir/mingw32-rpmlint.config

Reply via email to