Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
e1e1f9d7ae
!22 Upgrade to 1.24.0
From: @nicholastao 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2024-02-07 01:08:51 +00:00
taoyuxiang
17965dd08f update to 1.24.0 2024-02-06 21:02:22 +08:00
openeuler-ci-bot
286edd74e0
!21 update to 1.22.1, and update upstream URL
From: @liu-yuntao-10 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2023-02-10 02:38:47 +00:00
Liu Yuntao
3b64c6e4f4 update to 1.22.1, and update upstream URL 2023-02-10 10:14:43 +08:00
openeuler-ci-bot
f62e4208b5
!20 [sync] PR-17: fix CVE-2022-1215
From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2022-06-20 00:55:47 +00:00
zhouwenpei
4257e377d0 fix CVE-2022-1215
(cherry picked from commit 5c6bddbefd66a03f69d03dfe6fd291191f7c8db8)
2022-06-10 10:24:59 +08:00
openeuler-ci-bot
06cdc6981d !13 update verion to 1.19.2
From: @zhouwenpei
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-11-30 11:32:04 +00:00
zhouwenpei
fe5fef7eba update verion to 1.19.2 2021-11-30 14:23:35 +08:00
openeuler-ci-bot
f2d1415606 !12 libinput delete -Sgit from %autosetup, and delete BuildRequires git-core
From: @chenyanpanHW
Reviewed-by: 
Signed-off-by:
2021-08-12 07:29:32 +00:00
chenyanpanHW
e157cbe809
delete -Sgit from %autosetup, and delete BuildRequires git-core 2021-08-05 19:41:47 +08:00
4 changed files with 20 additions and 51 deletions

View File

@ -1,45 +0,0 @@
name: libinput
old_version: 1.14.1
new_version: 1.15.6
interface_differences:
- type: 'feature'
item: 添加HP Elite x2 1013 G3
diff: 将HP Elite x2 1013 G3键盘标记为外部键盘
influence: 功能增强
- type: 'feature'
item: markdown
diff: 删除markdown源码解析器废弃此功能
influence: 功能优化
- type: 'feature'
item: 增加Lenovo ThinkPad X200 Tablet
diff: 为quirk模式添加Lenovo ThinkPad X200 Tablet
influence: 功能增强
- type: 'feature'
item: 使用qemu
diff: 添加使用qemu运行完整的测试套件的支持允许失败至少可以利用它
influence: 功能增强
- type: 'feature'
item: 添加滚动按钮
diff: 添加滚动按钮锁定功能
influence: 功能增强
- type: 'feature'
item: 在quirks模式添加RollerMouse Free 3
diff: 添加RollerMouse Free 3进行双击修复
influence: 功能增强
- type: 'feature'
item: 从libinput
diff: 删除特定的libinput度量工具
influence: 功能优化
- type: 'feature'
item: tools
diff: 只要笔尖在逻辑上向下,就会显示一个额外的正方形。
influence: 功能增强
- type: 'ABI'
item: tablet
diff: 添加一个tablet_get_current_tool用于获取当前工具
influence: 功能增强
- type: 'ABI'
item: touchpad
diff: 添加一个tp_tap_move_to_dead用于控制移动后不允许多手指点击
influence: 功能增强
remark: '新增函数和特性对老特性无影响libinput为触摸屏基础库被图形桌面引入无相关产品使用影响小;'

Binary file not shown.

BIN
libinput-1.24.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: libinput
Version: 1.16.4
Version: 1.24.0
Release: 1
Summary: Input device management and event handling library
License: MIT
URL: https://www.freedesktop.org/wiki/Software/libinput/
Source0: https://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz
URL: https://gitlab.freedesktop.org/libinput/libinput/-/releases
Source0: https://gitlab.freedesktop.org/libinput/libinput/-/archive/%{version}/libinput-%{version}.tar.gz
BuildRequires: git-core gcc gcc-c++ python3-devel meson pkgconfig(libudev) pkgconfig(mtdev) pkgconfig(libevdev) pkgconfig(libwacom)
BuildRequires: gcc gcc-c++ python3-devel meson pkgconfig(libudev) pkgconfig(mtdev) pkgconfig(libevdev) pkgconfig(libwacom)
%description
libinput is a library to handle input devices in Wayland compositors and to provide
@ -37,8 +37,7 @@ The %{name}-doc package contains document files.
%global udevdir /usr/lib/udev/
%prep
%autosetup -n %{name}-%{version} -Sgit
pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3')
%autosetup -n %{name}-%{version} -p0
%build
%meson -Ddebug-gui=false -Ddocumentation=false -Dtests=false -Dudev-dir=%{udevdir}
@ -84,6 +83,21 @@ pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3')
%{_mandir}/man1/*
%changelog
* Tue Feb 06 2024 taoyuxiang <taoyuxiang2@huawei.com> - 1.24.0-1
- update to 1.24.0
* Fri Feb 10 2023 Liu Yuntao <liuyuntao10@huawei.com> - 1.22.1-1
- update to 1.22.1, and update upstream URL
* Tue Jun 7 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.19.2-2
- fix CVE-2022-1215
* Tue Nov 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.19.2-1
- update to 1.19.2
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.16.4-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git-core
* Sat Jan 30 2021 xinghe <xinghe1@huawei.com> - 1.16.4-1
- update to 1.16.4