Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2022-09-09 18:22:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-core (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-core.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-core"

Fri Sep  9 18:22:22 2022 rev:195 rq:1001890 version:4.5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes    2022-08-31 
18:08:47.439344129 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-core.new.2083/yast2-core.changes  
2022-09-09 18:22:25.456080930 +0200
@@ -1,0 +2,7 @@
+Thu Sep  8 06:28:05 UTC 2022 - Michal Filka <m...@suse.cz>
+
+- bsc#1203227
+  - replaced obsolete fgrep by grep -F
+- 4.5.4
+
+-------------------------------------------------------------------

Old:
----
  yast2-core-4.5.3.tar.bz2

New:
----
  yast2-core-4.5.4.tar.bz2

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

Other differences:
------------------
++++++ yast2-core.spec ++++++
--- /var/tmp/diff_new_pack.62FYsi/_old  2022-09-09 18:22:25.980082317 +0200
+++ /var/tmp/diff_new_pack.62FYsi/_new  2022-09-09 18:22:25.984082329 +0200
@@ -27,7 +27,7 @@
 %bcond_with werror
 
 Name:           yast2-core
-Version:        4.5.3
+Version:        4.5.4
 Release:        0
 URL:            https://github.com/yast/yast-core
 

++++++ yast2-core-4.5.3.tar.bz2 -> yast2-core-4.5.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-4.5.3/agent-any/testsuite/tests/runtest.sh 
new/yast2-core-4.5.4/agent-any/testsuite/tests/runtest.sh
--- old/yast2-core-4.5.3/agent-any/testsuite/tests/runtest.sh   2022-08-30 
14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/agent-any/testsuite/tests/runtest.sh   2022-09-08 
11:19:22.000000000 +0200
@@ -3,4 +3,4 @@
 unset Y2DEBUG
 unset Y2DEBUGGER
 
-(./runag_anyagent -l - $1 >$2) 2>&1 | fgrep -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' > $3
+(./runag_anyagent -l - $1 >$2) 2>&1 | grep -F -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' > $3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-4.5.3/agent-ini/testsuite/debug/runtest.sh 
new/yast2-core-4.5.4/agent-ini/testsuite/debug/runtest.sh
--- old/yast2-core-4.5.3/agent-ini/testsuite/debug/runtest.sh   2022-08-30 
14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/agent-ini/testsuite/debug/runtest.sh   2022-09-08 
11:19:22.000000000 +0200
@@ -10,7 +10,7 @@
 (./runag_ini -l - $1 >$2) 2>&1 | grep -v "^$" \
     | grep -E '^....-..-.. ..:..:.. (.*\[agent-ini\]|<[1-5]>)' \
     | sed '-e s/^....-..-.. ..:..:.. [^)]*) //g' -e 's/:[0-9]\+ /:XXX /' > $3
-##(./runag_ini -l - $1 >$2) 2>&1 | fgrep -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' > $3
+##(./runag_ini -l - $1 >$2) 2>&1 | grep -F -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' > $3
 
 cat "$IN_FILE.test" >> $2 2> /dev/null
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-4.5.3/agent-ini/testsuite/multi/runtest.sh 
new/yast2-core-4.5.4/agent-ini/testsuite/multi/runtest.sh
--- old/yast2-core-4.5.3/agent-ini/testsuite/multi/runtest.sh   2022-08-30 
14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/agent-ini/testsuite/multi/runtest.sh   2022-09-08 
11:19:22.000000000 +0200
@@ -15,7 +15,7 @@
 (./runag_ini -l - $1 >$2) 2>&1 | grep -v "^$" \
     | grep -E '^....-..-.. ..:..:.. (.*\[agent-ini\]|<[1-5]>)' \
     | sed '-e s/^....-..-.. ..:..:.. [^)]*) //g' -e 's/:[0-9]\+ /:XXX /' > $3
-##(./runag_ini -l - $1 >$2) 2>&1 | fgrep -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' > $3
+##(./runag_ini -l - $1 >$2) 2>&1 | grep -F -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' > $3
 
 IN_FILE=${1%.*}".in.[0-9].test"
 for I in $IN_FILE; do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-4.5.3/agent-ini/testsuite/tests/runtest.sh 
new/yast2-core-4.5.4/agent-ini/testsuite/tests/runtest.sh
--- old/yast2-core-4.5.3/agent-ini/testsuite/tests/runtest.sh   2022-08-30 
14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/agent-ini/testsuite/tests/runtest.sh   2022-09-08 
11:19:22.000000000 +0200
@@ -7,8 +7,8 @@
 rm -f "$IN_FILE.test" 2> /dev/null
 cp $IN_FILE "$IN_FILE.test" 2> /dev/null
 
-(./runag_ini -l - $1 >$2) 2>&1 | fgrep -v " <0> " | grep -v "^$" | sed '-e 
s/^....-..-.. ..:..:.. [^)]*) //g' -e 's/:[0-9]\+ /:XXX /' > $3
-##(./runag_ini -l - $1 >$2) 2>&1 | fgrep -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' > $3
+(./runag_ini -l - $1 >$2) 2>&1 | grep -F -v " <0> " | grep -v "^$" | sed '-e 
s/^....-..-.. ..:..:.. [^)]*) //g' -e 's/:[0-9]\+ /:XXX /' > $3
+##(./runag_ini -l - $1 >$2) 2>&1 | grep -F -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' > $3
 
 cat "$IN_FILE.test" >> $2 2> /dev/null
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-4.5.3/agent-modules/testsuite/tests/runtest.sh 
new/yast2-core-4.5.4/agent-modules/testsuite/tests/runtest.sh
--- old/yast2-core-4.5.3/agent-modules/testsuite/tests/runtest.sh       
2022-08-30 14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/agent-modules/testsuite/tests/runtest.sh       
2022-09-08 11:19:22.000000000 +0200
@@ -12,7 +12,7 @@
 rm -f "$SCR_FILE" 2>/dev/null
 echo -e ".\n\n\`ag_modules(\n    \`ModulesConf(\"$IN_FILE.test\")\n)\n" 
>"$SCR_FILE"
 
-(./runmodules -l - "$1" >"$2") 2>&1 | fgrep -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' >$3
+(./runmodules -l - "$1" >"$2") 2>&1 | grep -F -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' >$3
 
 cat "$IN_FILE.test" >>"$2" 2>/dev/null
 exit 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-4.5.3/agent-process/testsuite/tests/runtest.sh 
new/yast2-core-4.5.4/agent-process/testsuite/tests/runtest.sh
--- old/yast2-core-4.5.3/agent-process/testsuite/tests/runtest.sh       
2022-08-30 14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/agent-process/testsuite/tests/runtest.sh       
2022-09-08 11:19:22.000000000 +0200
@@ -9,7 +9,7 @@
 # ignore also milestones (they are not constant and logged by liby2util - 
cannot be simply turned off)
 # ignore also line numbers (any change in the core might make the testsuite 
fail)
 (./run_ag_process -l - $1 >$2) 2>&1 | \
-    fgrep -v -e " <0> " -e " <1> " | \
+    grep -F -v -e " <0> " -e " <1> " | \
     grep -v "^$" | \
     sed 's/^....-..-.. ..:..:.. [^)]*) //g' | \
     sed 's/^\(\[[^]]\+\] [^(]\+([^)]\+)\):[0-9]\+ \(.*\)/\1 \2/g' \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-4.5.3/agent-resolver/testsuite/tests/runtest.sh 
new/yast2-core-4.5.4/agent-resolver/testsuite/tests/runtest.sh
--- old/yast2-core-4.5.3/agent-resolver/testsuite/tests/runtest.sh      
2022-08-30 14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/agent-resolver/testsuite/tests/runtest.sh      
2022-09-08 11:19:22.000000000 +0200
@@ -12,7 +12,7 @@
 rm -f "$SCR_FILE" 2>/dev/null
 echo -e ".\n\n\`ag_resolver(\n    \`ResolverAgent(\"$IN_FILE.test\")\n)\n" 
>"$SCR_FILE"
 
-(./runresolver -l - "$1" >"$2") 2>&1 | fgrep -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' >$3
+(./runresolver -l - "$1" >"$2") 2>&1 | grep -F -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' >$3
 
 cat "$IN_FILE.test" >>"$2" 2>/dev/null
 exit 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-4.5.3/agent-system/testsuite/tests/runtest.sh 
new/yast2-core-4.5.4/agent-system/testsuite/tests/runtest.sh
--- old/yast2-core-4.5.3/agent-system/testsuite/tests/runtest.sh        
2022-08-30 14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/agent-system/testsuite/tests/runtest.sh        
2022-09-08 11:19:22.000000000 +0200
@@ -6,4 +6,4 @@
 unset Y2DEBUGGER
 export Y2DEBUGSHELL=1
 
-(./runag_system -l - $1 >$2) 2>&1 | fgrep -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' > $3
+(./runag_system -l - $1 >$2) 2>&1 | grep -F -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' > $3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.5.3/libycp/testsuite/mkdata.sh 
new/yast2-core-4.5.4/libycp/testsuite/mkdata.sh
--- old/yast2-core-4.5.3/libycp/testsuite/mkdata.sh     2022-08-30 
14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/libycp/testsuite/mkdata.sh     2022-09-08 
11:19:22.000000000 +0200
@@ -1,5 +1,5 @@
 #! /bin/bash
 # mkdata make test data
 #
-(../runycp <$1.ycp >$1.out) 2>&1 | fgrep -v " <0> " | sed 's/^....-..-.. 
..:..:.. [^:]*://g' > $1.err
+(../runycp <$1.ycp >$1.out) 2>&1 | grep -F -v " <0> " | sed 's/^....-..-.. 
..:..:.. [^:]*://g' > $1.err
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.5.3/libycp/testsuite/runtest.sh 
new/yast2-core-4.5.4/libycp/testsuite/runtest.sh
--- old/yast2-core-4.5.3/libycp/testsuite/runtest.sh    2022-08-30 
14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/libycp/testsuite/runtest.sh    2022-09-08 
11:19:22.000000000 +0200
@@ -9,5 +9,5 @@
 # for float::tolstring
 export LC_NUMERIC=cs_CZ.UTF8
 
-(./runycp -l - -I tests/Include -M tests/Module $1 >$2) 2>&1 | fgrep -v 
'Electric Fence' | fgrep -v " <0> " | grep -v "^$" | sed 's/^....-..-.. 
..:..:.. [^)]*) //g' > $3
+(./runycp -l - -I tests/Include -M tests/Module $1 >$2) 2>&1 | grep -F -v 
'Electric Fence' | grep -F -v " <0> " | grep -v "^$" | sed 's/^....-..-.. 
..:..:.. [^)]*) //g' > $3
 exit 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.5.3/package/yast2-core.changes 
new/yast2-core-4.5.4/package/yast2-core.changes
--- old/yast2-core-4.5.3/package/yast2-core.changes     2022-08-30 
14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/package/yast2-core.changes     2022-09-08 
11:19:22.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Sep  8 06:28:05 UTC 2022 - Michal Filka <m...@suse.cz>
+
+- bsc#1203227
+  - replaced obsolete fgrep by grep -F
+- 4.5.4
+
+-------------------------------------------------------------------
 Tue Aug 30 09:28:44 UTC 2022 - Martin Vidner <mvid...@suse.com>
 
 - Fix a test that would fail in the year 2038
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.5.3/package/yast2-core.spec 
new/yast2-core-4.5.4/package/yast2-core.spec
--- old/yast2-core-4.5.3/package/yast2-core.spec        2022-08-30 
14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/package/yast2-core.spec        2022-09-08 
11:19:22.000000000 +0200
@@ -26,7 +26,7 @@
 %bcond_with werror
 
 Name:           yast2-core
-Version:        4.5.3
+Version:        4.5.4
 Release:        0
 Url:            https://github.com/yast/yast-core
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.5.3/scr/testsuite/tests/runtest.sh 
new/yast2-core-4.5.4/scr/testsuite/tests/runtest.sh
--- old/yast2-core-4.5.3/scr/testsuite/tests/runtest.sh 2022-08-30 
14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/scr/testsuite/tests/runtest.sh 2022-09-08 
11:19:22.000000000 +0200
@@ -3,4 +3,4 @@
 unset Y2DEBUG
 unset Y2DEBUGGER
 
-(./runscr -l - $1 >$2) 2>&1 | fgrep -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' > $3
+(./runscr -l - $1 >$2) 2>&1 | grep -F -v " <0> " | grep -v "^$" | sed 
's/^....-..-.. ..:..:.. [^)]*) //g' > $3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.5.3/wfm/testsuite/tests/runtest.sh 
new/yast2-core-4.5.4/wfm/testsuite/tests/runtest.sh
--- old/yast2-core-4.5.3/wfm/testsuite/tests/runtest.sh 2022-08-30 
14:59:30.000000000 +0200
+++ new/yast2-core-4.5.4/wfm/testsuite/tests/runtest.sh 2022-09-08 
11:19:22.000000000 +0200
@@ -8,4 +8,4 @@
 unset Y2DEBUG
 unset Y2DEBUGGER
 
-(./runwfm -l - $1 >$2) 2>&1 | fgrep -v " <0> " | grep -v "^$" | sed -e 
's/^....-..-.. ..:..:.. [^)]*) //g' -e 's/):[0-9]\+ /):XXX /' > $3
+(./runwfm -l - $1 >$2) 2>&1 | grep -F -v " <0> " | grep -v "^$" | sed -e 
's/^....-..-.. ..:..:.. [^)]*) //g' -e 's/):[0-9]\+ /):XXX /' > $3

Reply via email to