diff --git a/hidapi.spec b/hidapi.spec index 45d3a36..3775f2c 100644 --- a/hidapi.spec +++ b/hidapi.spec @@ -1,6 +1,6 @@ %define pkgver %(echo %version | tr _ -) Name: hidapi -Version: 0.12.0 +Version: 0.13.0 Release: 1mamba Summary: A library which allows an application to interface with USB and Bluetooth HID-Class devices Group: System/Libraries @@ -12,7 +12,6 @@ Source: https://github.com/libusb/hidapi.git/hidapi-%{version}/hidapi-%{v License: BSD, GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libatomic-devel BuildRequires: libudev-devel BuildRequires: libusb-devel ## AUTOBUILDREQ-END @@ -71,16 +70,17 @@ This package contains libraries and header files for developing applications tha %dir %{_includedir}/hidapi %{_includedir}/hidapi/*.h %{_libdir}/libhidapi-hidraw.a -%{_libdir}/libhidapi-hidraw.la %{_libdir}/libhidapi-hidraw.so %{_libdir}/libhidapi-libusb.a -%{_libdir}/libhidapi-libusb.la %{_libdir}/libhidapi-libusb.so %{_libdir}/pkgconfig/hidapi-hidraw.pc %{_libdir}/pkgconfig/hidapi-libusb.pc %{_datadir}/doc/hidapi/README.md %changelog +* Mon Jan 09 2023 Automatic Build System 0.13.0-1mamba +- automatic version update by autodist + * Thu May 26 2022 Automatic Build System 0.12.0-1mamba - automatic version update by autodist