Hello community,

here is the log from the commit of package mingw64-filesystem for 
openSUSE:Factory checked in at 2020-10-20 16:11:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw64-filesystem"

Tue Oct 20 16:11:32 2020 rev:7 rq:842557 version:20201017

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-filesystem/mingw64-filesystem.changes    
2020-08-31 16:53:10.640439570 +0200
+++ 
/work/SRC/openSUSE:Factory/.mingw64-filesystem.new.3486/mingw64-filesystem.changes
  2020-10-20 16:21:21.350320776 +0200
@@ -1,0 +2,7 @@
+Sat Oct 17 14:32:20 UTC 2020 - Ralf Habacker <ralf.habac...@freenet.de>
+
+- Update to 20201017
+- Fix bug not keeping quotes in bash arguments provided to mingw64-scripts.sh
+  which is for example required to specify a different cmake generator 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingw64-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.GycjXv/_old  2020-10-20 16:21:24.558322295 +0200
+++ /var/tmp/diff_new_pack.GycjXv/_new  2020-10-20 16:21:24.562322297 +0200
@@ -19,7 +19,7 @@
 %define debug_package %{nil}
 %define _rpmlibdir    %{_prefix}/lib/rpm
 Name:           mingw64-filesystem
-Version:        20200825
+Version:        20201017
 Release:        0
 Summary:        MinGW base filesystem and environment
 License:        GPL-2.0-or-later

++++++ mingw64-scripts.sh ++++++
--- /var/tmp/diff_new_pack.GycjXv/_old  2020-10-20 16:21:24.794322407 +0200
+++ /var/tmp/diff_new_pack.GycjXv/_new  2020-10-20 16:21:24.794322407 +0200
@@ -23,4 +23,4 @@
 # macros from mingw64-macros.mingw64 cross-compilation. 
 
 NAME="_`basename $0|tr -- - _`"
-eval "`rpm --eval "%{$NAME}"`" "$@"
+eval "`rpm --eval "%{$NAME}"`" $(printf " %q" "${@}")


Reply via email to