Hello community,

here is the log from the commit of package usbutils for openSUSE:Factory 
checked in at 2018-03-30 11:55:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/usbutils (Old)
 and      /work/SRC/openSUSE:Factory/.usbutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "usbutils"

Fri Mar 30 11:55:18 2018 rev:39 rq:590592 version:009

Changes:
--------
--- /work/SRC/openSUSE:Factory/usbutils/usbutils.changes        2018-02-12 
10:11:44.893001140 +0100
+++ /work/SRC/openSUSE:Factory/.usbutils.new/usbutils.changes   2018-03-30 
11:55:20.595942534 +0200
@@ -1,0 +2,7 @@
+Tue Mar 13 15:35:44 UTC 2018 - mplus...@suse.com
+
+- Use usb ids from hwdata
+- Modernise spec file with spec-cleaner
+- Make building more verbose
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ usbutils.spec ++++++
--- /var/tmp/diff_new_pack.nzZzlV/_old  2018-03-30 11:55:21.355915048 +0200
+++ /var/tmp/diff_new_pack.nzZzlV/_new  2018-03-30 11:55:21.355915048 +0200
@@ -20,9 +20,9 @@
 Version:        009
 Release:        0
 Summary:        Tools and libraries for USB devices
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Hardware/Other
-Url:            http://sourceforge.net/projects/linux-usb/
+URL:            http://sourceforge.net/projects/linux-usb/
 Source0:        
https://www.kernel.org/pub/linux/utils/usb/%{name}/%{name}-%{version}.tar.xz
 Source1:        usbutils-rpmlintrc
 # PATCH-FIX-SUSE
@@ -30,6 +30,7 @@
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libudev) >= 196
+Requires:       hwdata
 
 %description
 This package contains a utility for inspecting devices connected to USB
@@ -40,18 +41,23 @@
 %patch0
 
 %build
-%configure --disable-zlib
-make %{?_smp_mflags}
+%configure \
+  --datadir=%{_datadir}/hwdata \
+  --disable-usbids
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
 
 %files
 %doc AUTHORS ChangeLog
-%defattr(0644, root, root, 0755)
-%attr(0644, root, root) %{_mandir}/man1/*
-%attr(0644, root, root) %{_mandir}/man8/*
-%attr(0755, root, root) %{_bindir}/*
+%{_bindir}/lsusb
+%{_bindir}/lsusb.py
+%{_bindir}/usb-devices
+%{_bindir}/usbhid-dump
+%{_mandir}/man1/usb-devices.1%{?ext_man}
+%{_mandir}/man8/lsusb.8%{?ext_man}
+%{_mandir}/man8/usbhid-dump.8%{?ext_man}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog


Reply via email to