Update to 1.13.1

This commit is contained in:
haomimi 2023-11-01 15:36:55 +08:00
parent 2a03b37af2
commit 6abb8e2699
3 changed files with 9 additions and 2 deletions

Binary file not shown.

BIN
libevdev-1.13.1.tar.xz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: libevdev
Version: 1.13.0
Version: 1.13.1
Release: 1
Summary: Library for handling evdev kernel devices
License: MIT
@ -27,7 +27,11 @@ Requires: %{name} = %{version}-%{release}
%description utils
Utilities to handle and/or debug evdev devices for %{name}.
%package_help
%package help
Summary: help file
%description help
#%%package_help
%prep
%autosetup -n %{name}-%{version} -p1
@ -70,6 +74,9 @@ make check
%{_mandir}/man1/touchpad-edge-detector.1*
%changelog
* Wed Nov 01 2023 haomimi <haomimi@uniontech.com> - 1.13.1-1
- Update to 1.13.1
* Fri Oct 14 2022 Liu Zixian <liuzixian4@huawei.com> - 1.13.0-1
- Update to 1.13.0 and enable regression check