diff --git a/libinput-1.8.3.tar.xz b/libinput-1.8.3.tar.xz deleted file mode 100644 index bb8d7cf..0000000 --- a/libinput-1.8.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fe2e2f52f0971a9c43541b8f26582ca8df6ed4bb9050e85eb40d4ff6b13142d -size 941832 diff --git a/libinput-1.8.3.tar.xz.sig b/libinput-1.8.3.tar.xz.sig deleted file mode 100644 index dc07027..0000000 Binary files a/libinput-1.8.3.tar.xz.sig and /dev/null differ diff --git a/libinput-1.9.0.tar.xz b/libinput-1.9.0.tar.xz new file mode 100644 index 0000000..02ed66e --- /dev/null +++ b/libinput-1.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd717b1f9cf867b2ca1763a5a4638423af178f3a70aa34d278e8bf42777d108e +size 455248 diff --git a/libinput-1.9.0.tar.xz.sig b/libinput-1.9.0.tar.xz.sig new file mode 100644 index 0000000..ebe7d5f Binary files /dev/null and b/libinput-1.9.0.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index b56e508..cbe8310 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Oct 25 21:41:24 UTC 2017 - dimstar@opensuse.org + +- Update to version 1.9.0: + + Fix build with meson 0.43 (option parser became stricter). + + Touchpads can now use pressure-based palm detection if the + hardware supports it. + + On touchpads with ABS_MT_TOUCH_MAJOR/MINOR we can now use those + for touch detection (especially if per-touch pressure is not + available). + + Touchpads now ignore extra fingers while the pointer- + controlling finger is moving. + + Trackpoints have had their pointer acceleration re-done. + + Pointer devices now have button debouncing automagically + enabled. + + The tablet-mode switch on hybrid laptop/tablet devices (e.g. + Lenovo Yoga) now disables the touchpad, trackpoint and internal + keyboard to avoid fake touches when the tablet is placed on a + lap or just held with the fingers on those devices. + ------------------------------------------------------------------- Thu Oct 5 19:49:03 UTC 2017 - zaitor@opensuse.org diff --git a/libinput.spec b/libinput.spec index b7558b8..18f2603 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,7 +18,7 @@ Name: libinput %define lname libinput10 -Version: 1.8.3 +Version: 1.9.0 Release: 0 Summary: Input device and event processing library License: MIT @@ -129,18 +129,24 @@ rm -f "%buildroot/%_libdir"/*.la %_bindir/libinput %_bindir/libinput-debug-events %_bindir/libinput-list-devices -%dir %_prefix/lib/libinput -%_prefix/lib/libinput/libinput-debug-events -%_prefix/lib/libinput/libinput-debug-gui -%_prefix/lib/libinput/libinput-list-devices -%_prefix/lib/libinput/libinput-measure -%_prefix/lib/libinput/libinput-measure-touchpad-tap -%_mandir/man1/libinput-debug-events.1.gz -%_mandir/man1/libinput-debug-gui.1.gz -%_mandir/man1/libinput-list-devices.1.gz -%_mandir/man1/libinput-measure-touchpad-tap.1.gz -%_mandir/man1/libinput-measure.1.gz -%_mandir/man1/libinput.1.gz +%dir %_libexecdir/libinput +%_libexecdir/libinput/libinput-debug-events +%_libexecdir/libinput/libinput-debug-gui +%_libexecdir/libinput/libinput-list-devices +%_libexecdir/libinput/libinput-measure +%_libexecdir/libinput/libinput-measure-touch-size +%_libexecdir/libinput/libinput-measure-touchpad-pressure +%_libexecdir/libinput/libinput-measure-touchpad-tap +%_libexecdir/libinput/libinput-measure-trackpoint-range +%_mandir/man1/libinput-measure-touch-size.1%{?ext_man} +%_mandir/man1/libinput-debug-events.1%{?ext_man} +%_mandir/man1/libinput-debug-gui.1%{?ext_man} +%_mandir/man1/libinput-list-devices.1%{?ext_man} +%_mandir/man1/libinput-measure-touchpad-pressure.1%{?ext_man} +%_mandir/man1/libinput-measure-touchpad-tap.1%{?ext_man} +%_mandir/man1/libinput-measure-trackpoint-range.1%{?ext_man} +%_mandir/man1/libinput-measure.1%{?ext_man} +%_mandir/man1/libinput.1%{?ext_man} %files devel %_includedir/%name/