From 8d4fc7ffdd535869902a1ae6a766070bda7f02e0125b0c4b466f5c9f5ad94275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Tesa=C5=99=C3=ADk?= Date: Mon, 18 Jun 2018 11:24:49 +0000 Subject: [PATCH] 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 --- _service | 3 ++- _servicedata | 4 ++++ uhubctl-0+git20170520.e537110.tar.xz | 3 --- uhubctl-2.0.0+git20180615.1709413.tar.xz | 3 +++ uhubctl.changes | 16 ++++++++++++++++ uhubctl.spec | 16 +++++++++------- 6 files changed, 34 insertions(+), 11 deletions(-) create mode 100644 _servicedata delete mode 100644 uhubctl-0+git20170520.e537110.tar.xz create mode 100644 uhubctl-2.0.0+git20180615.1709413.tar.xz diff --git a/_service b/_service index 875790c..a952a9d 100644 --- a/_service +++ b/_service @@ -4,7 +4,8 @@ git enable uhubctl - 0+git%cd.%h + v(.*) + @PARENT_TAG@+git%cd.%h *.tar diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..b79f6e7 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/mvp/uhubctl + 17094135fc2619493f68032aee2639a48bd16506 \ No newline at end of file diff --git a/uhubctl-0+git20170520.e537110.tar.xz b/uhubctl-0+git20170520.e537110.tar.xz deleted file mode 100644 index 7a59196..0000000 --- a/uhubctl-0+git20170520.e537110.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f2b38d1b27998dc7168593dbb559aa73a7ae42e6bf73a8bd79512d496f55e59 -size 13844 diff --git a/uhubctl-2.0.0+git20180615.1709413.tar.xz b/uhubctl-2.0.0+git20180615.1709413.tar.xz new file mode 100644 index 0000000..7085df8 --- /dev/null +++ b/uhubctl-2.0.0+git20180615.1709413.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1dcd36a7e59d68a4074c53107c0b750bbe8ee94fce465e3f6c0611fe577ce21 +size 17148 diff --git a/uhubctl.changes b/uhubctl.changes index 66b0275..fee5beb 100644 --- a/uhubctl.changes +++ b/uhubctl.changes @@ -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 diff --git a/uhubctl.spec b/uhubctl.spec index 54eb9ba..a60a7a5 100644 --- a/uhubctl.spec +++ b/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