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 2025-05-14 17:01:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw64-cross-wine (Old) and /work/SRC/openSUSE:Factory/.mingw64-cross-wine.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-cross-wine" Wed May 14 17:01:50 2025 rev:4 rq:1277340 version:1.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw64-cross-wine/mingw64-cross-wine.changes 2023-07-12 17:28:55.651157461 +0200 +++ /work/SRC/openSUSE:Factory/.mingw64-cross-wine.new.30101/mingw64-cross-wine.changes 2025-05-14 17:02:17.205949038 +0200 @@ -1,0 +2,9 @@ +Wed May 7 07:26:59 UTC 2025 - Ralf Habacker <ralf.habac...@freenet.de> + +- Update to version 1.2.2 + * Fix build error 'link target doesn't exist (neither in build root + nor in installed system)' on Tumbleweed and Leap 16.0. + The referenced file is installed by mingw64-filesystem, but + is not detected by /usr/lib/rpm/brp-suse.d/brp-25-symlink + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw64-cross-wine.spec ++++++ --- /var/tmp/diff_new_pack.84tn8r/_old 2025-05-14 17:02:17.777972990 +0200 +++ /var/tmp/diff_new_pack.84tn8r/_new 2025-05-14 17:02:17.781973157 +0200 @@ -1,7 +1,7 @@ # # spec file for package mingw64-cross-wine # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define _rpm_macros_dir %{_rpmconfigdir}/macros.d Name: mingw64-cross-wine -Version: 1.3.2 +Version: 1.3.3 Release: 0 Summary: Wine cross runtime License: GPL-2.0-or-later @@ -66,10 +66,11 @@ mkdir -p %{buildroot}%{_rpm_macros_dir} 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 %{_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 + +# create shell wrapper +%_mingw64_create_macro_links mingw64-cross-wine-init +%_mingw64_create_macro_links mingw64-cross-wine-run +%_mingw64_create_macro_links mingw64-cross-wine-start-session %if %{?_with_dns} %post