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-10-04 22:31:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hw-probe (Old) and /work/SRC/openSUSE:Factory/.hw-probe.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hw-probe" Wed Oct 4 22:31:27 2023 rev:3 rq:1114959 version:1.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/hw-probe/hw-probe.changes 2023-05-10 16:19:09.363198865 +0200 +++ /work/SRC/openSUSE:Factory/.hw-probe.new.28202/hw-probe.changes 2023-10-04 22:32:23.281672205 +0200 @@ -1,0 +2,28 @@ +Tue Sep 19 21:30:33 UTC 2023 - Lubos Kocman <lubos.koc...@suse.com> + +- Correction of license based on legaldb + +------------------------------------------------------------------- +Sat Aug 12 15:28:58 UTC 2023 - Joshua Smith <jsmith...@gmail.com> + +- Added systemd service and timer to package + +------------------------------------------------------------------- +Thu Jul 20 12:19:15 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 1.6.5: + * Snap: add license and website + * Update install instructions (Linux) + * Improve identifying of drives + * Improve identifying of memory modules + * Integrate with hw-probe-pyqt5-gui + * Fix integration with hw-probe-pyqt5-gui + * Instruction how to generate BBCode template for probe review + * Changed port GhostBSDPortsVer by GhostBSDVer to use ghostbsd-version + * Collect vainfo for multi-GPU systems + * Publish link to forum + * Fix command to start monitoring + * Fix identifying of CPU, memory size and distro + * Backward compatibility with old GhostBSD probes + +------------------------------------------------------------------- Old: ---- hw-probe-1.6.tar.gz New: ---- hw-probe-1.6.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hw-probe.spec ++++++ --- /var/tmp/diff_new_pack.lCoL7m/_old 2023-10-04 22:32:24.269707915 +0200 +++ /var/tmp/diff_new_pack.lCoL7m/_new 2023-10-04 22:32:24.269707915 +0200 @@ -18,14 +18,15 @@ Name: hw-probe -Version: 1.6 +Version: 1.6.5 Release: 0 Summary: Check operability of computer hardware and find drivers -License: LGPL-2.0-or-later +License: BSD-4-Clause AND LGPL-2.1-or-later Group: Hardware/Other -BuildArch: noarch URL: https://github.com/linuxhw/hw-probe -Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/linuxhw/hw-probe/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: perl +BuildRequires: perl(Getopt::Long) Requires: acpica Requires: curl Requires: dmidecode @@ -41,8 +42,7 @@ Requires: util-linux Recommends: Mesa-demo-x Recommends: mcelog -BuildRequires: perl -BuildRequires: perl(Getopt::Long) +BuildArch: noarch %description A tool to check operability of computer hardware and upload result @@ -72,9 +72,23 @@ %install mkdir -p %{buildroot}%{_prefix} make install prefix=%{_prefix} DESTDIR=%{buildroot} +install -Dm 644 -t "%{buildroot}%{_unitdir}/" periodic/hw-probe.* + +%pre +%service_add_pre %{name}.service %{name}.timer + +%post +%service_add_post %{name}.service %{name}.timer + +%preun +%service_del_preun %{name}.service %{name}.timer + +%postun +%service_del_postun %{name}.service %{name}.timer %files %doc README.md %license LICENSE.md %{_bindir}/%{name} +%{_unitdir}/%{name}.* ++++++ hw-probe-1.6.tar.gz -> hw-probe-1.6.5.tar.gz ++++++ ++++ 5186 lines of diff (skipped)