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
This commit is contained in:
parent
865de2d884
commit
18cbd5b719
3
libevdev-1.11.0.tar.xz
Normal file
3
libevdev-1.11.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0
|
||||
size 445316
|
BIN
libevdev-1.11.0.tar.xz.sig
Normal file
BIN
libevdev-1.11.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5603c48c5afd76b14df7a5124e0a94a102f8da0d45826192325069d1bbc7acb
|
||||
size 442740
|
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 9 23:26:35 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user