update to 2.6.0, and update upstream URL

This commit is contained in:
Liu Yuntao 2023-02-08 21:53:26 +08:00 committed by Liu Zixian
parent b9f2a9f86d
commit 39132e788b
4 changed files with 6 additions and 40 deletions

View File

@ -1,37 +0,0 @@
name: libwacom
old_version: 0.31
new_version: 1.4.1
interface_differences:
- type: 'so file'
item: libwacom.so.2(LIBWACOM_0.33) libwacom.so.2(LIBWACOM_1.4)
diff: 新增 libwacom.so.2动态库文件;原有的 libwacom.so文件指向新增 libwacom.so.2文件,对原有使用者无影响
influence: 功能增强、优化
- type: 'feature'
item: 添加Stylus
diff: 添加Stylus分组
influence: 功能增强
- type: 'ABI'
item: 新增libwacom_stylus_get_eraser_type()
diff: 判断stylus分组上的eraser的类型
influence: 功能增强优化,无影响
- type: 'ABI'
item: 新增libwacom_get_model_name
diff: 用于根据参数,查询平板电脑的厂商的型号名称
influence: 功能增强,不影响原有功能
- type: 'feature'
item: 默认安装udev rule
diff: 通过udev 规则 (rule) 来产生匹配设备属性的设备文件,增强设备通用性
influence: 功能增强,优化
- type: 'feature'
item: 处理第三代Intuos设备
diff: Android模式可以处理第三代Intuos设备
influence: 功能增强
- type: 'feature'
item: udev rule现在使用hwdb
diff: 当udev rule以正确的匹配格式呼出hwdb时才会应用hwdb。
influence: 功能增强 不影响
- type: 'feature'
item: 新增设备
diff: 增加多个设备
influence: 功能增强 不影响
remark: '新增功能,不影响老功能'

Binary file not shown.

BIN
libwacom-2.6.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: libwacom Name: libwacom
Version: 1.12 Version: 2.6.0
Release: 2 Release: 1
Summary: Wacom Tablets Library Summary: Wacom Tablets Library
Requires: %{name}-data Requires: %{name}-data
License: MIT License: MIT
URL: https://github.com/linuxwacom/libwacom URL: https://github.com/linuxwacom/libwacom
Source0: https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 Source0: https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz
BuildRequires: meson gcc glib2-devel libgudev1-devel BuildRequires: meson gcc glib2-devel libgudev1-devel
BuildRequires: systemd systemd-devel libxml2-devel BuildRequires: systemd systemd-devel libxml2-devel
@ -70,6 +70,9 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
%{_datadir}/libwacom/layouts/*.svg %{_datadir}/libwacom/layouts/*.svg
%changelog %changelog
* Fri Feb 10 2023 Liu Yuntao <liuyuntao10@huawei.com> - 2.6.0-1
- update to 2.6.0, and update upstream URL
* Tue Oct 25 2022 Liu Yuntao <liuyuntao10@huawei.com> - 1.12-2 * Tue Oct 25 2022 Liu Yuntao <liuyuntao10@huawei.com> - 1.12-2
- rebuild package - rebuild package