Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mingw64-filesystem for 
openSUSE:Factory checked in at 2025-02-21 21:37:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw64-filesystem"

Fri Feb 21 21:37:34 2025 rev:30 rq:1247685 version:20250221

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-filesystem/mingw64-filesystem.changes    
2025-02-03 21:45:25.163201954 +0100
+++ 
/work/SRC/openSUSE:Factory/.mingw64-filesystem.new.1873/mingw64-filesystem.changes
  2025-02-21 21:38:03.824475750 +0100
@@ -1,0 +2,22 @@
+Fri Feb 21 15:49:16 UTC 2025 - Ralf Habacker <ralf.habac...@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.habac...@freenet.de>
+
+- Update to version 20250220
+- mingw64.macros:
+  * Add parameter '-N' to %_mingw64_debug_package
+    to be able to specify a full package name, which is required
+    by the wine package
+  * Add parameter '-C' to %_mingw64_debug_package to be able
+    to add a Conflicts tag, which is required
+    by the wine package
+  * In %_mingw64_debug_package use actual directory to find
+    the debuginfo files list to be in sync with the native
+    debug package
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mingw64-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.M7xEKE/_old  2025-02-21 21:38:04.516504564 +0100
+++ /var/tmp/diff_new_pack.M7xEKE/_new  2025-02-21 21:38:04.520504731 +0100
@@ -31,7 +31,7 @@
 %define _rpmmacrodir %{_sysconfdir}/rpm
 %endif
 Name:           mingw64-filesystem
-Version:        20250202
+Version:        20250221
 Release:        0
 Summary:        MinGW base filesystem and environment
 License:        GPL-2.0-or-later

++++++ macros.mingw64 ++++++
--- /var/tmp/diff_new_pack.M7xEKE/_old  2025-02-21 21:38:04.628509228 +0100
+++ /var/tmp/diff_new_pack.M7xEKE/_new  2025-02-21 21:38:04.632509394 +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)
-# 
-%_mingw64_debug_package(en:) \
-%package %{-n:-n %{-n*}-}debug \
+#    -n <name> package name (-debug will be appended)
+#    -C <name> add package conflicts
+#    -N <name> full package name
+#
+%_mingw64_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\
+Debug information is useful when developing applications that use this \
 package or when debugging this package.\
-%files %{-n:-n %{-n*}-}debug -f %{_builddir}/mingw64-debugfiles.list\
+%files %{-N:-n %{-N*}}%{!-N:%{-n:-n %{-n*}-debug}%{!-n:debug}} -f 
%{_builddir}/mingw64-debugfiles.list \
 %defattr(-,root,root)\
 %{nil}
 

Reply via email to