Hello community,

here is the log from the commit of package usbutils for openSUSE:Factory 
checked in at 2019-03-26 15:36:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/usbutils (Old)
 and      /work/SRC/openSUSE:Factory/.usbutils.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "usbutils"

Tue Mar 26 15:36:19 2019 rev:40 rq:687542 version:010

Changes:
--------
--- /work/SRC/openSUSE:Factory/usbutils/usbutils.changes        2018-03-30 
11:55:20.595942534 +0200
+++ /work/SRC/openSUSE:Factory/.usbutils.new.25356/usbutils.changes     
2019-03-26 15:36:20.848399126 +0100
@@ -1,0 +2,54 @@
+Wed Mar 20 13:53:50 CET 2019 - [email protected]
+
+- update to usbutils 010
+  * usbreset.c: add missing <stdlib.h> include
+  * Do not create and install usbutils.pc
+  * fix dump_videocontrol_interface for unitialized variable usage
+  * Add correct SPDX license identifiers to all files
+  * Add SPDX identifiers on files that did not have a specific license.
+  * wTotalLength should be printed as a hex number
+  * usbmisc: fix up some strncpy() issues
+  * lsusb-t: fix up error with readlink()
+  * lsusb.py.in: add proper SPDX license identifier
+  * usb-devices: reword the copyright identifier
+  * LICENSES: move the GPL 2 license to the LICENSES directory
+  * LICENSES/GPL-3.0.txt: add the file
+  * lsusb.h: add copyright notice
+  * lsusb-t: add copyright info
+  * bom.spdx: Add bill of materials file in SPDX format.
+  * ChangeLog: remove it.
+  * AUTHORS: remove file
+  * do_release: drop file
+  * NEWS: add SPDX header and comment
+  * autogen.sh: add SPDX and copyright header
+  * list.h: add copyright information
+  * travis-autogen.sh: add SPDX and copyright information.
+  * INSTALL: remove the file, it's boiler-plate
+  * configure.ac: add SPDX and copyright
+  * man pages: add SPDX and copyright information
+  * Makefile.am: add SPDX and copyright information
+  * .gitmodules: add SPDX and copyright lines
+  * lsusb.py.in: fix up Copyright strings
+  * usbreset.c: add Alan's copyright
+  * .travis.yml: add correct SPDX and copyright notices
+  * bom.spdx: update with latest copyright and SPDX identifier additions
+  * README.md: move the README file to markdown
+  * README.md: fix fomatting
+  * bom.spdx: upate with README -> README.md change
+  * lsusb.py: convert to python3
+  * lsusb: Split subtype mapping out of AudioControl interface handling.
+  * lsusb: Add declarative definitions for UAC1 and UAC2 descriptors.
+  * lsusb: Add code to dump descriptor data using descriptor definition.
+  * lsusb: Switch to descriptor-definition based dump for UAC1 and UAC2.
+  * lsusb: Add descriptor definitions for UAC3.
+  * lsusb: Add initial support for USB Audio Device Class 3.
+  * lsusb: Add descriptor definition for USB3 BOS Configuration Summary.
+  * lsusb: Dump USB3 BOS Configuration Summary Descriptor.
+  * lsusb: Squash Wpointer-compare warning.
+  * lsusb: Remove unused function.
+  * lsusb: Fix array entry count for variable sized entries.
+  * Makefile.am: Include usbreset.c in the release tarball
+  * lsusb: Dump UVC Stream based payload descriptor.
+ 
+
+-------------------------------------------------------------------

Old:
----
  usbutils-009.tar.xz

New:
----
  usbutils-010.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ usbutils.spec ++++++
--- /var/tmp/diff_new_pack.kzdf0D/_old  2019-03-26 15:36:21.552398831 +0100
+++ /var/tmp/diff_new_pack.kzdf0D/_new  2019-03-26 15:36:21.552398831 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package usbutils
 #
-# Copyright (c) 2018 SUSE LINUX 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,12 +12,12 @@
 # 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/
 #
 
 
 Name:           usbutils
-Version:        009
+Version:        010
 Release:        0
 Summary:        Tools and libraries for USB devices
 License:        GPL-2.0-or-later
@@ -38,7 +38,7 @@
 
 %prep
 %setup -q
-%patch0
+%patch0 -p1
 
 %build
 %configure \
@@ -50,7 +50,7 @@
 %make_install
 
 %files
-%doc AUTHORS ChangeLog
+%doc NEWS
 %{_bindir}/lsusb
 %{_bindir}/lsusb.py
 %{_bindir}/usb-devices
@@ -58,6 +58,5 @@
 %{_mandir}/man1/usb-devices.1%{?ext_man}
 %{_mandir}/man8/lsusb.8%{?ext_man}
 %{_mandir}/man8/usbhid-dump.8%{?ext_man}
-%{_libdir}/pkgconfig/%{name}.pc
 
 %changelog

++++++ fix-shebang.patch ++++++
--- /var/tmp/diff_new_pack.kzdf0D/_old  2019-03-26 15:36:21.572398822 +0100
+++ /var/tmp/diff_new_pack.kzdf0D/_new  2019-03-26 15:36:21.576398821 +0100
@@ -1,7 +1,8 @@
---- 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
+--- usbutils-010/lsusb.py.in   2019/03/20 12:52:09     1.1
++++ usbutils-010/lsusb.py.in   2019/03/20 12:52:14
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python3
++#!/usr/bin/python3
+ # SPDX-License-Identifier: GPL-2.0 OR GPL-3.0
+ #
  # lsusb-VERSION.py
- # Displays your USB devices in reasonable form.

++++++ usbutils-009.tar.xz -> usbutils-010.tar.xz ++++++
++++ 4793 lines of diff (skipped)


Reply via email to