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 2026-03-19 17:40:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old) and /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw32-filesystem" Thu Mar 19 17:40:11 2026 rev:39 rq:1341166 version:20260312 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes 2025-11-06 18:13:23.047865739 +0100 +++ /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.8177/mingw32-filesystem.changes 2026-03-19 17:42:04.301479522 +0100 @@ -1,0 +2,7 @@ +Thu Mar 12 11:37:22 UTC 2026 - Ralf Habacker <[email protected]> + +- Update to version 20260312 +- mingw32-find-lang.sh: + * Fix egrep: warning: egrep is obsolescent; using grep -E + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw32-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.AMdqtA/_old 2026-03-19 17:42:05.041510180 +0100 +++ /var/tmp/diff_new_pack.AMdqtA/_new 2026-03-19 17:42:05.045510346 +0100 @@ -1,7 +1,7 @@ # # spec file for package mingw32-filesystem # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ %define _rpmmacrodir %{_sysconfdir}/rpm %endif Name: mingw32-filesystem -Version: 20251105 +Version: 20260312 Release: 0 Summary: MinGW base filesystem and environment License: GPL-2.0-or-later ++++++ mingw32-find-lang.sh ++++++ --- /var/tmp/diff_new_pack.AMdqtA/_old 2026-03-19 17:42:05.229517969 +0100 +++ /var/tmp/diff_new_pack.AMdqtA/_new 2026-03-19 17:42:05.233518135 +0100 @@ -125,7 +125,7 @@ # remove languages we do not yet support - but give out statistics find "$TOP_DIR/usr/i686-w64-mingw32/sys-root/mingw/share/locale/" -maxdepth 1 -type d | sed 's:'"$TOP_DIR"/usr/i686-w64-mingw32/sys-root/mingw/share/locale/'::; /^$/d' | while read dir; do - if ! rpm -ql mingw32-filesystem | egrep -q "/usr/i686-w64-mingw32/sys-root/mingw/share/locale/$dir"$; then + if ! rpm -ql mingw32-filesystem | grep -E -q "/usr/i686-w64-mingw32/sys-root/mingw/share/locale/$dir"$; then find $TOP_DIR/usr/i686-w64-mingw32/sys-root/mingw/share/locale/$dir -name *.mo | sed 's:'"$TOP_DIR"'::' | while read file; do echo -n "removing translation $file: " msgunfmt "$TOP_DIR/$file" | msgfmt --statistics -o /dev/null - @@ -134,7 +134,7 @@ fi done find $TOP_DIR/usr/i686-w64-mingw32/sys-root/mingw/share/help/ -maxdepth 1 -type d | sed 's:'"$TOP_DIR"/usr/i686-w64-mingw32/sys-root/mingw/share/help/'::; /^$/d' | while read dir; do - if ! rpm -ql mingw32-filesystem | egrep -q "/share/help/$dir"$; then + if ! rpm -ql mingw32-filesystem | grep -E -q "/share/help/$dir"$; then echo "removing help translation /share/help/$dir" rm -rf $TOP_DIR/usr/i686-w64-mingw32/sys-root/mingw/share/help/$dir fi
