Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mingw32-filesystem for openSUSE:Factory checked in at 2025-02-21 21:37:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old) and /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw32-filesystem" Fri Feb 21 21:37:32 2025 rev:31 rq:1247684 version:20250221 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes 2025-02-03 21:45:23.327126168 +0100 +++ /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.1873/mingw32-filesystem.changes 2025-02-21 21:38:01.248368489 +0100 @@ -1,0 +2,22 @@ +Fri Feb 21 15:49:16 UTC 2025 - Ralf Habacker <[email protected]> + +- Update to version 20250221 + * Reverse the use of the current directory in %_mingw32_debug_package; + it prevents the building of many packages + +------------------------------------------------------------------- +Thu Feb 20 11:51:39 UTC 2025 - Ralf Habacker <[email protected]> + +- Update to version 20250220 +- mingw32.macros: + * Add parameter '-N' to %_mingw32_debug_package + to be able to specify a full package name, which is required + by the wine package + * Add parameter '-C' to %_mingw32_debug_package to be able + to add a Conflicts tag, which is required + by the wine package + * In %_mingw32_debug_package use actual directory to find + the debuginfo files list to be in sync with the native + debug package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw32-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.kUq6KO/_old 2025-02-21 21:38:02.100403966 +0100 +++ /var/tmp/diff_new_pack.kUq6KO/_new 2025-02-21 21:38:02.104404132 +0100 @@ -31,7 +31,7 @@ %define _rpmmacrodir %{_sysconfdir}/rpm %endif Name: mingw32-filesystem -Version: 20250202 +Version: 20250221 Release: 0 Summary: MinGW base filesystem and environment License: GPL-2.0-or-later ++++++ macros.mingw32 ++++++ --- /var/tmp/diff_new_pack.kUq6KO/_old 2025-02-21 21:38:02.200408129 +0100 +++ /var/tmp/diff_new_pack.kUq6KO/_new 2025-02-21 21:38:02.204408295 +0100 @@ -100,18 +100,21 @@ # Template for combined debuginfo and debugsource sub-package. # Parameter: # -e exclude BuildArch: noarch -# -n package name (-debug will be appended) +# -n <name> package name (-debug will be appended) +# -C <name> add package conflicts +# -N <name> full package name # -%_mingw32_debug_package(en:) \ -%package %{-n:-n %{-n*}-}debug \ +%_mingw32_debug_package(en:C:N:) \ +%package %{-N:-n %{-N*}}%{!-N:%{-n:-n %{-n*}-debug}%{!-n:debug}} \ Summary: Debug information for package %{name} \ Group: Development/Sources \ %{!-e:BuildArch: noarch} \ -%description %{-n:-n %{-n*}-}debug \ +%{-C:Conflicts:%{-C*}} \ +%description %{-N:-n %{-N*}}%{!-N:%{-n:-n %{-n*}-debug}%{!-n:debug}} \ This package provides debug information for package %{name}.\ Debug information is useful when developing applications that use this\ package or when debugging this package.\ -%files %{-n:-n %{-n*}-}debug -f %{_builddir}/mingw32-debugfiles.list\ +%files %{-N:-n %{-N*}}%{!-N:%{-n:-n %{-n*}-debug}%{!-n:debug}} -f %{_builddir}/mingw32-debugfiles.list\ %defattr(-,root,root)\ %{nil}
