Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hw-probe for openSUSE:Factory checked in at 2023-05-10 16:19:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hw-probe (Old) and /work/SRC/openSUSE:Factory/.hw-probe.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hw-probe" Wed May 10 16:19:09 2023 rev:2 rq:1085851 version:1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/hw-probe/hw-probe.changes 2021-02-19 23:45:01.303349063 +0100 +++ /work/SRC/openSUSE:Factory/.hw-probe.new.1533/hw-probe.changes 2023-05-10 16:19:09.363198865 +0200 @@ -1,0 +2,9 @@ +Thu Feb 9 16:18:32 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- update to version 1.6 + * In this release we have properly tested and fixed support for almost all *BSD systems, + expanded support for more Linux systems, implemented probing of HP Smart Array + and improved decorating of possibly significant data in collected logs. + * all changes are described on https://github.com/linuxhw/hw-probe/blob/master/NEWS.md#hw-probe-16 + +------------------------------------------------------------------- Old: ---- hw-probe-1.5.tar.gz New: ---- hw-probe-1.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hw-probe.spec ++++++ --- /var/tmp/diff_new_pack.41XYo1/_old 2023-05-10 16:19:10.199203810 +0200 +++ /var/tmp/diff_new_pack.41XYo1/_new 2023-05-10 16:19:10.199203810 +0200 @@ -1,6 +1,7 @@ # # spec file for package hw-probe # +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2020 Andrey Ponomarenko <andrewponomare...@yandex.ru> # # All modifications and additions to the file contributed by third parties @@ -12,32 +13,32 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: hw-probe -Version: 1.5 -Release: 1 +Version: 1.6 +Release: 0 Summary: Check operability of computer hardware and find drivers -License: LGPL-2.0+ +License: LGPL-2.0-or-later Group: Hardware/Other BuildArch: noarch URL: https://github.com/linuxhw/hw-probe Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -Requires: perl-libwww-perl +Requires: acpica Requires: curl -Requires: hwinfo Requires: dmidecode +Requires: hdparm +Requires: hwinfo +Requires: lsb-release Requires: pciutils -Requires: usbutils +Requires: perl-libwww-perl +Requires: sensors Requires: smartmontools -Requires: hdparm Requires: sysstat +Requires: usbutils Requires: util-linux -Requires: sensors -Requires: lsb-release -Requires: acpica Recommends: Mesa-demo-x Recommends: mcelog BuildRequires: perl @@ -63,6 +64,7 @@ %prep %setup -q +sed -i "s|\#\!\/usr\/bin\/env perl|\#\!\/usr\/bin\/perl|g" hw-probe.pl %build # Nothing to build yet @@ -73,6 +75,7 @@ %files %doc README.md -%license LICENSE +%license LICENSE.md %{_bindir}/%{name} +%changelog ++++++ hw-probe-1.5.tar.gz -> hw-probe-1.6.tar.gz ++++++ ++++ 14674 lines of diff (skipped)