Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hidapi for openSUSE:Factory checked in at 2022-07-12 11:12:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hidapi (Old) and /work/SRC/openSUSE:Factory/.hidapi.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hidapi" Tue Jul 12 11:12:20 2022 rev:8 rq:988409 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/hidapi/hidapi.changes 2021-12-13 20:46:39.152501661 +0100 +++ /work/SRC/openSUSE:Factory/.hidapi.new.1523/hidapi.changes 2022-07-12 11:12:34.731709394 +0200 @@ -1,0 +2,10 @@ +Mon Jul 11 07:52:19 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.12.0: + * libusb: improved CMake dependency on Iconv (#405) - as a result, better support for NetBSD; + * general: documentation improvements; + * general: small code cleanups/improvements; + * many windows specific fixes +- spec-cleaner cleanups + +------------------------------------------------------------------- Old: ---- hidapi-0.11.0.tar.gz New: ---- hidapi-0.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hidapi.spec ++++++ --- /var/tmp/diff_new_pack.IHcGOG/_old 2022-07-12 11:12:35.191709996 +0200 +++ /var/tmp/diff_new_pack.IHcGOG/_new 2022-07-12 11:12:35.195710001 +0200 @@ -1,7 +1,7 @@ # # spec file for package hidapi # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,8 @@ %define sover 0 - Name: hidapi -Version: 0.11.0 +Version: 0.12.0 Release: 0 Summary: Simple library for communicating with USB and Bluetooth HID devices License: BSD-3-Clause OR GPL-3.0-or-later @@ -34,9 +33,8 @@ BuildRequires: libtool BuildRequires: libusb-1_0-devel BuildRequires: make -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(libudev) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description HIDAPI is a library which allows an application to interface with USB and Bluetooth HID-Class devices. @@ -77,32 +75,28 @@ %build ./bootstrap %configure --disable-static --docdir=%{_defaultdocdir}/%{name} -make %{?_smp_mflags} +%make_build %install make install DESTDIR=%{?buildroot} -find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print +find %{buildroot} -type f -name "*.la" -delete -print %post -n libhidapi-libusb%{sover} -p /sbin/ldconfig %post -n libhidapi-hidraw%{sover} -p /sbin/ldconfig - %postun -n libhidapi-libusb%{sover} -p /sbin/ldconfig %postun -n libhidapi-hidraw%{sover} -p /sbin/ldconfig %files -n libhidapi-devel -%defattr(-,root,root) %doc README.md AUTHORS.txt HACKING.txt %{_includedir}/hidapi %{_libdir}/pkgconfig/* %{_libdir}/libhidapi-*.so %files -n libhidapi-hidraw%{sover} -%defattr(-,root,root) %license LICENSE* %{_libdir}/libhidapi-hidraw.so.%{sover}* %files -n libhidapi-libusb%{sover} -%defattr(-,root,root) %license LICENSE* %{_libdir}/libhidapi-libusb.so.%{sover}* ++++++ hidapi-0.11.0.tar.gz -> hidapi-0.12.0.tar.gz ++++++ ++++ 3413 lines of diff (skipped)