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 2023-06-14 16:29:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw32-filesystem"

Wed Jun 14 16:29:54 2023 rev:26 rq:1092982 version:20230614

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes    
2023-03-30 22:51:01.980499651 +0200
+++ 
/work/SRC/openSUSE:Factory/.mingw32-filesystem.new.15902/mingw32-filesystem.changes
 2023-06-14 16:31:21.295211553 +0200
@@ -1,0 +2,7 @@
+Mon Jun 12 13:16:04 UTC 2023 - Ralf Habacker <[email protected]>
+
+- Update to 20230614
+  * Fix unwanted dump of rpm option when using mingw32-* command
+    line wrapper (boo#1212239)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingw32-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.JdSSVo/_old  2023-06-14 16:31:22.351218043 +0200
+++ /var/tmp/diff_new_pack.JdSSVo/_new  2023-06-14 16:31:22.355218068 +0200
@@ -31,7 +31,7 @@
 %define _rpmmacrodir %{_sysconfdir}/rpm
 %endif
 Name:           mingw32-filesystem
-Version:        20230401
+Version:        20230614
 Release:        0
 Summary:        MinGW base filesystem and environment
 License:        GPL-2.0-or-later

++++++ mingw32-scripts.sh ++++++
--- /var/tmp/diff_new_pack.JdSSVo/_old  2023-06-14 16:31:22.595219544 +0200
+++ /var/tmp/diff_new_pack.JdSSVo/_new  2023-06-14 16:31:22.599219568 +0200
@@ -32,6 +32,9 @@
 # the internal default.
 
 NAME="_`basename $0|tr -- - _`"
-DEFINE=${MINGW32_MACROS:+--define="${MINGW32_MACROS}"}
-eval "`rpm "${DEFINE}" --eval "%${NAME} $(printf " %q" "${@}")"`"
+if [ "${MINGW32_MACROS+1}" ]; then
+    eval "`rpm --define="${MINGW32_MACROS}" --eval "%${NAME} $(printf " %q" 
"${@}")"`"
+else
+    eval "`rpm --eval "%${NAME} $(printf " %q" "${@}")"`"
+fi
 

Reply via email to