diff --git a/python-evdev.spec b/python-evdev.spec index 7981236..572c4ed 100644 --- a/python-evdev.spec +++ b/python-evdev.spec @@ -1,5 +1,5 @@ Name: python-evdev -Version: 1.5.0 +Version: 1.6.0 Release: 1 Summary: Python bindings to the generic input event interface in Linux License: BSD-3-Clause @@ -53,6 +53,9 @@ An event can be a key or button press, a mouse movement or a tap on a touchscree %{python3_sitearch}/{evdev/,evdev-%{version}-py%{python3_version}.egg-info/} %changelog +* Wed Aug 03 2022 kkz - 1.6.0-1 +- Upgrade to version 1.6.0 + * Thu Jun 09 2022 SimpleUpdate Robot - 1.5.0-1 - Upgrade to version 1.5.0 diff --git a/v1.5.0.tar.gz b/v1.5.0.tar.gz deleted file mode 100644 index e8eee45..0000000 Binary files a/v1.5.0.tar.gz and /dev/null differ diff --git a/v1.6.0.tar.gz b/v1.6.0.tar.gz new file mode 100644 index 0000000..24f165b Binary files /dev/null and b/v1.6.0.tar.gz differ