diff --git a/libinput-0.19.0.tar.xz b/libinput-0.19.0.tar.xz deleted file mode 100644 index 092f839..0000000 --- a/libinput-0.19.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69a97da47ef8fa9debadaa8ee11005b9b5183bd2b87c5aa7827b7c388a5acc5d -size 627800 diff --git a/libinput-0.19.0.tar.xz.sig b/libinput-0.19.0.tar.xz.sig deleted file mode 100644 index c5e3751..0000000 Binary files a/libinput-0.19.0.tar.xz.sig and /dev/null differ diff --git a/libinput-0.20.0.tar.xz b/libinput-0.20.0.tar.xz new file mode 100644 index 0000000..f9b4649 --- /dev/null +++ b/libinput-0.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175bdfce97cfab13a2a0d02c3138fcf02f60c8fcd098835a97128ff114d7125d +size 647668 diff --git a/libinput-0.20.0.tar.xz.sig b/libinput-0.20.0.tar.xz.sig new file mode 100644 index 0000000..56a3a84 Binary files /dev/null and b/libinput-0.20.0.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index f7bb691..dbc8cfb 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Jul 18 08:28:06 UTC 2015 - tittiatcoke@gmail.com + +- Update to version 0.20.0: + * The big new addition in this release is support for touchpad + gestures. Two types of gestures are supported: swipe and pinch. + Swipe is triggered by a movement of 3+ fingers in the same + direction, pinch is triggered by two fingers moving towards or + away from each other and/or a rotation around a logical center. + Both gestures, once triggered, can move around the touchpad, + making it possible to use them for fine-grained motion. + * Edge scrolling is now possible on clickpads too and thus available + on all touchpads. Thumb detection was added, it is now possible + to rest the thumb on a clickpad while moving a pointer without + interference + * libinput now requires touchpads to have a resolution. If the + kernel device does not set it and none of the hwdb rules do either, + libinput assigns a default resolution to the device. This may have + an effect on your touchpad, please file a bug if you notice + anything untoward. On the positive side it removes the magic + numbers sprinkled through the code + ------------------------------------------------------------------- Thu Jul 9 19:22:18 UTC 2015 - zaitor@opensuse.org diff --git a/libinput.spec b/libinput.spec index d64bb4a..b9fc39b 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 0.19.0 -Version: 0.19 +%define rversion 0.20.0 +Version: 0.20 Release: 0 Summary: Input device and event processing library License: MIT