diff --git a/libinput-1.1.8.tar.xz b/libinput-1.1.8.tar.xz deleted file mode 100644 index 4228f4a..0000000 --- a/libinput-1.1.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe0c9639759c4e15e65df180aea6f90df8f84a6df5845980e5f791369df69747 -size 808348 diff --git a/libinput-1.1.8.tar.xz.sig b/libinput-1.1.8.tar.xz.sig deleted file mode 100644 index 7cf1828..0000000 Binary files a/libinput-1.1.8.tar.xz.sig and /dev/null differ diff --git a/libinput-1.1.902.tar.xz b/libinput-1.1.902.tar.xz new file mode 100644 index 0000000..3ab141f --- /dev/null +++ b/libinput-1.1.902.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63dac1fa8b436de2c076b1d4f0d7d947b3dd9e1f0bfb15dfc0ce0ef6a32f8aa7 +size 859864 diff --git a/libinput-1.1.902.tar.xz.sig b/libinput-1.1.902.tar.xz.sig new file mode 100644 index 0000000..37ba47a Binary files /dev/null and b/libinput-1.1.902.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index 85d5c1c..71dab4b 100644 --- a/libinput.changes +++ b/libinput.changes @@ -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 diff --git a/libinput.spec b/libinput.spec index ffbcb4a..271a0ca 100644 --- a/libinput.spec +++ b/libinput.spec @@ -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