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-05-05 22:28:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw64-filesystem"

Mon May  5 22:28:29 2025 rev:31 rq:1274379 version:20250422

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-filesystem/mingw64-filesystem.changes    
2025-02-21 21:38:03.824475750 +0100
+++ 
/work/SRC/openSUSE:Factory/.mingw64-filesystem.new.30101/mingw64-filesystem.changes
 2025-05-05 22:58:43.138329286 +0200
@@ -1,0 +2,10 @@
+Tue Apr 22 14:51:14 UTC 2025 - Ralf Habacker <[email protected]>
+
+- Update to version 20250422
+- mingw64.macros:
+  * Add support for creating debug info packages for native packages
+    in addition to those for Windows
+- mingw64-install-post.sh:
+  * Fix warning: warning: egrep is obsolescent; using grep -E
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingw64-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.SihSOQ/_old  2025-05-05 22:58:43.770355860 +0200
+++ /var/tmp/diff_new_pack.SihSOQ/_new  2025-05-05 22:58:43.770355860 +0200
@@ -31,7 +31,7 @@
 %define _rpmmacrodir %{_sysconfdir}/rpm
 %endif
 Name:           mingw64-filesystem
-Version:        20250221
+Version:        20250422
 Release:        0
 Summary:        MinGW base filesystem and environment
 License:        GPL-2.0-or-later

++++++ macros.mingw64 ++++++
--- /var/tmp/diff_new_pack.SihSOQ/_old  2025-05-05 22:58:43.874360233 +0200
+++ /var/tmp/diff_new_pack.SihSOQ/_new  2025-05-05 22:58:43.878360401 +0200
@@ -162,16 +162,12 @@
   unset x i
 
 %_mingw64_package_header \
-  %global __strip %{_mingw64_strip} \
-  %global __objdump %{_mingw64_objdump} \
-  %global __os_install_post %{_mingw64_install_post}
+  %global __arch_install_post %{_mingw64_install_post}
 
 # see also macros.mingw64-cross
 %_mingw64_package_header_debug \
   %{?!__mingw64_cross_debug_package:%global debug_package %{nil}} \
-  %global __strip %{_mingw64_strip} \
-  %global __objdump %{_mingw64_objdump} \
-  %global __os_install_post %{_mingw64_debug_install_post} \\\
+  %global __arch_install_post %{_mingw64_debug_install_post} \\\
                             %{_mingw64_install_post}
 
 %_mingw64_configure %{_mingw64_env} ; \

++++++ mingw64-install-post.sh ++++++
--- /var/tmp/diff_new_pack.SihSOQ/_old  2025-05-05 22:58:43.942363092 +0200
+++ /var/tmp/diff_new_pack.SihSOQ/_new  2025-05-05 22:58:43.942363092 +0200
@@ -19,7 +19,7 @@
 [ -z "$STRIP" ] && STRIP="$host-strip"
 
 for f in `find . -type f -name "*.exe" -or -name "*.dll"`; do
-       case $("$host-objdump" -h "$f" 2>/dev/null | egrep -o 
'(debug[\.a-z_]*|gnu.version)') in
+       case $("$host-objdump" -h "$f" 2>/dev/null | grep -E -o 
'(debug[\.a-z_]*|gnu.version)') in
            *debuglink*) continue ;;
            *debug*) ;;
            *gnu.version*)

Reply via email to