diff --git a/libwacom-2.12.2.tar.xz b/libwacom-2.12.2.tar.xz deleted file mode 100644 index 04f200044db738b161572123fe6cabefe0375206..0000000000000000000000000000000000000000 Binary files a/libwacom-2.12.2.tar.xz and /dev/null differ diff --git a/libwacom-2.13.0.tar.gz b/libwacom-2.13.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..52f7341b0117a0e87fbaaf4dc9a8d8778e7f11cf Binary files /dev/null and b/libwacom-2.13.0.tar.gz differ diff --git a/libwacom.spec b/libwacom.spec index 2dc2997ad90d6842a6c8c58388f9787a725aeb41..f34938bc794a88e7862f33b21c8c86d521a5c900 100644 --- a/libwacom.spec +++ b/libwacom.spec @@ -1,11 +1,11 @@ Name: libwacom -Version: 2.12.2 +Version: 2.13.0 Release: 1 Summary: Wacom Tablets Library Requires: %{name}-data License: MIT URL: https://github.com/linuxwacom/libwacom -Source0: https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz +Source0: https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz BuildRequires: meson gcc glib2-devel libgudev1-devel libevdev-devel BuildRequires: systemd systemd-devel libxml2-devel @@ -54,6 +54,7 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir} %{_bindir}/libwacom-show-stylus %{_bindir}/libwacom-update-db %{_mandir}/man1/libwacom-list-devices.1* +%{_mandir}/man1/libwacom-show-stylus.1* %{_mandir}/man1/libwacom-list-local-devices.1* %license COPYING %doc README.md @@ -70,6 +71,14 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir} %{_datadir}/libwacom/layouts/*.svg %changelog +* Thu Nov 28 2024 wuzhaomin - 2.13.0-1 +- update to 2.13.0 +- data: prefix all wacom tablet and layout files with "wacom-" (#728) +- test: fix test suite failure if the database isn't installed (#740) +- Fix the autogenerated bits from the HS610 (#742) +- data: Add stylus definition for Pro Pen 3E +- data: Update comment header for 1st- and 2nd-gen Intuos Pro + * Thu Aug 15 2024 maqi - 2.12.2-1 - update to 2.12.2