SHA256
1
0
forked from pool/libinput

Accepting request 304761 from X11:Wayland

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/304761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2015-05-02 15:33:07 +00:00 committed by Git OBS Bridge
commit 1b76bca0da
6 changed files with 47 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,32 @@
-------------------------------------------------------------------
Wed Apr 22 14:37:33 UTC 2015 - zaitor@opensuse.org
- Update to version 0.14.1:
* 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,14 @@ 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 tools
Summary: Utilities to display libinput configuration
Group: System/X11/Utilities
%description tools
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 +132,11 @@ export XDG_RUNTIME_DIR="$PWD/xdg"
%defattr(-,root,root)
%_libdir/libinput.so.10*
%files tools
%defattr(-,root,root)
%_bindir/libinput-list-devices
%_mandir/man1/libinput-list-devices.1.gz
%files devel
%defattr(-,root,root)
%_includedir/%name/