From 1cf5aa8cb919a50d317d93f32544f1ba8578e5a726c055639893a46377387d71 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 21 Aug 2015 13:52:13 +0000 Subject: [PATCH] Accepting request 324765 from home:Zaitor New rel OBS-URL: https://build.opensuse.org/request/show/324765 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=44 --- libinput-0.21.0.tar.xz | 3 --- libinput-0.21.0.tar.xz.sig | Bin 72 -> 0 bytes libinput-0.99.1.tar.xz | 3 +++ libinput-0.99.1.tar.xz.sig | Bin 0 -> 72 bytes libinput.changes | 20 ++++++++++++++++++++ libinput.spec | 4 ++-- 6 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 libinput-0.21.0.tar.xz delete mode 100644 libinput-0.21.0.tar.xz.sig create mode 100644 libinput-0.99.1.tar.xz create mode 100644 libinput-0.99.1.tar.xz.sig diff --git a/libinput-0.21.0.tar.xz b/libinput-0.21.0.tar.xz deleted file mode 100644 index 398a0fc..0000000 --- a/libinput-0.21.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cce7a9e510dfe5c4a19ad00e9350808d4f59f8611fd2b5e87213c507283f550 -size 658788 diff --git a/libinput-0.21.0.tar.xz.sig b/libinput-0.21.0.tar.xz.sig deleted file mode 100644 index 3603f5bd86120eab8617df8f5acd1bab8741a607eabb707df8ffa30ec2dac837..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#(2cN&pH85aK(2aI|OezjjgppsTlJIk@kfpMuU?4s46; e4|o^LlmMO~zB-z+V~khGo$B`-2#9;2uXbmpCLSCB diff --git a/libinput-0.99.1.tar.xz b/libinput-0.99.1.tar.xz new file mode 100644 index 0000000..85270bf --- /dev/null +++ b/libinput-0.99.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43cae593f19deb6c0dc18aea1633ffd1f1731aa5c3580bedda48b6a354c7164 +size 779640 diff --git a/libinput-0.99.1.tar.xz.sig b/libinput-0.99.1.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..d6b06c1573dd643017472d25c0956a67b4cf1a04f67a0e2a6daf61cf271f5aad GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0#(+1&;SYv5aK(2aI|OezkT-roCyaZ`JgdXpk)qrtS_jE e6Z@yLasZw(v%1V`n?-aEnq@z)5Y(XkXs3X()gA-@ literal 0 HcmV?d00001 diff --git a/libinput.changes b/libinput.changes index 8b9cba0..21257c2 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Aug 21 08:34:34 UTC 2015 - zaitor@opensuse.org + +- Update to version 0.99.1: + * Release candidate for libinput 1.0. + * No additions to the API, this release only contains a couple of + bugfixes and general improvements. + * The most obvious fix is that natural scrolling now also works + for edge scrolling. The threshold needed to trigger scrolling + on a touchpad was reduced to 2mm in 0.21 but a bug prevented + that from activating until 5mm movement was hit. + * Touchpad scrolling now uses unaccelerated motion data. This + provides better behavior for short consecutive scroll motions + and a better 1:1 mapping between finger and content, especially + with natural scrolling. + * The pointer acceleration code has been cleaned up, though the + focus here was to make it easier to understand for developers. + The functionality remained largely the same aside from a few + bugfixes. + ------------------------------------------------------------------- Tue Aug 4 16:35:20 UTC 2015 - zaitor@opensuse.org diff --git a/libinput.spec b/libinput.spec index c082d53..661c0e1 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,8 @@ Name: libinput %define lname libinput10 -%define rversion 0.21.0 -Version: 0.21 +%define rversion 0.99.1 +Version: 0.99 Release: 0 Summary: Input device and event processing library License: MIT