- 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
This commit is contained in:
Ralf Habacker 2025-02-21 16:06:42 +00:00 committed by Git OBS Bridge
parent f9169a1ad9
commit 3ef8b29ff0
3 changed files with 10 additions and 3 deletions

View File

@ -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}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Feb 21 15:49:16 UTC 2025 - Ralf Habacker <ralf.habacker@freenet.de>
- 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 <ralf.habacker@freenet.de>

View File

@ -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