From 3d8c3dda9d0013f8af3b426ccb7190f23eabf5d4 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Tue, 10 May 2022 16:08:26 +0800 Subject: [PATCH] License compliance rectification --- python-evdev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-evdev.spec b/python-evdev.spec index b0323dd..96f2eef 100644 --- a/python-evdev.spec +++ b/python-evdev.spec @@ -1,8 +1,8 @@ Name: python-evdev Version: 1.1.2 -Release: 5 +Release: 6 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 +* Tue May 10 2022 xigaoxinyan - 1.1.2-6 +- License compliance rectification + * Wed Mar 4 2020 duyeyu - 1.1.2-5 - Initial package.