diff --git a/python-evdev.spec b/python-evdev.spec index b0323dd..75cd7ac 100644 --- a/python-evdev.spec +++ b/python-evdev.spec @@ -1,8 +1,8 @@ Name: python-evdev -Version: 1.1.2 -Release: 5 +Version: 1.5.0 +Release: 1 Summary: Python bindings to the generic input event interface in Linux -License: BSD +License: BSD-3-Clause URL: https://python-evdev.readthedocs.io Source0: https://github.com/gvalkov/%{name}/archive/v%{version}.tar.gz @@ -53,5 +53,8 @@ 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 +* Thu Oct 20 2022 Ge Wang - 1.5.0-1 +- Upgrade to version 1.5.0 + * Wed Mar 4 2020 duyeyu - 1.1.2-5 - Initial package. diff --git a/v1.1.2.tar.gz b/v1.1.2.tar.gz deleted file mode 100644 index 72febea..0000000 Binary files a/v1.1.2.tar.gz and /dev/null differ diff --git a/v1.5.0.tar.gz b/v1.5.0.tar.gz new file mode 100644 index 0000000..e8eee45 Binary files /dev/null and b/v1.5.0.tar.gz differ