From 53dc604ad19d8bae2792a2f2f02223e46bcd747d196525de8063457a5c363473 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 6 May 2015 15:12:49 +0000 Subject: [PATCH 1/2] Accepting request 305610 from home:Zaitor:branches:X11:Wayland New rel OBS-URL: https://build.opensuse.org/request/show/305610 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=30 --- libinput-0.14.1.tar.xz | 3 --- libinput-0.14.1.tar.xz.sig | Bin 72 -> 0 bytes libinput-0.15.0.tar.xz | 3 +++ libinput-0.15.0.tar.xz.sig | Bin 0 -> 72 bytes libinput.changes | 26 ++++++++++++++++++++++++++ libinput.spec | 6 ++++-- 6 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 libinput-0.14.1.tar.xz delete mode 100644 libinput-0.14.1.tar.xz.sig create mode 100644 libinput-0.15.0.tar.xz create mode 100644 libinput-0.15.0.tar.xz.sig diff --git a/libinput-0.14.1.tar.xz b/libinput-0.14.1.tar.xz deleted file mode 100644 index 12b2748..0000000 --- a/libinput-0.14.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bed202ebe2d5026950d6f9d2ac0f0160d12f61c5a0f6d0d6ef671bbb02c1b64 -size 568616 diff --git a/libinput-0.14.1.tar.xz.sig b/libinput-0.14.1.tar.xz.sig deleted file mode 100644 index 1fd119ceb808ca11675fde8fbdea04615e5a8f7e4743043fbbd1bc2a2ac1645c..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#!EPU;qjU5aK(2aI|Oezb&8upKh=1YQ3enR*!$gwcF3F e^kQ}SasZwqSWB`agJI?oY)ONLaAx`(LGlgk=^q#X diff --git a/libinput-0.15.0.tar.xz b/libinput-0.15.0.tar.xz new file mode 100644 index 0000000..013fca7 --- /dev/null +++ b/libinput-0.15.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1656db18977d24b4f5754d38ba350a1c2f8b3fb00358fa96e931ce28e112fc1d +size 573388 diff --git a/libinput-0.15.0.tar.xz.sig b/libinput-0.15.0.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..3b05f7ac9eedcd932ef1a309acb4075bd507f1203d669655914cba7cd627f7b8 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0#!(Fm;ee15aK(2aI|OezoH=kpJ^4y$q8AwtBu91s*eE} e%<#JbVE~|_n#}XJPPDD)HDi6@9YPot&7fth(;h1T literal 0 HcmV?d00001 diff --git a/libinput.changes b/libinput.changes index a772aa5..98fd452 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed May 6 10:24:26 UTC 2015 - zaitor@opensuse.org + +- Update to version 0.15.0: + * One new API was added: libinput_device_keyboard_has_key() which + does what it says on the box. + * A new tool is now available: libinput-debug-events + This tool allows debugging libinput events directly, it works + as something like an evtest to libinput. Note that it is very + much a debugging tool only, do not rely on any specific + behavior or output format. + * A new udev property POINTINGSTICK_CONST_ACCEL is now supported + for pointing sticks. If set for a compatible device, the input + data is multiplied with a constant factor. + * We've added support for the LIBINPUT_MODEL_xzy udev tag. This + enables us to tag specific models or series in udev and apply + required quirks. + * A couple of bugfixes, mainly in the touchpad code. The + doubletap timeout is now longer but multi-tapping is generally + more responsive now. + * Clickfinger behavior was fixed to allow left-clicks even when a + touch isn't present on the device. + * Button scrolling is enabled by default on some devices now, + specifically on devices without a scroll wheel but with a + middle button. + ------------------------------------------------------------------- Mon May 4 20:07:31 UTC 2015 - zaitor@opensuse.org diff --git a/libinput.spec b/libinput.spec index eb49119..4ef9aad 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 0.14.1 -Version: 0.14.1 +%define rversion 0.15.0 +Version: 0.15.0 Release: 0 Summary: Input device and event processing library License: HPND @@ -134,7 +134,9 @@ export XDG_RUNTIME_DIR="$PWD/xdg" %files tools %defattr(-,root,root) +%_bindir/libinput-debug-events %_bindir/libinput-list-devices +%_mandir/man1/libinput-debug-events.1.gz %_mandir/man1/libinput-list-devices.1.gz %files devel From a3fee55be1b877c97512379748d36613171f4d1aef4ee9b8dacb0bc02603477d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 6 May 2015 15:14:41 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=31 --- libinput.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libinput.spec b/libinput.spec index 4ef9aad..8d4235e 100644 --- a/libinput.spec +++ b/libinput.spec @@ -19,7 +19,7 @@ Name: libinput %define lname libinput10 %define rversion 0.15.0 -Version: 0.15.0 +Version: 0.15 Release: 0 Summary: Input device and event processing library License: HPND