Hello community, here is the log from the commit of package mingw32-filesystem for openSUSE:Factory checked in at 2020-10-20 16:11:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old) and /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw32-filesystem" Tue Oct 20 16:11:10 2020 rev:6 rq:842556 version:20201017 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes 2020-08-29 20:39:06.269383460 +0200 +++ /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.3486/mingw32-filesystem.changes 2020-10-20 16:21:16.306318388 +0200 @@ -1,0 +2,7 @@ +Sat Oct 17 14:32:20 UTC 2020 - Ralf Habacker <[email protected]> + +- Update to 20201017 +- Fix bug not keeping quotes in bash arguments provided to mingw32-scripts.sh + which is for example required to specify a different cmake generator + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw32-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.jwM8Jt/_old 2020-10-20 16:21:18.102319238 +0200 +++ /var/tmp/diff_new_pack.jwM8Jt/_new 2020-10-20 16:21:18.106319240 +0200 @@ -19,7 +19,7 @@ %define debug_package %{nil} %define _rpmlibdir %{_prefix}/lib/rpm Name: mingw32-filesystem -Version: 20200825 +Version: 20201017 Release: 0 Summary: MinGW base filesystem and environment License: GPL-2.0-or-later ++++++ mingw32-scripts.sh ++++++ --- /var/tmp/diff_new_pack.jwM8Jt/_old 2020-10-20 16:21:18.318319340 +0200 +++ /var/tmp/diff_new_pack.jwM8Jt/_new 2020-10-20 16:21:18.318319340 +0200 @@ -23,4 +23,4 @@ # macros from mingw32-macros.mingw32 cross-compilation. NAME="_`basename $0|tr -- - _`" -eval "`rpm --eval "%{$NAME}"`" "$@" +eval "`rpm --eval "%{$NAME}"`" $(printf " %q" "${@}")
