diff --git a/libwacom-1.12.tar.bz2 b/libwacom-1.12.tar.bz2 new file mode 100644 index 0000000..523252c Binary files /dev/null and b/libwacom-1.12.tar.bz2 differ diff --git a/libwacom-1.7.tar.bz2 b/libwacom-1.7.tar.bz2 deleted file mode 100644 index fd35045..0000000 Binary files a/libwacom-1.7.tar.bz2 and /dev/null differ diff --git a/libwacom.spec b/libwacom.spec index 7f2a9b5..04ecfcd 100644 --- a/libwacom.spec +++ b/libwacom.spec @@ -1,6 +1,6 @@ Name: libwacom -Version: 1.7 -Release: 3 +Version: 1.12 +Release: 1 Summary: Wacom Tablets Library Requires: %{name}-data License: MIT @@ -47,9 +47,13 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir} %files %{_libdir}/libwacom.so.* +%{_bindir}/libwacom-list-devices %{_udevrulesdir}/65-libwacom.rules %{_udevhwdbdir}/65-libwacom.hwdb %{_bindir}/libwacom-list-local-devices +%{_bindir}/libwacom-show-stylus +%{_bindir}/libwacom-update-db +%{_mandir}/man1/libwacom-list-devices.1* %{_mandir}/man1/libwacom-list-local-devices.1* %license COPYING %doc README.md @@ -64,9 +68,11 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir} %{_datadir}/libwacom/*.tablet %{_datadir}/libwacom/*.stylus %{_datadir}/libwacom/layouts/*.svg -%{_prefix}/share/libwacom/*.py %changelog +* Tue Nov 30 2021 zhouwenpei - 1.12-1 +- update to 1.12 + * Fri Jul 30 2021 chenyanpanHW - 1.7-3 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git