From 3ef8b29ff0bf110012ab45a456ebcc3142d8e8ed94340b5f467c7d31dd4ff897 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 21 Feb 2025 16:06:42 +0000 Subject: [PATCH] - Update to version 20250221 * Reverse the use of the current directory in %_mingw64_debug_package; it prevents the building of many packages OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=173 --- macros.mingw64 | 4 ++-- mingw64-filesystem.changes | 7 +++++++ mingw64-filesystem.spec | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/macros.mingw64 b/macros.mingw64 index 1ad5ddf..79f2318 100644 --- a/macros.mingw64 +++ b/macros.mingw64 @@ -93,7 +93,7 @@ %_mingw64_find_lang /usr/lib/rpm/mingw64-find-lang.sh %{buildroot} %_mingw64_debug_install_post \ - /usr/lib/rpm/mingw64-find-debuginfo.sh --merge-debug-source-package \ + /usr/lib/rpm/mingw64-find-debuginfo.sh --merge-debug-source-package %{_builddir} \ %{nil} # @@ -114,7 +114,7 @@ Group: Development/Sources \ 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*}}%{!-N:%{-n:-n %{-n*}-debug}%{!-n:debug}} -f mingw64-debugfiles.list \ +%files %{-N:-n %{-N*}}%{!-N:%{-n:-n %{-n*}-debug}%{!-n:debug}} -f %{_builddir}/mingw64-debugfiles.list \ %defattr(-,root,root)\ %{nil} diff --git a/mingw64-filesystem.changes b/mingw64-filesystem.changes index 891d14a..f8f778b 100644 --- a/mingw64-filesystem.changes +++ b/mingw64-filesystem.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 21 15:49:16 UTC 2025 - Ralf Habacker + +- Update to version 20250221 + * Reverse the use of the current directory in %_mingw64_debug_package; + it prevents the building of many packages + ------------------------------------------------------------------- Thu Feb 20 11:51:39 UTC 2025 - Ralf Habacker diff --git a/mingw64-filesystem.spec b/mingw64-filesystem.spec index 710878e..f31aa22 100644 --- a/mingw64-filesystem.spec +++ b/mingw64-filesystem.spec @@ -31,7 +31,7 @@ %define _rpmmacrodir %{_sysconfdir}/rpm %endif Name: mingw64-filesystem -Version: 20250220 +Version: 20250221 Release: 0 Summary: MinGW base filesystem and environment License: GPL-2.0-or-later