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 2026-03-19 17:40:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw64-filesystem"

Thu Mar 19 17:40:13 2026 rev:38 rq:1341167 version:20260312

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-filesystem/mingw64-filesystem.changes    
2025-11-06 18:13:24.779939305 +0100
+++ 
/work/SRC/openSUSE:Factory/.mingw64-filesystem.new.8177/mingw64-filesystem.changes
  2026-03-19 17:42:05.605533547 +0100
@@ -1,0 +2,7 @@
+Thu Mar 12 11:37:22 UTC 2026 - Ralf Habacker <[email protected]>
+
+- Update to version 20260312
+- mingw64-find-lang.sh:
+  * Fix egrep: warning: egrep is obsolescent; using grep -E
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingw64-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.jss463/_old  2026-03-19 17:42:06.417567187 +0100
+++ /var/tmp/diff_new_pack.jss463/_new  2026-03-19 17:42:06.421567353 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mingw64-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:           mingw64-filesystem
-Version:        20251105
+Version:        20260312
 Release:        0
 Summary:        MinGW base filesystem and environment
 License:        GPL-2.0-or-later

++++++ mingw64-find-lang.sh ++++++
--- /var/tmp/diff_new_pack.jss463/_old  2026-03-19 17:42:06.613575308 +0100
+++ /var/tmp/diff_new_pack.jss463/_new  2026-03-19 17:42:06.617575473 +0100
@@ -125,7 +125,7 @@
 
 # remove languages we do not yet support - but give out statistics
 find "$TOP_DIR/usr/x86_64-w64-mingw32/sys-root/mingw/share/locale/" -maxdepth 
1 -type d | sed 
's:'"$TOP_DIR"/usr/x86_64-w64-mingw32/sys-root/mingw/share/locale/'::; /^$/d' | 
while read dir; do
-  if ! rpm -ql mingw64-filesystem | egrep -q 
"/usr/x86_64-w64-mingw32/sys-root/mingw/share/locale/$dir"$; then
+  if ! rpm -ql mingw64-filesystem | grep -E -q 
"/usr/x86_64-w64-mingw32/sys-root/mingw/share/locale/$dir"$; then
     find $TOP_DIR/usr/x86_64-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/x86_64-w64-mingw32/sys-root/mingw/share/help/ -maxdepth 1 
-type d | sed 
's:'"$TOP_DIR"/usr/x86_64-w64-mingw32/sys-root/mingw/share/help/'::; /^$/d' | 
while read dir; do
-  if ! rpm -ql mingw64-filesystem | egrep -q "/share/help/$dir"$; then
+  if ! rpm -ql mingw64-filesystem | grep -E -q "/share/help/$dir"$; then
     echo "removing help translation /share/help/$dir"
     rm -rf $TOP_DIR/usr/x86_64-w64-mingw32/sys-root/mingw/share/help/$dir
   fi

Reply via email to