diff --git a/libevdev-1.12.1.tar.xz b/libevdev-1.12.1.tar.xz deleted file mode 100644 index 1116e88..0000000 Binary files a/libevdev-1.12.1.tar.xz and /dev/null differ diff --git a/libevdev-1.13.0.tar.xz b/libevdev-1.13.0.tar.xz new file mode 100644 index 0000000..cc034e4 Binary files /dev/null and b/libevdev-1.13.0.tar.xz differ diff --git a/libevdev.spec b/libevdev.spec index 237f9dc..829b077 100644 --- a/libevdev.spec +++ b/libevdev.spec @@ -1,12 +1,12 @@ Name: libevdev -Version: 1.12.1 -Release: 2 +Version: 1.13.0 +Release: 1 Summary: Library for handling evdev kernel devices License: MIT URL: http://www.freedesktop.org/wiki/Software/libevdev Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz -BuildRequires: git-core automake libtool gcc python3 python3-devel +BuildRequires: libtool make gcc python3-devel check-devel %description Library for handling evdev kernel devices. It abstracts the ioctls @@ -30,9 +30,7 @@ Utilities to handle and/or debug evdev devices for %{name}. %package_help %prep -%autosetup -n %{name}-%{version} -p1 -Sgit - -pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python.*') +%autosetup -n %{name}-%{version} -p1 %build autoreconf -ivf @@ -45,6 +43,9 @@ make %{?_smp_mflags} %ldconfig_scriptlets +%check +make check + %files %doc COPYING %{_libdir}/libevdev.so.* @@ -69,6 +70,9 @@ make %{?_smp_mflags} %{_mandir}/man1/touchpad-edge-detector.1* %changelog +* Fri Oct 14 2022 Liu Zixian - 1.13.0-1 +- Update to 1.13.0 and enable regression check + * Mon Apr 18 2022 Liu Zixian - 1.12.1-2 - fix rpm build