Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mingw64-filesystem for 
openSUSE:Factory checked in at 2023-06-21 22:38:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw64-filesystem"

Wed Jun 21 22:38:36 2023 rev:26 rq:1093535 version:20230614

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-filesystem/mingw64-filesystem.changes    
2023-04-04 21:26:28.631255988 +0200
+++ 
/work/SRC/openSUSE:Factory/.mingw64-filesystem.new.15902/mingw64-filesystem.changes
 2023-06-21 22:39:24.602208989 +0200
@@ -1,0 +2,7 @@
+Mon Jun 12 13:16:04 UTC 2023 - Ralf Habacker <ralf.habac...@freenet.de>
+
+- Update to 20230614
+  * Fix unwanted dump of rpm option when using mingw64-* command
+    line wrapper (boo#1212239)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingw64-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.trPczy/_old  2023-06-21 22:39:26.930222997 +0200
+++ /var/tmp/diff_new_pack.trPczy/_new  2023-06-21 22:39:26.934223021 +0200
@@ -31,7 +31,7 @@
 %define _rpmmacrodir %{_sysconfdir}/rpm
 %endif
 Name:           mingw64-filesystem
-Version:        20230401
+Version:        20230614
 Release:        0
 Summary:        MinGW base filesystem and environment
 License:        GPL-2.0-or-later

++++++ mingw64-scripts.sh ++++++
--- /var/tmp/diff_new_pack.trPczy/_old  2023-06-21 22:39:27.082223911 +0200
+++ /var/tmp/diff_new_pack.trPczy/_new  2023-06-21 22:39:27.086223935 +0200
@@ -32,6 +32,9 @@
 # the internal default.
 
 NAME="_`basename $0|tr -- - _`"
-DEFINE=${MINGW64_MACROS:+--define="${MINGW64_MACROS}"}
-eval "`rpm "${DEFINE}" --eval "%${NAME} $(printf " %q" "${@}")"`"
+if [ "${MINGW64_MACROS+1}" ]; then
+    eval "`rpm --define="${MINGW64_MACROS}" --eval "%${NAME} $(printf " %q" 
"${@}")"`"
+else
+    eval "`rpm --eval "%${NAME} $(printf " %q" "${@}")"`"
+fi
 

Reply via email to