forked from pool/libinput
Accepting request 245948 from GNOME:Next
Push for GNOME 3.13.90 OBS-URL: https://build.opensuse.org/request/show/245948 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=7
This commit is contained in:
parent
b7b8665f28
commit
55f6f6f9ad
@ -1 +1 @@
|
||||
libinput0
|
||||
libinput3
|
||||
|
BIN
libinput-0.1.0.tar.xz
(Stored with Git LFS)
BIN
libinput-0.1.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
libinput-0.4.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-0.4.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 13 11:22:54 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.4.0:
|
||||
+ The logging system now works per-context instead of per library
|
||||
and dropped the userdata argument.
|
||||
+ libinput_destroy() was changed to libinput_unref(), plus you
|
||||
now have libinput_ref() too.
|
||||
+ A couple of renames of constants for API consistency.
|
||||
+ Triggered by the logging changes, creation of udev seats is now
|
||||
different.
|
||||
+ A couple of bugfixes, mainly in the touchpad code.
|
||||
+ Absolute event coordinates are now provided in mm, not
|
||||
device-specific coordinates. This doesn't change anything for
|
||||
callers using the respective_get_transformed() function.
|
||||
+ ref/unref() is now available for the libinput context itself.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 1 21:25:26 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define lname libinput0
|
||||
%define lname libinput3
|
||||
Name: libinput
|
||||
Version: 0.1.0
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
Summary: Input device and event processing library
|
||||
License: HPND
|
||||
@ -34,6 +34,7 @@ Source2: baselibs.conf
|
||||
#git#BuildRequires: libtool >= 2.2
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(check) >= 0.9.9
|
||||
@ -99,7 +100,7 @@ export XDG_RUNTIME_DIR="$PWD/xdg"
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libinput.so.0*
|
||||
%_libdir/libinput.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user