diff --git a/_service b/_service
deleted file mode 100644
index 018b936..0000000
--- a/_service
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
- https://github.com/gvalkov/python-evdev.git
- git
- v1.1.0
- @PARENT_TAG@
- v(.*)
-
-
-
diff --git a/python-evdev.changes b/python-evdev.changes
index 6c44529..4884afa 100644
--- a/python-evdev.changes
+++ b/python-evdev.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Fri Mar 1 11:01:57 UTC 2019 - Tomáš Chvátal
+
+- Update to 1.1.2:
+ * Fix handling of absinfo capabilities
+ * Fix invalid example
+ * Check if FF_MAX_EFFECTS is defined
+
-------------------------------------------------------------------
Tue Aug 28 08:00:44 UTC 2018 - marix@marix.org
diff --git a/python-evdev.spec b/python-evdev.spec
index e6b564d..d9f851f 100644
--- a/python-evdev.spec
+++ b/python-evdev.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-evdev
#
-# Copyright (c) 2018 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,26 +12,25 @@
# 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/
#
%define modname evdev
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-evdev
-Version: 1.1.0
+Version: 1.1.2
Release: 0
Summary: Python bindings to the Linux input handling subsystem
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/gvalkov/python-evdev
+URL: https://github.com/gvalkov/python-evdev
Source: https://github.com/gvalkov/%{name}/archive/v%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-
%python_subpackages
%description
@@ -53,13 +52,13 @@ subsystem.
%install
%python_install
-%python_expand %fdupes %buildroot/%$python_sitearch
+%python_expand %fdupes %{buildroot}/%{$python_sitearch}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} py.test-%{$python_version} tests -k 'not test_uinput'
-%files %python_files
-%python_sitearch/evdev*
+%files %{python_files}
+%{python_sitearch}/evdev*
%license LICENSE
%changelog
diff --git a/v1.1.0.tar.gz b/v1.1.0.tar.gz
deleted file mode 100644
index 2dbb14b..0000000
--- a/v1.1.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a99fd6d63f1177efc16e0874235db5856ee625e1dd312f0c5d2700bfff7b20fe
-size 82985
diff --git a/v1.1.2.tar.gz b/v1.1.2.tar.gz
new file mode 100644
index 0000000..2f2f55a
--- /dev/null
+++ b/v1.1.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4403d4ee2d9682d17d292d5cfe0781d9ebfe119c7bb0f631fb59de3003bad49d
+size 83067