forked from pool/uhubctl
Accepting request 728031 from home:mnhauke
- Update to new upstream release 2.1.0: * Add explicit workaround for USB device not removed after port power down on Linux * Implemented reading ContainerID from BOS descriptor to detect USB2/3 dual devices * Support fractional seconds for delay * Improve USB2/3 duality handling * Add support for comma separated list of ranges to port list parser * Improve USB3 support OBS-URL: https://build.opensuse.org/request/show/728031 OBS-URL: https://build.opensuse.org/package/show/devel:tools/uhubctl?expand=0&rev=4
This commit is contained in:
parent
23d545bff6
commit
c9405abad3
15
_service
15
_service
@ -1,15 +0,0 @@
|
||||
<services>
|
||||
<service mode="disabled" name="tar_scm">
|
||||
<param name="url">https://github.com/mvp/uhubctl</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">uhubctl</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
</services>
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/mvp/uhubctl</param>
|
||||
<param name="changesrevision">17094135fc2619493f68032aee2639a48bd16506</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1dcd36a7e59d68a4074c53107c0b750bbe8ee94fce465e3f6c0611fe577ce21
|
||||
size 17148
|
3
uhubctl-2.1.0.tar.gz
Normal file
3
uhubctl-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:227fdd541067b84eaa0e15cdc171458a56de7591f7a1deaff3e6d42d2809450b
|
||||
size 23303
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 14:40:20 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to new upstream release 2.1.0:
|
||||
* Add explicit workaround for USB device not removed after port
|
||||
power down on Linux
|
||||
* Implemented reading ContainerID from BOS descriptor to detect
|
||||
USB2/3 dual devices
|
||||
* Support fractional seconds for delay
|
||||
* Improve USB2/3 duality handling
|
||||
* Add support for comma separated list of ranges to port list parser
|
||||
* Improve USB3 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:08:30 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package uhubctl
|
||||
#
|
||||
# Copyright (c) 2017 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,18 +12,18 @@
|
||||
# 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: uhubctl
|
||||
Version: 2.0.0+git20180615.1709413
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: USB hub per-port power control
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Tools/Other
|
||||
URL: https://github.com/mvp/uhubctl
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source: https://github.com/mvp/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libusb-1.0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user