Accepting request 842307 from windows:mingw:win64:snapshots

- 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

OBS-URL: https://build.opensuse.org/request/show/842307
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=121
This commit is contained in:
Ismail Dönmez 2020-10-19 13:15:47 +00:00 committed by Git OBS Bridge
parent e99ed70855
commit 565e129525
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Oct 17 14:32:20 UTC 2020 - Ralf Habacker <ralf.habacker@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
-------------------------------------------------------------------
Fri Aug 28 18:59:36 UTC 2020 - Ralf Habacker <ralf.habacker@freenet.de>

View File

@ -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

View File

@ -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" "${@}")