Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mingw64-cross-cmake for openSUSE:Factory checked in at 2023-07-12 17:28:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw64-cross-cmake (Old) and /work/SRC/openSUSE:Factory/.mingw64-cross-cmake.new.8922 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-cross-cmake" Wed Jul 12 17:28:16 2023 rev:4 rq:1098365 version:1.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw64-cross-cmake/mingw64-cross-cmake.changes 2023-06-26 18:17:26.134828008 +0200 +++ /work/SRC/openSUSE:Factory/.mingw64-cross-cmake.new.8922/mingw64-cross-cmake.changes 2023-07-12 17:28:52.471135448 +0200 @@ -1,0 +2,8 @@ +Wed Jul 12 12:41:54 UTC 2023 - Imnotgivingmy nametoamachine <milan...@protonmail.com> + +- Update to version 1.1.3 + * Fixed /usr/bin/mingw64-cmake link being broken in tumbleweed + due to this distro using a different path for the libexec folder. + (see https://bugzilla.opensuse.org/show_bug.cgi?id=1213235) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw64-cross-cmake.spec ++++++ --- /var/tmp/diff_new_pack.DmXXrM/_old 2023-07-12 17:28:52.967138882 +0200 +++ /var/tmp/diff_new_pack.DmXXrM/_new 2023-07-12 17:28:52.971138909 +0200 @@ -16,7 +16,7 @@ # Name: mingw64-cross-cmake -Version: 1.1.2 +Version: 1.1.3 Release: 0 Summary: Cross build support for CMake License: BSD-3-Clause @@ -53,7 +53,7 @@ mkdir -p %{buildroot}%{_rpmmacrodir} cp %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.mingw64-cmake mkdir -p %{buildroot}%{_bindir} -ln -s ../lib/mingw64-scripts %{buildroot}%{_bindir}/mingw64-cmake +ln -s %{_libexecdir}/mingw64-scripts %{buildroot}%{_bindir}/mingw64-cmake # cmake support install -m 0755 %{SOURCE2} %{buildroot}%{_rpmconfigdir}