From 16972a63c6b0b8f9504dd3bcd840e4cd76346b6a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:07:42 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 1.5.0-2mamba;Sun Apr 03 2022] --- python-evdev.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-evdev.spec b/python-evdev.spec index 30c215b..ec5beda 100644 --- a/python-evdev.spec +++ b/python-evdev.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-evdev Version: 1.5.0 -Release: 1mamba +Release: 2mamba Summary: Bindings to the Linux input handling subsystem Group: System/Libraries Vendor: openmamba @@ -46,5 +46,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Sun Apr 03 2022 Silvan Calarco 1.5.0-2mamba +- rebuilt with python 3.10 + * Sat Apr 02 2022 Silvan Calarco 1.5.0-1mamba - package created using the webbuild interface