libinput-0.8.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=15
This commit is contained in:
parent
415590f971
commit
dee393d6f5
@ -1 +1 @@
|
|||||||
libinput5
|
libinput7
|
||||||
|
BIN
libinput-0.7.0.tar.xz
(Stored with Git LFS)
BIN
libinput-0.7.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-0.8.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-0.8.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-0.8.0.tar.xz.sig
Normal file
BIN
libinput-0.8.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 25 13:33:04 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 0.8.0
|
||||||
|
* Improved touchpad support. For example, it is not necessary
|
||||||
|
anymore to lift all fingers when switching from scrolling to
|
||||||
|
pointer movement.
|
||||||
|
* Scroll event types were merged. Previously we supplied horiz/vert
|
||||||
|
scrolling as separate event, even in diagnonal scrolling.
|
||||||
|
Now each scroll event may contain one or more axes.
|
||||||
|
* Support for axis sources: a scroll event can be of source finger,
|
||||||
|
wheel or continuous. This enables callers to implement kinetic
|
||||||
|
("fling") scrolling.
|
||||||
|
* Scroll wheel events now return the data in degrees. A matching
|
||||||
|
udev hwdb system is in place to adjust this when needed. A
|
||||||
|
"discrete" scroll value is available if you are interested in
|
||||||
|
the clicks only.
|
||||||
|
* Left-handed configuration was renamed. For future tablet support,
|
||||||
|
the button-based naming was inappropriate. A simple
|
||||||
|
search/replace fixes this.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 12 02:00:29 UTC 2014 - jengelh@inai.de
|
Fri Dec 12 02:00:29 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libinput
|
# spec file for package libinput
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libinput
|
Name: libinput
|
||||||
%define lname libinput5
|
%define lname libinput7
|
||||||
Version: 0.7.0
|
Version: 0.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Input device and event processing library
|
Summary: Input device and event processing library
|
||||||
License: HPND
|
License: HPND
|
||||||
@ -37,6 +37,7 @@ Source4: %name.keyring
|
|||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: grep
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(check) >= 0.9.10
|
BuildRequires: pkgconfig(check) >= 0.9.10
|
||||||
@ -102,7 +103,7 @@ export XDG_RUNTIME_DIR="$PWD/xdg"
|
|||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libinput.so.5*
|
%_libdir/libinput.so.7*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user