diff --git a/_service b/_service
deleted file mode 100644
index a952a9d..0000000
--- a/_service
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- https://github.com/mvp/uhubctl
- git
- enable
- uhubctl
- v(.*)
- @PARENT_TAG@+git%cd.%h
-
-
- *.tar
- xz
-
-
-
diff --git a/_servicedata b/_servicedata
deleted file mode 100644
index b79f6e7..0000000
--- a/_servicedata
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- https://github.com/mvp/uhubctl
- 17094135fc2619493f68032aee2639a48bd16506
\ No newline at end of file
diff --git a/uhubctl-2.0.0+git20180615.1709413.tar.xz b/uhubctl-2.0.0+git20180615.1709413.tar.xz
deleted file mode 100644
index 7085df8..0000000
--- a/uhubctl-2.0.0+git20180615.1709413.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f1dcd36a7e59d68a4074c53107c0b750bbe8ee94fce465e3f6c0611fe577ce21
-size 17148
diff --git a/uhubctl-2.1.0.tar.gz b/uhubctl-2.1.0.tar.gz
new file mode 100644
index 0000000..fc67f0d
--- /dev/null
+++ b/uhubctl-2.1.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:227fdd541067b84eaa0e15cdc171458a56de7591f7a1deaff3e6d42d2809450b
+size 23303
diff --git a/uhubctl.changes b/uhubctl.changes
index fee5beb..88bac70 100644
--- a/uhubctl.changes
+++ b/uhubctl.changes
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------
+Tue Sep 3 14:40:20 UTC 2019 - Martin Hauke
+
+- 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
diff --git a/uhubctl.spec b/uhubctl.spec
index a60a7a5..45ae5e1 100644
--- a/uhubctl.spec
+++ b/uhubctl.spec
@@ -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)