diff --git a/usbutils-015.tar.xz b/usbutils-015.tar.xz deleted file mode 100644 index 840f98994b6359a9ea07df57aa6942ec0014d531..0000000000000000000000000000000000000000 Binary files a/usbutils-015.tar.xz and /dev/null differ diff --git a/usbutils-017.tar.xz b/usbutils-017.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..960193714081ca5f540719a427501804d05d2b33 Binary files /dev/null and b/usbutils-017.tar.xz differ diff --git a/usbutils.spec b/usbutils.spec index eb8f79ee064df3911459b2020d5bf45bf7a0b804..2605f3b9791da9ecc6013c9f7c9fd17b45f824cc 100644 --- a/usbutils.spec +++ b/usbutils.spec @@ -1,5 +1,5 @@ Name: usbutils -Version: 015 +Version: 017 Release: 1 Summary: Linux utilities for USB device License: GPLv2+ @@ -35,6 +35,7 @@ autoreconf -vif %make_install INSTALL="install -p" install -D -m 644 %{SOURCE1} %{buildroot}%{_defaultlicensedir}/%{name}/GPL-2.0.txt install -D -m 644 %{SOURCE2} %{buildroot}%{_defaultlicensedir}/%{name}/GPL-3.0.txt +rm -rf %{buildroot}/%{_libdir}/pkgconfig/usbutils.pc %files %doc NEWS @@ -45,6 +46,19 @@ install -D -m 644 %{SOURCE2} %{buildroot}%{_defaultlicensedir}/%{name}/GPL-3.0.t %{_mandir}/*/* %changelog +* Wed Jan 31 2024 zhanghongtao - 017-1 +- update package to usbutils-017 +- lsusb: add fallback names for 'lsusb -v' output +- Honor system libdir and includedir +- usbutils: lsusb-t: print entries for devices with no interfaces +- lsusb -t: sort in bus order, not reverse order +- susb-t: if a driver is not bound to an interface, report "[none]" +- Generate usbutils.pc pkgconfig file +- usbreset: Allow idProduct and idVendor to be 0 +- susb: Add function that sorts the output by device ID. +- lsusb: Additional sorting by bus number. +- lsusb: This is a more compact implementation of the device list sort implemented within this pull request. The output remains the same as the one demonstrated in the previous commit. + * Tue Feb 7 2023 zhanghongtao - 015-1 - update package to usbutils-015