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:
parent
e99ed70855
commit
565e129525
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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" "${@}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user