diff --git a/.gitignore b/.gitignore index 7ec1d90..0a8ce67 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libwacom-1.11.tar.bz2 +SOURCES/libwacom-1.12.1.tar.bz2 diff --git a/.libwacom.metadata b/.libwacom.metadata index 7a85dd4..59d8cc4 100644 --- a/.libwacom.metadata +++ b/.libwacom.metadata @@ -1 +1 @@ -07ace02e44acc641fbe6c3e26a0898c664e07cae SOURCES/libwacom-1.11.tar.bz2 +9783ccc5d64a40dfcb2b17bf48b8d01b45422c64 SOURCES/libwacom-1.12.1.tar.bz2 diff --git a/SPECS/libwacom.spec b/SPECS/libwacom.spec index 9bb509c..eb3141b 100644 --- a/SPECS/libwacom.spec +++ b/SPECS/libwacom.spec @@ -1,5 +1,5 @@ Name: libwacom -Version: 1.11 +Version: 1.12.1 Release: 2%{?dist} Summary: Tablet Information Client Library Requires: %{name}-data @@ -48,6 +48,12 @@ Tablet information client library data files. %meson_install install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir} +# libwacom-show-stylus is an interactive debugging tool to find the stylus ID. +# It's has extra dependencies we don't want to force onto every machine +# libwacom is on and it's only used where we need to write new tablet files +# for unknown stylus. Let's skip it. +rm ${RPM_BUILD_ROOT}/%{_bindir}/libwacom-show-stylus + %check %meson_test @@ -59,7 +65,6 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir} %{_libdir}/libwacom.so.* %{_bindir}/libwacom-list-devices %{_bindir}/libwacom-list-local-devices -%{_bindir}/libwacom-show-stylus %{_bindir}/libwacom-update-db %{_mandir}/man1/libwacom-list-devices.1* @@ -83,6 +88,13 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir} %{_datadir}/libwacom/layouts/*.svg %changelog +* Mon Jan 31 2022 Peter Hutterer - 1.12.1-2 +- Drop libwacom-show-stylus, it's a debugging tool that requires extra + dependencies that we shouldn't pull in everywhere (#2044710) + +* Thu Jan 27 2022 Peter Hutterer - 1.12.1-1 +- libwacom 1.12.1 (#2044710) + * Mon Aug 09 2021 Mohan Boddu - 1.11-2 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688