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-08-15 21:52:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw32-filesystem"

Fri Aug 15 21:52:24 2025 rev:35 rq:1299479 version:20250814

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes    
2025-05-20 09:33:54.790739354 +0200
+++ 
/work/SRC/openSUSE:Factory/.mingw32-filesystem.new.1085/mingw32-filesystem.changes
  2025-08-15 21:53:52.436644502 +0200
@@ -1,0 +2,7 @@
+Thu Aug 14 21:19:58 UTC 2025 - Ralf Habacker <ralf.habac...@freenet.de>
+
+- Update to version 20250814
+- Fix egrep: warning: egrep is obsolescent; using grep -E when
+  creating debug info package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingw32-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.WPhkGB/_old  2025-08-15 21:53:53.100672114 +0200
+++ /var/tmp/diff_new_pack.WPhkGB/_new  2025-08-15 21:53:53.100672114 +0200
@@ -31,7 +31,7 @@
 %define _rpmmacrodir %{_sysconfdir}/rpm
 %endif
 Name:           mingw32-filesystem
-Version:        20250515
+Version:        20250814
 Release:        0
 Summary:        MinGW base filesystem and environment
 License:        GPL-2.0-or-later

++++++ mingw32-find-debuginfo.sh ++++++
--- /var/tmp/diff_new_pack.WPhkGB/_old  2025-08-15 21:53:53.240677936 +0200
+++ /var/tmp/diff_new_pack.WPhkGB/_new  2025-08-15 21:53:53.244678102 +0200
@@ -20,7 +20,7 @@
 # extract debug info for a single file as child process
 if [[ -v RUN_SINGLE ]]; then
        f=$1
-       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*) exit 0;;
                *debug*) ;;
                *gnu.version*)

Reply via email to