Hello community, here is the log from the commit of package usbutils for openSUSE:Factory checked in at 2018-02-12 10:11:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/usbutils (Old) and /work/SRC/openSUSE:Factory/.usbutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "usbutils" Mon Feb 12 10:11:38 2018 rev:38 rq:574517 version:009 Changes: -------- --- /work/SRC/openSUSE:Factory/usbutils/usbutils.changes 2014-12-03 22:52:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.usbutils.new/usbutils.changes 2018-02-12 10:11:44.893001140 +0100 @@ -1,0 +2,51 @@ +Sat Feb 3 20:10:23 UTC 2018 - [email protected] + +- Update to usbutils 009 + * usbreset: coding style + * Don't use C99-ism + * usbhid-dump: update submodule to latest version + * add usbreset.c example program + * update usbhid-dump to latest + * lsusb.py: Don't dump a trace dump if usb.ids is not present + * USB: usb-devices: Interface number can be a string + * autogen.sh: checkout usbhid-dump + * lsusb: add support for the Encoding Unit Desc for uvc 1.5 + device + * lsusb: fix alignment for Video Streaming interface desc + * lsusb: parse additional control fileds in USB video control + interfaces for UVC1.5 + * lsusb: proper display hexadecimal value for UVC control + interface + * usbreset.c: import usability improvements from OpenWrt + * Update lsusb.c + * Un-indent bVariableSize for Frame-Based Format descriptors + * Makefile: install pkgconfig file to arch-dependent location + * lsusb: Allocate the BOS descriptor buffer dynamically + * lsusb: Add support for the USB 3.1 SuperSpeedPlus device + capability desc + * lsusb: Fix issue with lengthy string descriptors + * lsusb: Added support for Billboard Capability descriptor + * Update usbhid-dump repo URL + * Update usbhid-dump to v1.4 + * configure: remove summary about unused USE_ZLIB + * drop unused input file for usb.ids update script + * substitute usb.id location in lsusb Python script + * lsusb: remove unused variable procbususb + * lsusb: Report correct MaxPower for USB 3.0 devices + * lsusb: Request proper descriptor type for USB 3.1 + * lsusb: Store link state descriptions without preceding + space + * build: Request at least libusb 1.0.9 + * Added support for Platform Device Capability descriptor + * lsusb: change endianness of first three fields when printing + UUID/GUIDs. + * lsusb: Fix UVC STILL_IMAGE_FRAME descriptor + * lsusb: Fix UVC VideoStreaming interface header descriptor + * lsusb: Fix UVC OUTPUT_TERMINAL descriptor + * lsusb: print WebUSB platform descriptor + * travis-ci: add control files borrowed from libusb + * travis-ci: cleanup before second run + * travis-ci: rework travis-autogen.sh +- add fix-shebang.patch + +------------------------------------------------------------------- Old: ---- usbutils-008.tar.xz New: ---- fix-shebang.patch usbutils-009.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ usbutils.spec ++++++ --- /var/tmp/diff_new_pack.arUINr/_old 2018-02-12 10:11:46.552941319 +0100 +++ /var/tmp/diff_new_pack.arUINr/_new 2018-02-12 10:11:46.552941319 +0100 @@ -1,7 +1,7 @@ # # spec file for package usbutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,18 +17,19 @@ Name: usbutils -Version: 008 +Version: 009 Release: 0 Summary: Tools and libraries for USB devices License: GPL-2.0+ Group: Hardware/Other Url: http://sourceforge.net/projects/linux-usb/ -Source0: https://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-%{version}.tar.xz +Source0: https://www.kernel.org/pub/linux/utils/usb/%{name}/%{name}-%{version}.tar.xz Source1: usbutils-rpmlintrc +# PATCH-FIX-SUSE +Patch0: fix-shebang.patch BuildRequires: libusb-1_0-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(libudev) >= 196 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains a utility for inspecting devices connected to USB @@ -36,20 +37,21 @@ %prep %setup -q +%patch0 %build %configure --disable-zlib make %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} +%make_install %files +%doc AUTHORS ChangeLog %defattr(0644, root, root, 0755) %attr(0644, root, root) %{_mandir}/man1/* %attr(0644, root, root) %{_mandir}/man8/* %attr(0755, root, root) %{_bindir}/* -%{_datadir}/pkgconfig/usbutils.pc -%doc AUTHORS ChangeLog +%{_libdir}/pkgconfig/%{name}.pc %changelog ++++++ fix-shebang.patch ++++++ --- lsusb.py.in.orig 2018-02-03 15:17:37.130938741 -0500 +++ lsusb.py.in 2018-02-03 15:17:48.038644373 -0500 @@ -1,3 +1,3 @@ -#!/usr/bin/env python +#!/usr/bin/python # lsusb-VERSION.py # Displays your USB devices in reasonable form. ++++++ usbutils-008.tar.xz -> usbutils-009.tar.xz ++++++ ++++ 28088 lines of diff (skipped)
