Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yast2-hardware-detection for
openSUSE:Factory checked in at 2022-09-09 18:22:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-hardware-detection (Old)
and /work/SRC/openSUSE:Factory/.yast2-hardware-detection.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-hardware-detection"
Fri Sep 9 18:22:23 2022 rev:48 rq:1001891 version:4.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-hardware-detection/yast2-hardware-detection.changes
2022-04-14 17:24:18.971182791 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-hardware-detection.new.2083/yast2-hardware-detection.changes
2022-09-09 18:22:27.244085664 +0200
@@ -1,0 +2,7 @@
+Thu Sep 8 06:48:31 UTC 2022 - Michal Filka <[email protected]>
+
+- bsc#1203227
+ - replaced fgrep by grep -F
+- 4.5.1
+
+-------------------------------------------------------------------
Old:
----
yast2-hardware-detection-4.5.0.tar.bz2
New:
----
yast2-hardware-detection-4.5.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-hardware-detection.spec ++++++
--- /var/tmp/diff_new_pack.6BALJX/_old 2022-09-09 18:22:27.704086882 +0200
+++ /var/tmp/diff_new_pack.6BALJX/_new 2022-09-09 18:22:27.708086892 +0200
@@ -17,7 +17,7 @@
Name: yast2-hardware-detection
-Version: 4.5.0
+Version: 4.5.1
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-hardware-detection-4.5.0.tar.bz2 ->
yast2-hardware-detection-4.5.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-hardware-detection-4.5.0/package/yast2-hardware-detection.changes
new/yast2-hardware-detection-4.5.1/package/yast2-hardware-detection.changes
--- old/yast2-hardware-detection-4.5.0/package/yast2-hardware-detection.changes
2022-04-12 13:34:30.000000000 +0200
+++ new/yast2-hardware-detection-4.5.1/package/yast2-hardware-detection.changes
2022-09-08 11:19:35.000000000 +0200
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Thu Sep 8 06:48:31 UTC 2022 - Michal Filka <[email protected]>
+
+- bsc#1203227
+ - replaced fgrep by grep -F
+- 4.5.1
+
+-------------------------------------------------------------------
Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <[email protected]>
- Bump version to 4.5.0 (bsc#1198109)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-hardware-detection-4.5.0/package/yast2-hardware-detection.spec
new/yast2-hardware-detection-4.5.1/package/yast2-hardware-detection.spec
--- old/yast2-hardware-detection-4.5.0/package/yast2-hardware-detection.spec
2022-04-12 13:34:30.000000000 +0200
+++ new/yast2-hardware-detection-4.5.1/package/yast2-hardware-detection.spec
2022-09-08 11:19:35.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-hardware-detection
-Version: 4.5.0
+Version: 4.5.1
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-hardware-detection-4.5.0/testsuite/tests/runtest.sh
new/yast2-hardware-detection-4.5.1/testsuite/tests/runtest.sh
--- old/yast2-hardware-detection-4.5.0/testsuite/tests/runtest.sh
2022-04-12 13:34:30.000000000 +0200
+++ new/yast2-hardware-detection-4.5.1/testsuite/tests/runtest.sh
2022-09-08 11:19:35.000000000 +0200
@@ -3,4 +3,4 @@
unset Y2DEBUG
unset Y2DEBUGGER
-(./runag_hwprobe -l - $1 >$2) 2>&1 | fgrep -v " <0> " | grep -v "^$" | sed
's/^....-..-.. ..:..:.. [^)]*) //g' > $3
+(./runag_hwprobe -l - $1 >$2) 2>&1 | grep -F -v " <0> " | grep -v "^$" | sed
's/^....-..-.. ..:..:.. [^)]*) //g' > $3