Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf5-filesystem for openSUSE:Factory checked in at 2022-09-06 13:00:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf5-filesystem (Old) and /work/SRC/openSUSE:Factory/.kf5-filesystem.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf5-filesystem" Tue Sep 6 13:00:41 2022 rev:29 rq:1001102 version:20220307 Changes: -------- --- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes 2022-03-11 11:45:18.526879631 +0100 +++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new.2083/kf5-filesystem.changes 2022-09-06 13:00:50.578938177 +0200 @@ -1,0 +2,5 @@ +Sun Sep 4 10:57:35 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de> + +- macros.kf5: convert obsolete egrep call to grep -E + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf5-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.3J0ZeG/_old 2022-09-06 13:00:51.066939409 +0200 +++ /var/tmp/diff_new_pack.3J0ZeG/_new 2022-09-06 13:00:51.070939419 +0200 @@ -1,7 +1,7 @@ # # spec file for package kf5-filesystem # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ macros.kf5 ++++++ --- /var/tmp/diff_new_pack.3J0ZeG/_old 2022-09-06 13:00:51.182939702 +0200 +++ /var/tmp/diff_new_pack.3J0ZeG/_new 2022-09-06 13:00:51.182939702 +0200 @@ -163,7 +163,7 @@ # remove languages we do not yet support - but give out statistics \ if [ -d "%{buildroot}%{_kf5_localedir}" ] ; then \ find "%{buildroot}%{_kf5_localedir}" -maxdepth 1 -type d | sed 's:'"%{buildroot}"%{_kf5_localedir}/'::; /^$/d' | while read dir; do \ - if ! rpm -ql filesystem | egrep -q "/usr/share/locale/$dir"$; then \ + if ! rpm -ql filesystem | grep -E -q "/usr/share/locale/$dir"$; then \ find %{buildroot}%{_kf5_localedir}/$dir -name *.mo | sed 's:'"%{buildroot}"'::' | while read file; do \ echo -n "removing translation $file: " \ msgunfmt "%{buildroot}/$file" | msgfmt --statistics -o /dev/null - \