SHA256
1
0
forked from pool/libinput
Jan Engelhardt 2014-09-12 10:58:55 +00:00 committed by Git OBS Bridge
parent 4ba7d7de4c
commit 2279ba9719
7 changed files with 28 additions and 8 deletions

View File

@ -1 +1 @@
libinput3 libinput5

BIN
libinput-0.5.0.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
libinput-0.6.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libinput-0.6.0.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Sep 12 10:54:15 UTC 2014 - jengelh@inai.de
- Update to new upstream release 0.6.0
* This release has some API changes, namely:
"libinput_device_get_keys" is deprecated.
* Initial device state can now always be assumed to be that no
keys are pressed. Calibration of touch devices has been changed
to be using a normalized calibration matrix. While
libinput_device_calibrate has undergone this change, it has
also been deprecated and replaced with a configuration API.
* The implicit reading of the udev parameter WL_CALIBRATION has
been removed in favor for LIBINPUT_CALIBRATION_MATRIX. The
usage of WL_CALIBRATION was broken because the translation part
of its matrix was in pixels which is a metric not available in
libinput. The new calibration matrix avoids this by having the
translation be normalized to the dimension of the device
dimensions. See the documentation for details about how to use
the LIBINPUT_CALIBRATION_MATRIX udev parameter.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 22 21:14:17 UTC 2014 - jengelh@inai.de Fri Aug 22 21:14:17 UTC 2014 - jengelh@inai.de

View File

@ -17,13 +17,13 @@
Name: libinput Name: libinput
%define lname libinput3 %define lname libinput5
Version: 0.5.0 Version: 0.6.0
Release: 0 Release: 0
Summary: Input device and event processing library Summary: Input device and event processing library
License: HPND License: HPND
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://wayland.freedesktop.org/ Url: http://www.freedesktop.org/wiki/Software/libinput/
#Git-Clone: git://anongit.freedesktop.org/wayland/libinput #Git-Clone: git://anongit.freedesktop.org/wayland/libinput
#Git-Web: http://cgit.freedesktop.org/wayland/libinput/ #Git-Web: http://cgit.freedesktop.org/wayland/libinput/
@ -102,7 +102,7 @@ export XDG_RUNTIME_DIR="$PWD/xdg"
%files -n %lname %files -n %lname
%defattr(-,root,root) %defattr(-,root,root)
%_libdir/libinput.so.3* %_libdir/libinput.so.5*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)