Hello community,
here is the log from the commit of package yast2-hardware-detection for
openSUSE:Factory checked in at 2019-09-07 11:24:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-hardware-detection (Old)
and /work/SRC/openSUSE:Factory/.yast2-hardware-detection.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-hardware-detection"
Sat Sep 7 11:24:54 2019 rev:44 rq:726480 version:4.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-hardware-detection/yast2-hardware-detection.changes
2019-02-28 21:48:20.485398574 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-hardware-detection.new.7948/yast2-hardware-detection.changes
2019-09-07 11:24:57.710498822 +0200
@@ -1,0 +2,11 @@
+Tue Aug 27 11:10:25 UTC 2019 - Steffen Winterfeldt <[email protected]>
+
+- add bug number (bsc#1148310)
+
+-------------------------------------------------------------------
+Tue Aug 27 09:27:56 UTC 2019 - Andreas Schwab <[email protected]>
+
+- Handle arch_riscv
+- 4.1.1
+
+-------------------------------------------------------------------
Old:
----
yast2-hardware-detection-4.1.0.tar.bz2
New:
----
yast2-hardware-detection-4.1.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-hardware-detection.spec ++++++
--- /var/tmp/diff_new_pack.avWiWc/_old 2019-09-07 11:24:59.066498634 +0200
+++ /var/tmp/diff_new_pack.avWiWc/_new 2019-09-07 11:24:59.106498629 +0200
@@ -17,7 +17,7 @@
Name: yast2-hardware-detection
-Version: 4.1.0
+Version: 4.1.1
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-hardware-detection-4.1.0.tar.bz2 ->
yast2-hardware-detection-4.1.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-hardware-detection-4.1.0/Dockerfile
new/yast2-hardware-detection-4.1.1/Dockerfile
--- old/yast2-hardware-detection-4.1.0/Dockerfile 2019-02-27
15:47:24.000000000 +0100
+++ new/yast2-hardware-detection-4.1.1/Dockerfile 2019-08-27
13:21:41.000000000 +0200
@@ -1,3 +1,3 @@
-FROM yastdevel/cpp
+FROM registry.opensuse.org/yast/head/containers/yast-cpp:latest
COPY . /usr/src/app
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-hardware-detection-4.1.0/agent/HwParse.cc
new/yast2-hardware-detection-4.1.1/agent/HwParse.cc
--- old/yast2-hardware-detection-4.1.0/agent/HwParse.cc 2019-02-27
15:47:24.000000000 +0100
+++ new/yast2-hardware-detection-4.1.1/agent/HwParse.cc 2019-08-27
13:21:41.000000000 +0200
@@ -48,6 +48,7 @@
case arch_mips: s = "mips"; break;
case arch_arm: s = "arm"; break;
case arch_aarch64: s = "aarch64"; break;
+ case arch_riscv: s = "riscv64"; break;
case arch_x86_64: s = "x86_64"; break;
default: s = "unknown";
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-hardware-detection-4.1.0/package/yast2-hardware-detection.changes
new/yast2-hardware-detection-4.1.1/package/yast2-hardware-detection.changes
--- old/yast2-hardware-detection-4.1.0/package/yast2-hardware-detection.changes
2019-02-27 15:47:24.000000000 +0100
+++ new/yast2-hardware-detection-4.1.1/package/yast2-hardware-detection.changes
2019-08-27 13:21:41.000000000 +0200
@@ -1,4 +1,15 @@
-------------------------------------------------------------------
+Tue Aug 27 11:10:25 UTC 2019 - Steffen Winterfeldt <[email protected]>
+
+- add bug number (bsc#1148310)
+
+-------------------------------------------------------------------
+Tue Aug 27 09:27:56 UTC 2019 - Andreas Schwab <[email protected]>
+
+- Handle arch_riscv
+- 4.1.1
+
+-------------------------------------------------------------------
Tue Feb 26 14:05:49 UTC 2019 - José Iván López González <[email protected]>
- Version bump (bsc#1124009)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-hardware-detection-4.1.0/package/yast2-hardware-detection.spec
new/yast2-hardware-detection-4.1.1/package/yast2-hardware-detection.spec
--- old/yast2-hardware-detection-4.1.0/package/yast2-hardware-detection.spec
2019-02-27 15:47:24.000000000 +0100
+++ new/yast2-hardware-detection-4.1.1/package/yast2-hardware-detection.spec
2019-08-27 13:21:41.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-hardware-detection
-Version: 4.1.0
+Version: 4.1.1
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build