Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
ece8ccc421
!27 【22.03-LTS-Next】libevdev升级到1.13.0
From: @sdlzx 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2022-10-31 06:18:21 +00:00
Liu Zixian
f4302f2eab Update to 1.13.0 2022-10-28 14:42:59 +08:00
openeuler-ci-bot
47591fd4d4
!24 同步22.03内核修改并打开回归测试
From: @sdlzx 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2022-10-18 07:56:13 +00:00
Liu Zixian
5758fe2188 sync openEuler kernel 22.03 and enable regression test 2022-10-17 09:26:32 +08:00
openeuler-ci-bot
0981b1d876
!23 【轻量级 PR】:fix bogus date in %changelog
From: @leeffo 
Reviewed-by: @SuperSix173 
Signed-off-by: @SuperSix173
2022-09-01 08:38:57 +00:00
loong-C
767d1911cd
fix bogus date in %changelog
![输入图片说明](https://images.gitee.com/uploads/images/2022/0614/165958_655cf10d_9884780.png "屏幕截图.png")
2022-06-14 09:00:30 +00:00
openeuler-ci-bot
c511bd82f8 !15 [sync] PR-14: fix license in src and in spec are not same
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-12-02 01:10:03 +00:00
zhouwenpei
aca647c7df fix license in src and in spec are not same
(cherry picked from commit 52e864865c46c535da2c3a0b7ae6f5fc777ed2c0)
2021-12-02 09:09:47 +08:00
openeuler-ci-bot
ecde06ed2e !13 [sync] PR-12: update verion to 1.11.0
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-11-30 11:31:28 +00:00
zhouwenpei
23592efb2d update verion to 1.11.0
(cherry picked from commit 41c70d2a1c4a0528c3af42edfcfed458c76b193e)
2021-11-30 19:31:15 +08:00
4 changed files with 23 additions and 9 deletions

Binary file not shown.

BIN
libevdev-1.11.0.tar.xz Normal file

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
Version: 1.10.1
Version: 1.13.0
Release: 1
Summary: Library for handling evdev kernel devices
License: GPLv2
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.*
@ -65,13 +66,26 @@ make %{?_smp_mflags}
%files help
%{_mandir}/man3/libevdev.3*
%{_mandir}/man1/libevdev-tweak-device.1*
%{_mandir}/man1/mouse-dpi-tool.1.gz
%{_mandir}/man1/touchpad-edge-detector.1*
%changelog
* Sat Jan 30 2021 xinghe <xinghe1@huawei.com> - 1.10.1-1
- update to 1.10.0
* Fri Oct 28 2022 Liu Zixian <liuzixian4@huawei.com> - 1.13.0-1
- Update to 1.13.0
* Thu Jul 22 2020 jinzhimin <jinzhimin2@huawei.com> - 1.8.0-2
* Sun Oct 16 2022 Liu Zixian <liuzixian4@huawei.com> - 1.11.0-3
- sync openEuler kernel 22.03 and enable regression test
* Wed Dec 1 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.11.0-2
- fix license in src and in spec are not same
* Tue Nov 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.11.0-1
- update to 1.11.0
* Sat Jan 30 2021 xinghe <xinghe1@huawei.com> - 1.10.1-1
- update to 1.10.1
* Thu Jul 23 2020 jinzhimin <jinzhimin2@huawei.com> - 1.8.0-2
- delete old tar file
* Thu Jul 16 2020 dingyue <dingyue5@openeuler.org> - 1.8.0-1