- Update to release 1.15.0
1.15.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=209
This commit is contained in:
parent
620b6ba911
commit
753223856b
BIN
libinput-1.14.3.tar.xz
(Stored with Git LFS)
BIN
libinput-1.14.3.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-1.15.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-1.15.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-1.15.0.tar.xz.sig
Normal file
BIN
libinput-1.15.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 3 11:40:43 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.15.0
|
||||||
|
* Scroll button locking and tablet pad keys support.
|
||||||
|
* Table device hardware buttons that are designed to map to a
|
||||||
|
specific functionality (e.g. to open the OSD) are now
|
||||||
|
supported through the new LIBINPUT_EVENT_TABLET_PAD_KEY
|
||||||
|
event.
|
||||||
|
* Quirks for the Logitech MX Master 2S and the Madcatz R.A.T.3
|
||||||
|
mouse were added.
|
||||||
|
* Touchpad scrolling was approximately 10% faster than the
|
||||||
|
nominal pointer speed, that has been adjusted now.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 08:37:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Mon Oct 28 08:37:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libinput
|
# spec file for package libinput
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,16 +18,14 @@
|
|||||||
|
|
||||||
Name: libinput
|
Name: libinput
|
||||||
%define lname libinput10
|
%define lname libinput10
|
||||||
Version: 1.14.3
|
Version: 1.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Input device and event processing library
|
Summary: Input device and event processing library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: c development hardware
|
Group: c development hardware
|
||||||
URL: https://www.freedesktop.org/wiki/Software/libinput/
|
URL: https://www.freedesktop.org/wiki/Software/libinput/
|
||||||
|
|
||||||
#Git-Clone: https://gitlab.freedesktop.org/libinput/libinput.git
|
|
||||||
#Git-Web: https://gitlab.freedesktop.org/libinput/libinput/
|
#Git-Web: https://gitlab.freedesktop.org/libinput/libinput/
|
||||||
#DL-URL: http://freedesktop.org/software/libinput/
|
|
||||||
Source: http://freedesktop.org/software/libinput/%name-%version.tar.xz
|
Source: http://freedesktop.org/software/libinput/%name-%version.tar.xz
|
||||||
Source2: http://freedesktop.org/software/libinput/%name-%version.tar.xz.sig
|
Source2: http://freedesktop.org/software/libinput/%name-%version.tar.xz.sig
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
@ -126,7 +124,7 @@ perl -i -pe 's{#!/usr/bin/env python}{#!/usr/bin/python}g' \
|
|||||||
|
|
||||||
%files udev
|
%files udev
|
||||||
%_prefix/lib/udev/libinput-device-group
|
%_prefix/lib/udev/libinput-device-group
|
||||||
%_prefix/lib/udev/libinput-fuzz-override
|
%_prefix/lib/udev/libinput-fuzz-*
|
||||||
%_prefix/lib/udev/rules.d/
|
%_prefix/lib/udev/rules.d/
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
|
Loading…
Reference in New Issue
Block a user