Hello community, here is the log from the commit of package hidapi for openSUSE:Factory checked in at 2019-07-22 12:21:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hidapi (Old) and /work/SRC/openSUSE:Factory/.hidapi.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hidapi" Mon Jul 22 12:21:52 2019 rev:3 rq:717490 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/hidapi/hidapi.changes 2014-04-11 13:30:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.hidapi.new.4126/hidapi.changes 2019-07-22 12:21:53.583640710 +0200 @@ -1,0 +2,11 @@ +Mon Jul 22 08:54:03 UTC 2019 - Matwey Kornilov <[email protected]> + +- Use disabled services to follow Factory guidelines. + +------------------------------------------------------------------- +Mon Jul 22 07:02:32 UTC 2019 - [email protected] + +- Update to 0.9.0 +- Switch upstream to libusb/hidapi because the original maintainer is not active anymore + +------------------------------------------------------------------- Old: ---- hidapi-0.8.0~rc1.tar.bz2 New: ---- hidapi-0.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hidapi.spec ++++++ --- /var/tmp/diff_new_pack.8TW4ID/_old 2019-07-22 12:21:54.247640536 +0200 +++ /var/tmp/diff_new_pack.8TW4ID/_new 2019-07-22 12:21:54.251640535 +0200 @@ -1,7 +1,7 @@ # -# spec file for package +# spec file for package hidapi # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,29 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define sover 0 Name: hidapi -Version: 0.8.0~rc1 +Version: 0.9.0 Release: 0 -License: GPL-3.0+ or BSD-3-Clause Summary: Simple library for communicating with USB and Bluetooth HID devices -Url: https://github.com/signal11/hidapi +License: GPL-3.0-or-later OR BSD-3-Clause Group: System/Libraries -Source: %{name}-%{version}.tar.bz2 +Url: https://github.com/libusb/hidapi +Source: https://github.com/libusb/hidapi/archive/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE do_not_install_docs.patch -- don't let make install put files into /usr/share/doc/packages Patch0: do_not_install_docs.patch -BuildRequires: make gcc-c++ -BuildRequires: libtool automake autoconf +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: libtool BuildRequires: libudev-devel BuildRequires: libusb-1_0-devel +BuildRequires: make BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -42,10 +46,10 @@ Summary: Development libraries and header files for hidapi Group: Development/Libraries/C and C++ Requires: glibc-devel -Requires: libudev-devel -Requires: libusb-1_0-devel Requires: libhidapi-hidraw%{sover} = %{version} Requires: libhidapi-libusb%{sover} = %{version} +Requires: libudev-devel +Requires: libusb-1_0-devel %description -n libhidapi-devel This package contains the header files and libraries for building @@ -68,7 +72,7 @@ While it can be used to communicate with standard HID devices like keyboards, mice, and Joysticks, it is most useful when used with custom (Vendor-Defined) HID devices. %prep -%setup -q +%setup -q -n %{name}-%{name}-%{version} %patch0 -p1 %build @@ -88,19 +92,19 @@ %files -n libhidapi-devel %defattr(-,root,root) -%doc README.txt AUTHORS.txt HACKING.txt +%doc README.md AUTHORS.txt HACKING.txt %{_includedir}/hidapi %{_libdir}/pkgconfig/* %{_libdir}/libhidapi-*.so %files -n libhidapi-hidraw%{sover} %defattr(-,root,root) -%doc LICENSE* +%license LICENSE* %{_libdir}/libhidapi-hidraw.so.%{sover}* %files -n libhidapi-libusb%{sover} %defattr(-,root,root) -%doc LICENSE* +%license LICENSE* %{_libdir}/libhidapi-libusb.so.%{sover}* %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.8TW4ID/_old 2019-07-22 12:21:54.271640530 +0200 +++ /var/tmp/diff_new_pack.8TW4ID/_new 2019-07-22 12:21:54.271640530 +0200 @@ -1,13 +1,9 @@ <services> - <service name="tar_scm" mode="disabled"> - <param name="url">https://github.com/signal11/hidapi.git</param> - <param name="scm">git</param> - <param name="filename">hidapi</param> - <param name="revision">hidapi-0.8.0-rc1</param> - <param name="versionformat">0.8.0~rc1</param> + <service name="download_files" mode="disabled"> + </service> + <service name="verify_file" mode="disabled"> + <param name="file">hidapi-0.9.0.tar.gz</param> + <param name="verifier">sha256</param> + <param name="checksum">630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652</param> </service> - <service name="recompress" mode="disabled"> - <param name="file">*.tar</param> - <param name="compression">bz2</param> - </service> </services> ++++++ do_not_install_docs.patch ++++++ --- /var/tmp/diff_new_pack.8TW4ID/_old 2019-07-22 12:21:54.279640528 +0200 +++ /var/tmp/diff_new_pack.8TW4ID/_new 2019-07-22 12:21:54.279640528 +0200 @@ -1,13 +1,13 @@ -Index: hidapi-0.8.0~rc1/Makefile.am -=================================================================== ---- hidapi-0.8.0~rc1.orig/Makefile.am -+++ hidapi-0.8.0~rc1/Makefile.am -@@ -39,14 +39,6 @@ endif +diff --git a/Makefile.am b/Makefile.am +index a6e47e8..dd92e87 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -43,14 +43,6 @@ endif EXTRA_DIST = udev doxygen -dist_doc_DATA = \ -- README.txt \ +- README.md \ - AUTHORS.txt \ - LICENSE-bsd.txt \ - LICENSE-gpl3.txt \
