Hello community,

here is the log from the commit of package inxi for openSUSE:Factory checked in 
at 2018-05-29 16:49:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/inxi (Old)
 and      /work/SRC/openSUSE:Factory/.inxi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "inxi"

Tue May 29 16:49:13 2018 rev:5 rq:611158 version:3.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/inxi/inxi.changes        2017-10-19 
19:33:06.606143982 +0200
+++ /work/SRC/openSUSE:Factory/.inxi.new/inxi.changes   2018-05-29 
16:49:35.041758976 +0200
@@ -1,0 +2,7 @@
+Tue May 22 07:20:12 UTC 2018 - sor.ale...@meowr.ru
+
+- 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.10-1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ inxi.spec ++++++
--- /var/tmp/diff_new_pack.xXFpnL/_old  2018-05-29 16:49:35.633737193 +0200
+++ /var/tmp/diff_new_pack.xXFpnL/_new  2018-05-29 16:49:35.633737193 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package inxi
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2016 Malcolm J Lewis <malcolmle...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,16 +17,37 @@
 #
 
 
-%define _rev    6c73ce7c59031f42fde721c03e510b631c7dafb3
+%define _version 3.0.10-1
 Name:           inxi
-Version:        2.3.40
+Version:        3.0.10
 Release:        0
 Summary:        A system information script
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 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
+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:    packageand(wmctrl:xorg-x11-server)
+Supplements:    packageand(xdpyinfo:xorg-x11-server)
+Supplements:    packageand(xprop:xorg-x11-server)
+Supplements:    packageand(xrandr:xorg-x11-server)
 %if 0%{?suse_version} >= 1120
 BuildArch:      noarch
 %else
@@ -39,8 +60,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 +71,13 @@
 install -Dpm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 
 %files
+%if 0%{?suse_version} >= 1500
+%license LICENSE.txt
+%else
 %defattr(-,root,root)
-%doc inxi.changelog LICENSE.txt README.txt
+%doc LICENSE.txt
+%endif
+%doc inxi.changelog README.txt
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{?ext_man}
 


Reply via email to