SHA256
1
0
forked from pool/libinput

Accepting request 360440 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/360440
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=63
This commit is contained in:
Jan Engelhardt 2016-02-19 10:53:18 +00:00 committed by Git OBS Bridge
parent 94c7ceb458
commit 891355bd79
6 changed files with 39 additions and 5 deletions

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Feb 18 22:43:08 UTC 2016 - zaitor@opensuse.org
- Update to version 1.1.902:
* One significant change to the API: the data provided by the
tablet tilt API is now in degrees rather than the previous
normalized value range.
* libinput now has an option to disable tap-and-drag.
* Bugfixes include fixing the the artpen rotation in left-handed
mode and a fix to prevent an invalid serial number on proximity
in (if the kernel doesn't immediately give us a serial number).
-------------------------------------------------------------------
Thu Feb 18 22:43:07 UTC 2016 - zaitor@opensuse.org
- Update to version 1.1.901:
* The main feature merged in this cycle is graphics tablet tool
support. Devices tagged by udev as ID_INPUT_TABLET are handled
by libinput now and exposed with the
LIBINPUT_DEVICE_CAP_TABLET_TOOL capability. Note that this
currently only includes tablet tool support, including stylus,
eraser, cursor, lens cursor, etc. The "pad" part of the tablet
is not yet integrated.
* Further in this release is support for three-finger pinch
gestures on supported hardware. As already announced in 1.1.5,
semi-mt touchpads do not support gesture recognition, the data
is not reliable enough.
* We still reserve the right to change the new tablet API before
the 1.2 release, though we don't expect the need for any
changes.
- Add pkgconfig(libwacom) BuildRequires: New dependency for wacom
support.
-------------------------------------------------------------------
Thu Feb 18 22:43:06 UTC 2016 - zaitor@opensuse.org

View File

@ -18,8 +18,8 @@
Name: libinput
%define lname libinput10
%define rversion 1.1.8
Version: 1.1.8
%define rversion 1.1.902
Version: 1.1.902
Release: 0
Summary: Input device and event processing library
License: MIT
@ -45,6 +45,7 @@ BuildRequires: xz
BuildRequires: pkgconfig(check) >= 0.9.10
BuildRequires: pkgconfig(libevdev) >= 0.4
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(libwacom) >= 0.12
BuildRequires: pkgconfig(mtdev) >= 1.1.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build