diff --git a/libevdev-1.11.0.tar.xz b/libevdev-1.11.0.tar.xz new file mode 100644 index 0000000..bac0629 --- /dev/null +++ b/libevdev-1.11.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0 +size 445316 diff --git a/libevdev-1.11.0.tar.xz.sig b/libevdev-1.11.0.tar.xz.sig new file mode 100644 index 0000000..7fbff22 Binary files /dev/null and b/libevdev-1.11.0.tar.xz.sig differ diff --git a/libevdev-1.9.1.tar.xz b/libevdev-1.9.1.tar.xz deleted file mode 100644 index f7f341c..0000000 --- a/libevdev-1.9.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5603c48c5afd76b14df7a5124e0a94a102f8da0d45826192325069d1bbc7acb -size 442740 diff --git a/libevdev-1.9.1.tar.xz.sig b/libevdev-1.9.1.tar.xz.sig deleted file mode 100644 index cb61f31..0000000 Binary files a/libevdev-1.9.1.tar.xz.sig and /dev/null differ diff --git a/libevdev.changes b/libevdev.changes index 95d4914..bda8b79 100644 --- a/libevdev.changes +++ b/libevdev.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 9 23:26:35 UTC 2021 - Dirk Müller + +- update to 1.11.0: + * One new API, libevdev_disable_property() + * Kernel 5.8 changed the SW_MAX define from 0x0f to 0x10. In some niche cases + this causes issues if libevdev and the software build against + different headers and thus end up with different values + * include: sync event codes with kernel 5.10 + * Fix included license to the "always intended" MIT license + ------------------------------------------------------------------- Sun Aug 16 01:38:47 UTC 2020 - Dirk Mueller diff --git a/libevdev.spec b/libevdev.spec index 61c7067..397f871 100644 --- a/libevdev.spec +++ b/libevdev.spec @@ -1,7 +1,7 @@ # # spec file for package libevdev # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %define sonum 2 Name: libevdev -Version: 1.9.1 +Version: 1.11.0 Release: 0 Summary: A wrapper library for evdev devices License: MIT Group: Development/Libraries/C and C++ URL: https://xorg.freedesktop.org/ -Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz -Source1: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz.sig +Source0: https://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz +Source1: https://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz.sig Source2: %{name}.keyring Source3: baselibs.conf BuildRequires: automake @@ -103,5 +103,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_bindir}/mouse-dpi-tool %{_bindir}/libevdev-tweak-device %{_bindir}/touchpad-edge-detector +%{_mandir}/man1/libevdev-tweak-device.1%{?ext_man} +%{_mandir}/man1/touchpad-edge-detector.1%{?ext_man} %changelog