forked from pool/libinput
Accepting request 313230 from X11:Wayland
- Update to version 0.18.0: OBS-URL: https://build.opensuse.org/request/show/313230 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=12
This commit is contained in:
commit
c6138105e7
BIN
libinput-0.17.0.tar.xz
(Stored with Git LFS)
BIN
libinput-0.17.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-0.18.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-0.18.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-0.18.0.tar.xz.sig
Normal file
BIN
libinput-0.18.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 23 08:12:33 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.18.0:
|
||||
* Touchpad handling has improved filters for erroneous small
|
||||
movements. Palm detection in the edge scrolling zone has been
|
||||
disabled, it previously caused unreliable edge scrolling on
|
||||
larger touchpads.
|
||||
* Alps touchpads now always provide a config option for middle
|
||||
button emulation - these devices don't know whether a middle
|
||||
button is available, providing the option (and defaulting to
|
||||
emulation on) allows users to have a better out-of-the-box
|
||||
experience.
|
||||
* Note that license boilerplate code has changed - it now carries
|
||||
the MIT license as intended. See the commit log for bc9f16b40e
|
||||
for details.
|
||||
* No API changes or additions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 6 16:21:16 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -18,11 +18,11 @@
|
||||
|
||||
Name: libinput
|
||||
%define lname libinput10
|
||||
%define rversion 0.17.0
|
||||
Version: 0.17
|
||||
%define rversion 0.18.0
|
||||
Version: 0.18
|
||||
Release: 0
|
||||
Summary: Input device and event processing library
|
||||
License: HPND
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://www.freedesktop.org/wiki/Software/libinput/
|
||||
|
||||
@ -130,6 +130,7 @@ export XDG_RUNTIME_DIR="$PWD/xdg"
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%_libdir/libinput.so.10*
|
||||
|
||||
%files tools
|
||||
|
Loading…
Reference in New Issue
Block a user