!25 升级到1.13.0并打开回归测试

From: @sdlzx 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2022-10-17 01:01:24 +00:00 committed by Gitee
commit 2a03b37af2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 6 deletions

Binary file not shown.

BIN
libevdev-1.13.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: libevdev Name: libevdev
Version: 1.12.1 Version: 1.13.0
Release: 2 Release: 1
Summary: Library for handling evdev kernel devices Summary: Library for handling evdev kernel devices
License: MIT License: MIT
URL: http://www.freedesktop.org/wiki/Software/libevdev URL: http://www.freedesktop.org/wiki/Software/libevdev
Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz 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 %description
Library for handling evdev kernel devices. It abstracts the ioctls 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 %package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 -Sgit %autosetup -n %{name}-%{version} -p1
pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python.*')
%build %build
autoreconf -ivf autoreconf -ivf
@ -45,6 +43,9 @@ make %{?_smp_mflags}
%ldconfig_scriptlets %ldconfig_scriptlets
%check
make check
%files %files
%doc COPYING %doc COPYING
%{_libdir}/libevdev.so.* %{_libdir}/libevdev.so.*
@ -69,6 +70,9 @@ make %{?_smp_mflags}
%{_mandir}/man1/touchpad-edge-detector.1* %{_mandir}/man1/touchpad-edge-detector.1*
%changelog %changelog
* Fri Oct 14 2022 Liu Zixian <liuzixian4@huawei.com> - 1.13.0-1
- Update to 1.13.0 and enable regression check
* Mon Apr 18 2022 Liu Zixian <liuzixian4@huawei.com> - 1.12.1-2 * Mon Apr 18 2022 Liu Zixian <liuzixian4@huawei.com> - 1.12.1-2
- fix rpm build - fix rpm build