From 872893704db23cdb4ab781905522dd3cacefe17c9514fb445c084c14210551fe Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 10 Feb 2021 10:32:13 +0000 Subject: [PATCH] Accepting request 870719 from home:dirkmueller:branches:X11:XOrg - 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 OBS-URL: https://build.opensuse.org/request/show/870719 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libevdev?expand=0&rev=31 --- libevdev-1.11.0.tar.xz | 3 +++ libevdev-1.11.0.tar.xz.sig | Bin 0 -> 95 bytes libevdev-1.9.1.tar.xz | 3 --- libevdev-1.9.1.tar.xz.sig | Bin 95 -> 0 bytes libevdev.changes | 11 +++++++++++ libevdev.spec | 10 ++++++---- 6 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 libevdev-1.11.0.tar.xz create mode 100644 libevdev-1.11.0.tar.xz.sig delete mode 100644 libevdev-1.9.1.tar.xz delete mode 100644 libevdev-1.9.1.tar.xz.sig 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 0000000000000000000000000000000000000000000000000000000000000000..7fbff22fcefe8cbfc6c418d52cc0498f13ca0def767f5075bfd6b28b57bb18cb GIT binary patch literal 95 zcmeB(WnmCxVvrS6WUx`Hj~ANI2{C5X>eW#HlzfQiUWV3;eX vYtiC5smt(9g>~+&jfH2#CUhDzESM;-|5~V{a+lPb^UwKKKUP}9upt!yX2B*j literal 0 HcmV?d00001 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 cb61f312b329e4c74b92726736b7dd44e4eec24f59c582aab97c94cec36c48a9..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmeB(WnmCxVvrS6WUx`Hj~ANI2{#q*zA!NA2S027Jb$uK`} vwKj{Mk*q+f>c3!Je+y}?h!eI93)=Vp@JRb&b7(!c@u!p14sZk=y;%(aUt=Zx 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