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-08-15 21:52:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw64-filesystem (Old) and /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-filesystem" Fri Aug 15 21:52:23 2025 rev:34 rq:1299478 version:20250814 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw64-filesystem/mingw64-filesystem.changes 2025-05-15 17:02:28.128952175 +0200 +++ /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.1085/mingw64-filesystem.changes 2025-08-15 21:53:51.356599591 +0200 @@ -1,0 +2,7 @@ +Thu Aug 14 21:19:58 UTC 2025 - Ralf Habacker <[email protected]> + +- Update to version 20250814 +- Fix egrep: warning: egrep is obsolescent; using grep -E when + creating debug info package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw64-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.7c5a0A/_old 2025-08-15 21:53:51.964624874 +0200 +++ /var/tmp/diff_new_pack.7c5a0A/_new 2025-08-15 21:53:51.968625041 +0200 @@ -31,7 +31,7 @@ %define _rpmmacrodir %{_sysconfdir}/rpm %endif Name: mingw64-filesystem -Version: 20250515 +Version: 20250814 Release: 0 Summary: MinGW base filesystem and environment License: GPL-2.0-or-later ++++++ mingw64-find-debuginfo.sh ++++++ --- /var/tmp/diff_new_pack.7c5a0A/_old 2025-08-15 21:53:52.088630031 +0200 +++ /var/tmp/diff_new_pack.7c5a0A/_new 2025-08-15 21:53:52.092630197 +0200 @@ -17,7 +17,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*)
