Compare commits
10 Commits
ebb1d12230
...
e1e1f9d7ae
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1e1f9d7ae | ||
|
|
17965dd08f | ||
|
|
286edd74e0 | ||
|
|
3b64c6e4f4 | ||
|
|
f62e4208b5 | ||
|
|
4257e377d0 | ||
|
|
06cdc6981d | ||
|
|
fe5fef7eba | ||
|
|
f2d1415606 | ||
|
|
e157cbe809 |
@ -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
BIN
libinput-1.24.0.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
Name: libinput
|
Name: libinput
|
||||||
Version: 1.16.4
|
Version: 1.24.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Input device management and event handling library
|
Summary: Input device management and event handling library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://www.freedesktop.org/wiki/Software/libinput/
|
URL: https://gitlab.freedesktop.org/libinput/libinput/-/releases
|
||||||
Source0: https://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz
|
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
|
%description
|
||||||
libinput is a library to handle input devices in Wayland compositors and to provide
|
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/
|
%global udevdir /usr/lib/udev/
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -Sgit
|
%autosetup -n %{name}-%{version} -p0
|
||||||
pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3')
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Ddebug-gui=false -Ddocumentation=false -Dtests=false -Dudev-dir=%{udevdir}
|
%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/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 30 2021 xinghe <xinghe1@huawei.com> - 1.16.4-1
|
||||||
- update to 1.16.4
|
- update to 1.16.4
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user