forked from pool/libinput
Accepting request 305693 from X11:Wayland
- Update to version 0.15.0: OBS-URL: https://build.opensuse.org/request/show/305693 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=10
This commit is contained in:
commit
762856da58
BIN
libinput-0.14.1.tar.xz
(Stored with Git LFS)
BIN
libinput-0.14.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-0.15.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-0.15.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-0.15.0.tar.xz.sig
Normal file
BIN
libinput-0.15.0.tar.xz.sig
Normal file
Binary file not shown.
@ -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
|
Mon May 4 20:07:31 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
Name: libinput
|
Name: libinput
|
||||||
%define lname libinput10
|
%define lname libinput10
|
||||||
%define rversion 0.14.1
|
%define rversion 0.15.0
|
||||||
Version: 0.14.1
|
Version: 0.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Input device and event processing library
|
Summary: Input device and event processing library
|
||||||
License: HPND
|
License: HPND
|
||||||
@ -134,7 +134,9 @@ export XDG_RUNTIME_DIR="$PWD/xdg"
|
|||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%_bindir/libinput-debug-events
|
||||||
%_bindir/libinput-list-devices
|
%_bindir/libinput-list-devices
|
||||||
|
%_mandir/man1/libinput-debug-events.1.gz
|
||||||
%_mandir/man1/libinput-list-devices.1.gz
|
%_mandir/man1/libinput-list-devices.1.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user