commit usbutils for openSUSE:Factory

2024-02-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package usbutils for openSUSE:Factory 
checked in at 2024-02-27 22:44:00

Comparing /work/SRC/openSUSE:Factory/usbutils (Old)
 and  /work/SRC/openSUSE:Factory/.usbutils.new.1770 (New)


Package is "usbutils"

Tue Feb 27 22:44:00 2024 rev:47 rq:1151112 version:017

Changes:

--- /work/SRC/openSUSE:Factory/usbutils/usbutils.changes2023-11-30 
21:59:19.688654402 +0100
+++ /work/SRC/openSUSE:Factory/.usbutils.new.1770/usbutils.changes  
2024-02-27 22:44:01.885146588 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 09:54:21 UTC 2024 - pgaj...@suse.com
+
+- remove dependency on /usr/bin/python3 using
+  %python3_fix_shebang macro, [bsc#1212476]
+
+---



Other differences:
--
++ usbutils.spec ++
--- /var/tmp/diff_new_pack.MZhDmM/_old  2024-02-27 22:44:02.641173995 +0100
+++ /var/tmp/diff_new_pack.MZhDmM/_new  2024-02-27 22:44:02.645174140 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package usbutils
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 BuildRequires:  libtool
 BuildRequires:  libusb-1_0-devel >= 1.0.14
 BuildRequires:  pkgconfig
+BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(libudev) >= 196
 Requires:   hwdata
 
@@ -58,6 +59,7 @@
 
 %install
 %make_install
+%python3_fix_shebang
 
 %files
 %doc NEWS


commit usbutils for openSUSE:Factory

2023-11-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package usbutils for openSUSE:Factory 
checked in at 2023-11-30 21:59:01

Comparing /work/SRC/openSUSE:Factory/usbutils (Old)
 and  /work/SRC/openSUSE:Factory/.usbutils.new.25432 (New)


Package is "usbutils"

Thu Nov 30 21:59:01 2023 rev:46 rq:1129643 version:017

Changes:

--- /work/SRC/openSUSE:Factory/usbutils/usbutils.changes2023-11-27 
22:41:54.130576339 +0100
+++ /work/SRC/openSUSE:Factory/.usbutils.new.25432/usbutils.changes 
2023-11-30 21:59:19.688654402 +0100
@@ -1,0 +2,8 @@
+Tue Nov 28 13:16:27 UTC 2023 - Dominique Leuenberger 
+
+- Split out devel package, containing the .pc file:
+  + The .pc file declares dependencies on other devel packages,
+which is not wanted on regular end-user systems.
+  + Drop rpmlintrc file.
+
+---

Old:

  usbutils-rpmlintrc



Other differences:
--
++ usbutils.spec ++
--- /var/tmp/diff_new_pack.eoiFcL/_old  2023-11-30 21:59:20.500684316 +0100
+++ /var/tmp/diff_new_pack.eoiFcL/_new  2023-11-30 21:59:20.500684316 +0100
@@ -24,7 +24,6 @@
 Group:  Hardware/Other
 URL:https://sourceforge.net/projects/linux-usb/
 Source0:
https://github.com/gregkh/usbutils/archive/refs/tags/v%{version}.tar.gz
-Source1:usbutils-rpmlintrc
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -37,6 +36,16 @@
 This package contains a utility for inspecting devices connected to USB
 ports.
 
+%package devel
+Summary:Developer tools and libraries for USB devices
+Requires:   %{name} = %{version}
+
+%description devel
+This package contains a utility for inspecting devices connected to USB
+ports.
+
+This package is needed when programatically locating the usbutils database
+
 %prep
 %setup -q
 
@@ -60,5 +69,7 @@
 %{_mandir}/man1/usb-devices.1%{?ext_man}
 %{_mandir}/man8/lsusb.8%{?ext_man}
 %{_mandir}/man8/usbhid-dump.8%{?ext_man}
+
+%files devel
 %{_libdir}/pkgconfig/usbutils.pc
 


commit usbutils for openSUSE:Factory

2022-10-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package usbutils for openSUSE:Factory 
checked in at 2022-10-28 19:29:09

Comparing /work/SRC/openSUSE:Factory/usbutils (Old)
 and  /work/SRC/openSUSE:Factory/.usbutils.new.2275 (New)


Package is "usbutils"

Fri Oct 28 19:29:09 2022 rev:44 rq:1031468 version:015

Changes:

--- /work/SRC/openSUSE:Factory/usbutils/usbutils.changes2021-09-03 
21:25:25.662117289 +0200
+++ /work/SRC/openSUSE:Factory/.usbutils.new.2275/usbutils.changes  
2022-10-28 19:29:17.282558427 +0200
@@ -1,0 +2,14 @@
+Wed Oct 26 20:29:42 UTC 2022 - Dirk M??ller 
+
+- update to 015:
+  * usb-devices: list the root devices in numerical order
+  * usb-devices: use 'local' variable type to handle recursion
+  * lsusb: remove unused wireless check
+  * lsusb: remove wireless descriptor information
+  * usb-devices: fix field width on device speed field
+  * lsusb: fix up Midi Device specification devices
+  * Fix an runtime error reported by undefind sanitizer
+  * lsusb: Improve status display for SuperSpeedPlus hubs
+  * lsusb-t: Fix recursive sorting on child devices. 
+
+---
@@ -4 +18 @@
-- Update to version 0.14 (jira#SLE-19451):
+- Update to version 014 (jira#SLE-19451):

Old:

  usbutils-014.tar.xz

New:

  v015.tar.gz



Other differences:
--
++ usbutils.spec ++
--- /var/tmp/diff_new_pack.DWqvZp/_old  2022-10-28 19:29:17.994561998 +0200
+++ /var/tmp/diff_new_pack.DWqvZp/_new  2022-10-28 19:29:17.998562019 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package usbutils
 #
-# 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,13 +17,13 @@
 
 
 Name:   usbutils
-Version:014
+Version:015
 Release:0
 Summary:Tools and libraries for USB devices
 License:GPL-2.0-or-later
 Group:  Hardware/Other
 URL:https://sourceforge.net/projects/linux-usb/
-Source0:
https://www.kernel.org/pub/linux/utils/usb/%{name}/%{name}-%{version}.tar.xz
+Source0:
https://github.com/gregkh/usbutils/archive/refs/tags/v%{version}.tar.gz
 Source1:usbutils-rpmlintrc
 BuildRequires:  autoconf
 BuildRequires:  automake


commit usbutils for openSUSE:Factory

2021-09-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package usbutils for openSUSE:Factory 
checked in at 2021-09-03 21:25:24

Comparing /work/SRC/openSUSE:Factory/usbutils (Old)
 and  /work/SRC/openSUSE:Factory/.usbutils.new.1899 (New)


Package is "usbutils"

Fri Sep  3 21:25:24 2021 rev:43 rq:915414 version:014

Changes:

--- /work/SRC/openSUSE:Factory/usbutils/usbutils.changes2020-11-23 
19:07:14.618365891 +0100
+++ /work/SRC/openSUSE:Factory/.usbutils.new.1899/usbutils.changes  
2021-09-03 21:25:25.662117289 +0200
@@ -1,0 +2,32 @@
+Wed Sep  1 06:22:13 UTC 2021 - Martin Pluskal 
+
+- Update to version 0.14 (jira#SLE-19451):
+  * Add Tx+Rx lanes to tree mode
+  * lsusb(8): mention the udev's hardware database
+  * lsusb: Fix typo in string output for iAdditionalInfoURL
+  * lsusb-t: Add lower bound checks in read_sysfs_file_string
+  * lsusb: remove unused RETRIES constant
+  * lsusb: don't complain on EAGAIN
+  * sysfs: add copyright notice taken from name.*
+  * LICENSES: add symlink to handle "or-later" issue for GPL-2.0
+  * LICENSES: put spdx headers on the license files
+  * rename "GPL-2.0+" to "GPL-2.0-or-later"
+  * LICENSE: rename GPL-3.0.txt -> GPL-3.0-only.txt
+  * usbhid-dump.8.in: add copyright information
+  * usbhid-dump: add copyright and SPDX info
+  * SPDX header cleanups from GPL-2.0 -> GPL-2.0-only
+  * usbutils.spdx: update with output of latest reuse tool
+  * lsusb: Fix spelling of bEndpointAddress in UVC
+  * lsusb: Decode endpoint addresses in UVC
+  * lsusb.c: fix leak in dump_printer_device
+  * usb-devices: do not use `local` in a POSIX shell script
+  * desc-defs.c: fix possible out-of-bound read
+  * Fix typos in lsusb.8.in
+  * Fix locating endpoint when it's a directory rather than a symlink
+  * Fix formatting of interface descriptors to match 
/sys/kernel/debug/usb/devices
+  * Fix formatting of endpoint direction to match /sys/kernel/debug/usb/devices
+  * Fix formatting of endpoint type to match /sys/kernel/debug/usb/devices
+  * Fix formatting of max endpoint packet size to match 
/sys/kernel/debug/usb/devices
+  * lsusb: Fix buffer size copy/paste error
+
+---

Old:

  usbutils-013.tar.xz

New:

  usbutils-014.tar.xz



Other differences:
--
++ usbutils.spec ++
--- /var/tmp/diff_new_pack.Torus2/_old  2021-09-03 21:25:26.142118362 +0200
+++ /var/tmp/diff_new_pack.Torus2/_new  2021-09-03 21:25:26.146118371 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package usbutils
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   usbutils
-Version:013
+Version:014
 Release:0
 Summary:Tools and libraries for USB devices
 License:GPL-2.0-or-later

++ usbutils-013.tar.xz -> usbutils-014.tar.xz ++
 26593 lines of diff (skipped)


[opensuse-commit] commit usbutils for openSUSE:Factory

2020-11-23 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package usbutils for openSUSE:Factory 
checked in at 2020-11-23 16:38:11

Comparing /work/SRC/openSUSE:Factory/usbutils (Old)
 and  /work/SRC/openSUSE:Factory/.usbutils.new.5913 (New)


Package is "usbutils"

Mon Nov 23 16:38:11 2020 rev:42 rq:849558 version:013

Changes:

--- /work/SRC/openSUSE:Factory/usbutils/usbutils.changes2020-05-26 
17:13:53.423270128 +0200
+++ /work/SRC/openSUSE:Factory/.usbutils.new.5913/usbutils.changes  
2020-11-23 19:07:14.618365891 +0100
@@ -1,0 +2,33 @@
+Fri Nov 20 07:31:55 UTC 2020 - Martin Pluskal 
+
+- Update to version 013:
+  * lsusb.8.in: do not mention usb.ids
+  * usb-devices.1: don't mention bash
+  * usbhid-dump: move manpage to main directory out of subdir
+  * usbhid-dump.8: add SPDX header
+  * usbhid-dump.8: autogenerate it with the usbutils version number
+  * usbhid-dump: add SPDX identifiers to all files.
+  * usbhid-dump: remove libusb.h libusb_strerror() implementation
+  * usbhid-dump: remove lib directory
+  * usbhid-dump: move .h files into src/ directory
+  * Makefile.am: add usbhid-dump.8 to distclean list
+  * usbhid-dump: some autoconf cleanup
+  * usbhid-dump: remove some dev_list functions that were never used
+  * dump_audiostreaming_interface(): remove unused variable
+  * usbmisc: initialize string buffer before reading from device.
+  * lsusb.py: drop trailing space on non-hub devices
+  * lsusb.py: strip whitespace from device strings
+  * lsusb(8): fix formatting
+  * lsusb(8): document --tree
+  * lsusb.py: remove private paths for usb.ids
+  * Additional device classes for usb-devices script
+  * usbhid-dump: Do not use rindex
+  * Move read_sysfs_prop() from names.c to its own file
+  * sysfs: Don't return bogus data for devices under a hub
+  * lsusb: Use vendor and product name fallback logic in -D mode too
+  * lsusb: Get manufacturer, product, and serial from sysfs
+  * bootstrap: change /bin/bash to /bin/sh
+  * lsusb: fix two typos in UVC Extension Unit descriptor
+  * usbhid-dump: Put back autoconf check for libusb_set_option()
+
+---

Old:

  usbutils-012.tar.xz

New:

  usbutils-013.tar.xz



Other differences:
--
++ usbutils.spec ++
--- /var/tmp/diff_new_pack.hJMBR3/_old  2020-11-23 19:07:15.250366525 +0100
+++ /var/tmp/diff_new_pack.hJMBR3/_new  2020-11-23 19:07:15.254366529 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   usbutils
-Version:012
+Version:013
 Release:0
 Summary:Tools and libraries for USB devices
 License:GPL-2.0-or-later

++ usbutils-012.tar.xz -> usbutils-013.tar.xz ++
 3761 lines of diff (skipped)
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org