From 49715a87c39ec8220bb496070bf87f2ebf738563d123ee112edd4e9a835cc5ae Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 18 Jul 2015 09:03:58 +0000 Subject: [PATCH] Accepting request 317368 from home:sumski:hazard:to:your:stereo Update to 0.20.0 OBS-URL: https://build.opensuse.org/request/show/317368 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=39 --- libinput-0.19.0.tar.xz | 3 --- libinput-0.19.0.tar.xz.sig | Bin 72 -> 0 bytes libinput-0.20.0.tar.xz | 3 +++ libinput-0.20.0.tar.xz.sig | Bin 0 -> 72 bytes libinput.changes | 22 ++++++++++++++++++++++ libinput.spec | 4 ++-- 6 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 libinput-0.19.0.tar.xz delete mode 100644 libinput-0.19.0.tar.xz.sig create mode 100644 libinput-0.20.0.tar.xz create mode 100644 libinput-0.20.0.tar.xz.sig 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 c5e3751e98779bb470ebbf92003e8f45c4fcdee92646e9aeb6b823cd989a50e4..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#%vu*Z>L%5aK(2aI|Oezt*$>ppQ0>E4n#}%c8wOeNDc| eXij~# 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 0000000000000000000000000000000000000000000000000000000000000000..56a3a84ee235617f88779d29a8eb59809bacc513e560650c8ce2e687eaba84bc GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0#&Cw1^@~P5aK(2aI|OezauUHpGVv5lOoj{w0YyVcV++# evE~xp5dfb+S;@zLGkaCda={W)Opx5rI+u!ZRve@N literal 0 HcmV?d00001 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