diff --git a/usbutils.spec b/usbutils.spec index 2605f3b9791da9ecc6013c9f7c9fd17b45f824cc..79e7fab4373749a79b06ec6956422e6caa3d67b1 100644 --- a/usbutils.spec +++ b/usbutils.spec @@ -1,6 +1,6 @@ Name: usbutils Version: 017 -Release: 1 +Release: 2 Summary: Linux utilities for USB device License: GPLv2+ URL: http://www.linux-usb.org/ @@ -46,6 +46,9 @@ rm -rf %{buildroot}/%{_libdir}/pkgconfig/usbutils.pc %{_mandir}/*/* %changelog +* Tue Jul 1 2025 wangmian - 017-2 +- Fixed bug for macros in Changelog + * Wed Jan 31 2024 zhanghongtao - 017-1 - update package to usbutils-017 - lsusb: add fallback names for 'lsusb -v' output @@ -59,20 +62,20 @@ rm -rf %{buildroot}/%{_libdir}/pkgconfig/usbutils.pc - 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 +* Tue Feb 7 2023 zhanghongtao - 015-1 - update package to usbutils-015 * Tue Nov 1 2022 lihaoxiang - 014-2 - fix an runtime error reported by undefined sanitizer -* Tue Nov 23 2021 yanglongkang - 014-1 +* Tue Nov 23 2021 yanglongkang - 014-1 - update package to 014 * Tue Sep 28 2021 Wenchao Hao - 012-5 - Nothing but to sync master and LTS branch * Fri Jul 30 2021 chenyanpanHW - 012-3 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Thu Oct 29 2020 Zhiqiang Liu -012-2 - backport one patch to init string buffer before reading from it