SHA256
1
0
forked from pool/libinput

Accepting request 298662 from home:Zaitor:branches:GNOME:Next

New upstream release.

OBS-URL: https://build.opensuse.org/request/show/298662
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=24
This commit is contained in:
Jan Engelhardt 2015-04-22 20:59:34 +00:00 committed by Git OBS Bridge
parent bdb98b934c
commit d6749f3011
6 changed files with 52 additions and 5 deletions

BIN
libinput-0.13.0.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
libinput-0.14.1.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libinput-0.14.1.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed Apr 22 14:37:33 UTC 2015 - zaitor@opensuse.org
- Update to version 0.14.1:
+ This is a brown paper bag release, 0.14.0 failed distcheck.
Oops. Only one single patch to include the new man page for
libinput-list-devices in the tarball, the rest is identical.
- Changes from version 0.14.0:
+ libinput now provides middle button emulation for physical
buttons and, for some devices, a configuration interface to
enable said emulation.
+ A new tool "libinput-list-devices" was added. This tool lists
the locally recognised devices and their respective
configuration options and configuration defaults. Note that due
to the design of libinput, this tool can only show the
_default_ configurations, not the _current_ configuration of
each device.
+ The pointer acceleration range has been widened to allow for
greater deceleration and greater acceleration. Since we retain
the [-1, 1] range, you may see a slight slowdown or speedup. To
get the previous behaviour, use the value: current setting *
2.0/3.0.
+ Five (or more) finger tapping is now handled correctly, though
note we only send events for up to three fingers. libinput now
supports multi-tap and drag, so e.g. three taps will execute a
triple-click.
+ Palm detection now avoids accidental tapping, see
http://wayland.freedesktop.org/libinput/doc/latest/palm_detection.html
+ And of course the usual bugfixing, including letting libinput
handle more devices such as keyboards with scroll wheels or
devices that only consist of a wheel.
- Add tool subpackage.
-------------------------------------------------------------------
Wed Apr 8 19:46:59 UTC 2015 - mpluskal@suse.com

View File

@ -18,8 +18,8 @@
Name: libinput
%define lname libinput10
%define rversion 0.13.0
Version: 0.13
%define rversion 0.14.1
Version: 0.14
Release: 0
Summary: Input device and event processing library
License: HPND
@ -77,6 +77,15 @@ processing and abstraction so minimize the amount of custom input
code the user of libinput need to provide the common set of
functionality that users expect.
%package tool
Summary: This tool lists the locally recognised devices.
Group: System/Tools
%description tool
This tool lists the locally
recognised devices and their respective configuration options and
configuration defaults.
%package devel
Summary: Development files for the Wayland Input Device Library
Group: Development/Libraries/C and C++
@ -124,6 +133,11 @@ export XDG_RUNTIME_DIR="$PWD/xdg"
%defattr(-,root,root)
%_libdir/libinput.so.10*
%files tool
%defattr(-,root,root)
%_bindir/libinput-list-devices
%_mandir/man1/libinput-list-devices.1.gz
%files devel
%defattr(-,root,root)
%_includedir/%name/