forked from pool/uhubctl
Accepting request 617485 from home:mnhauke
- Update to version 2.0.0+git20180615.1709413: * j5create JUH470 only works in USB2 mode * Add D-Link DUB H7 rev D1 (black) as supported device * Add Renesas uPD720202 PCIe USB 3.0 host controller as supported device * Add Raspberry Pi Model 3 B+ as supported device * Add columns for port count and USB version into device table * Code formatting cleanups * Fixed displaying duplicate hubs in status output * Add Moxa Uport-407 as supported device * Remove mention of building libusb 1.0.22 from head * move action to outer loop and hub to inner loop (fixes #86) - Run spec-cleaner OBS-URL: https://build.opensuse.org/request/show/617485 OBS-URL: https://build.opensuse.org/package/show/devel:tools/uhubctl?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
31e4e440d7
commit
8d4fc7ffdd
3
_service
3
_service
@@ -4,7 +4,8 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">uhubctl</param>
|
||||
<param name="versionformat">0+git%cd.%h</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>
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@@ -0,0 +1,4 @@
|
||||
<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:2f2b38d1b27998dc7168593dbb559aa73a7ae42e6bf73a8bd79512d496f55e59
|
||||
size 13844
|
3
uhubctl-2.0.0+git20180615.1709413.tar.xz
Normal file
3
uhubctl-2.0.0+git20180615.1709413.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1dcd36a7e59d68a4074c53107c0b750bbe8ee94fce465e3f6c0611fe577ce21
|
||||
size 17148
|
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 10:08:30 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
- Update to version 2.0.0+git20180615.1709413:
|
||||
* j5create JUH470 only works in USB2 mode
|
||||
* Add D-Link DUB H7 rev D1 (black) as supported device
|
||||
* Add Renesas uPD720202 PCIe USB 3.0 host controller as supported device
|
||||
* Add Raspberry Pi Model 3 B+ as supported device
|
||||
* Add columns for port count and USB version into device table
|
||||
* Code formatting cleanups
|
||||
* Fixed displaying duplicate hubs in status output
|
||||
* Add Moxa Uport-407 as supported device
|
||||
* Remove mention of building libusb 1.0.22 from head
|
||||
* move action to outer loop and hub to inner loop (fixes #86)
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 07:56:27 UTC 2017 - ptesarik@suse.com
|
||||
|
||||
|
16
uhubctl.spec
16
uhubctl.spec
@@ -17,17 +17,19 @@
|
||||
|
||||
|
||||
Name: uhubctl
|
||||
Version: 0+git20170520.e537110
|
||||
Version: 2.0.0+git20180615.1709413
|
||||
Release: 0
|
||||
Summary: USB hub per-port power control
|
||||
License: GPL-2.0
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Tools/Other
|
||||
Url: https://github.com/mvp/uhubctl
|
||||
URL: https://github.com/mvp/uhubctl
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libusb-1.0)
|
||||
|
||||
%description
|
||||
uhubctl is utility to control USB power per-port on smart USB hubs. Smart hub is defined as one that implements per-port power switching.
|
||||
uhubctl is utility to control USB power per-port on smart USB hubs.
|
||||
Smart hub is defined as one that implements per-port power switching.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@@ -40,8 +42,8 @@ make %{?_smp_mflags}
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.md COPYING LICENSE
|
||||
%license COPYING LICENSE
|
||||
%doc README.md
|
||||
%{_sbindir}/uhubctl
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user