Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package mingw32-cross-cmake for
openSUSE:Factory checked in at 2023-08-28 17:14:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw32-cross-cmake (Old)
and /work/SRC/openSUSE:Factory/.mingw32-cross-cmake.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw32-cross-cmake"
Mon Aug 28 17:14:16 2023 rev:7 rq:1106033 version:1.1.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw32-cross-cmake/mingw32-cross-cmake.changes
2023-07-26 13:22:37.115542400 +0200
+++
/work/SRC/openSUSE:Factory/.mingw32-cross-cmake.new.1766/mingw32-cross-cmake.changes
2023-08-28 17:14:22.410837246 +0200
@@ -1,0 +2,9 @@
+Sat Aug 26 09:48:12 UTC 2023 - Ralf Habacker <[email protected]>
+
+- Update to version 1.1.5
+ * Ignore the '--' parameter when calling the mingw32-cmake
+ macro from the command line (boo#1214641).
+ * Add support for using '..' as source directory when calling
+ the mingw32-cmake macro (boo#1214642)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mingw32-cross-cmake.spec ++++++
--- /var/tmp/diff_new_pack.U3GCHl/_old 2023-08-28 17:14:23.630881057 +0200
+++ /var/tmp/diff_new_pack.U3GCHl/_new 2023-08-28 17:14:23.634881201 +0200
@@ -17,7 +17,7 @@
Name: mingw32-cross-cmake
-Version: 1.1.4
+Version: 1.1.5
Release: 0
Summary: Cross build support for CMake
License: BSD-3-Clause
++++++ macros.mingw32-cmake ++++++
--- /var/tmp/diff_new_pack.U3GCHl/_old 2023-08-28 17:14:23.666882350 +0200
+++ /var/tmp/diff_new_pack.U3GCHl/_new 2023-08-28 17:14:23.670882494 +0200
@@ -23,10 +23,15 @@
%_mingw32_cmake %{_mingw32_env} ; \
opts="" \
while (( "$#" )); do \
- if test "$1" == "-S"; then \
+ if test "$1" == "--"; then \
+ shift \
+ elif test "$1" == "-S"; then \
shift \
sdir=$1 \
shift \
+ elif test "$1" == ".."; then \
+ shift \
+ sdir=$(pwd)/.. \
elif test "$1" == "-B"; then \
shift \
bdir=$1 \