Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mingw64-cross-wine for openSUSE:Factory checked in at 2023-07-12 17:28:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw64-cross-wine (Old) and /work/SRC/openSUSE:Factory/.mingw64-cross-wine.new.8922 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-cross-wine" Wed Jul 12 17:28:19 2023 rev:3 rq:1098378 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw64-cross-wine/mingw64-cross-wine.changes 2023-04-16 16:07:57.761123878 +0200 +++ /work/SRC/openSUSE:Factory/.mingw64-cross-wine.new.8922/mingw64-cross-wine.changes 2023-07-12 17:28:55.651157461 +0200 @@ -1,0 +2,9 @@ +Wed Jul 12 13:16:41 UTC 2023 - Imnotgivingmy nametoamachine <milan...@protonmail.com> + +- Update to version 1.3.2 +* Fixed mingw64-cross-wine-init, mingw64-cross-wine-run and + mingw64-cross-wine-start-session links 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-wine.spec ++++++ --- /var/tmp/diff_new_pack.2kri2W/_old 2023-07-12 17:28:56.851165768 +0200 +++ /var/tmp/diff_new_pack.2kri2W/_new 2023-07-12 17:28:56.899166101 +0200 @@ -21,7 +21,7 @@ %define _rpm_macros_dir %{_rpmconfigdir}/macros.d Name: mingw64-cross-wine -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: Wine cross runtime License: GPL-2.0-or-later @@ -67,9 +67,9 @@ cp %{_sourcedir}/macros %{buildroot}%{_rpm_macros_dir}/macros.mingw64-cross-wine cp %{_sourcedir}/wine.sh %{buildroot}%{_rpmconfigdir}/mingw64-cross-wine-wine.sh mkdir -p %{buildroot}%{_bindir} -ln -s ../lib/mingw64-scripts %{buildroot}%{_bindir}/mingw64-cross-wine-init -ln -s ../lib/mingw64-scripts %{buildroot}%{_bindir}/mingw64-cross-wine-run -ln -s ../lib/mingw64-scripts %{buildroot}%{_bindir}/mingw64-cross-wine-start-session +ln -s %{_libexecdir}/mingw64-scripts %{buildroot}%{_bindir}/mingw64-cross-wine-init +ln -s %{_libexecdir}/mingw64-scripts %{buildroot}%{_bindir}/mingw64-cross-wine-run +ln -s %{_libexecdir}/mingw64-scripts %{buildroot}%{_bindir}/mingw64-cross-wine-start-session %if %{?_with_dns} %post