Hello community, here is the log from the commit of package inxi for openSUSE:Leap:15.2 checked in at 2020-03-24 19:05:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/inxi (Old) and /work/SRC/openSUSE:Leap:15.2/.inxi.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "inxi" Tue Mar 24 19:05:35 2020 rev:12 rq:787763 version:3.0.38 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/inxi/inxi.changes 2020-01-15 15:12:22.934139416 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.inxi.new.3160/inxi.changes 2020-03-24 19:05:37.077538487 +0100 @@ -1,0 +2,62 @@ +Fri Mar 20 17:18:37 UTC 2020 - Alexei Sorokin <[email protected]> + +- Update to version 3.0.38: + * See /usr/share/doc/packages/inxi/inxi.changelog +- Drop support for old openSUSE versions. + +------------------------------------------------------------------- +Mon Feb 18 04:29:24 UTC 2019 - [email protected] + +- Update to version 3.0.32: + * See /usr/share/doc/packages/inxi/inxi.changelog + +------------------------------------------------------------------- +Fri Jan 25 06:24:18 UTC 2019 - [email protected] + +- Update to version 3.0.30: + * See /usr/share/doc/packages/inxi/inxi.changelog + +------------------------------------------------------------------- +Sat Dec 15 13:47:09 UTC 2018 - [email protected] + +- Update to version 3.0.29: + * See /usr/share/doc/packages/inxi/inxi.changelog + +------------------------------------------------------------------- +Wed Dec 5 13:33:12 UTC 2018 - [email protected] + +- Update to version 3.0.28: + * See /usr/share/doc/packages/inxi/inxi.changelog + +------------------------------------------------------------------- +Thu Oct 25 12:16:46 UTC 2018 - [email protected] + +- Update to version 3.0.27: + * See /usr/share/doc/packages/inxi/inxi.changelog + +------------------------------------------------------------------- +Sat Oct 6 18:12:58 UTC 2018 - [email protected] + +- Update to version 3.0.26: + * See /usr/share/doc/packages/inxi/inxi.changelog + +------------------------------------------------------------------- +Thu Aug 9 12:01:37 UTC 2018 - [email protected] + +- Update to version 3.0.20: + * See /usr/share/doc/packages/inxi/inxi.changelog + +------------------------------------------------------------------- +Sun Jul 22 16:08:09 UTC 2018 - [email protected] + +- Update to version 3.0.18: + * See /usr/share/doc/packages/inxi/inxi.changelog + +------------------------------------------------------------------- +Tue May 22 07:20:12 UTC 2018 - [email protected] + +- Update to version 3.0.10: + * See /usr/share/doc/packages/inxi/inxi.changelog +- Add additional requirements (boo#1085951). + +------------------------------------------------------------------- Old: ---- inxi-2.3.40.tar.gz New: ---- inxi-3.0.38-1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inxi.spec ++++++ --- /var/tmp/diff_new_pack.fdujfD/_old 2020-03-24 19:05:39.021551893 +0100 +++ /var/tmp/diff_new_pack.fdujfD/_new 2020-03-24 19:05:39.021551893 +0100 @@ -1,7 +1,7 @@ # # spec file for package inxi # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2011-2016 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -13,25 +13,41 @@ # 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/ # -%define _rev 6c73ce7c59031f42fde721c03e510b631c7dafb3 +%define _version 3.0.38-1 Name: inxi -Version: 2.3.40 +Version: 3.0.38 Release: 0 Summary: A system information script -License: GPL-3.0+ -Group: System/Console -Url: https://github.com/smxi/inxi -Source: https://github.com/smxi/%{name}/archive/%{_rev}.tar.gz#/%{name}-%{version}.tar.gz -Requires: bash -%if 0%{?suse_version} >= 1120 +License: GPL-3.0-or-later +URL: https://github.com/smxi/inxi +Source: https://github.com/smxi/inxi/archive/%{_version}.tar.gz#/%{name}-%{_version}.tar.gz +Requires: pciutils +Requires: procps +Requires: util-linux +Recommends: Mesa-demo-x +Recommends: bind-utils +Recommends: dmidecode +Recommends: iproute2 +Recommends: kmod-compat +Recommends: sensors +Recommends: tree +Recommends: usbutils +Recommends: perl(Cpanel::JSON::XS) +Recommends: perl(Time::HiRes) +Recommends: perl(XML::Dumper) +Suggests: curl +Suggests: freeipmi +Suggests: hddtemp +Suggests: sudo +Supplements: (wmctrl and xorg-x11-server) +Supplements: (xdpyinfo and xorg-x11-server) +Supplements: (xprop and xorg-x11-server) +Supplements: (xrandr and xorg-x11-server) BuildArch: noarch -%else -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%endif %description inxi is a command line system information tool. It was forked from @@ -39,8 +55,8 @@ use. inxi is used widely for forum and IRC support. %prep -%setup -q -n %{name}-%{_rev} -chmod 0644 inxi.changelog README.txt +%setup -q -n %{name}-%{_version} +sed -i '/^#!/s/env \(.*\)$/\1/' %{name} %build # Nothing to build. @@ -50,8 +66,8 @@ install -Dpm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 %files -%defattr(-,root,root) -%doc inxi.changelog LICENSE.txt README.txt +%license LICENSE.txt +%doc inxi.changelog README.txt %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{?ext_man}
