diff --git a/baselibs.conf b/baselibs.conf index 37cf16c..ce6f874 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libinput5 +libinput7 diff --git a/libinput-0.7.0.tar.xz b/libinput-0.7.0.tar.xz deleted file mode 100644 index 6b498c3..0000000 --- a/libinput-0.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:129f485afe5e4a9394641293991c97cb99f5f3338340d0d65b704ff463d1579e -size 440228 diff --git a/libinput-0.7.0.tar.xz.sig b/libinput-0.7.0.tar.xz.sig deleted file mode 100644 index e273121..0000000 Binary files a/libinput-0.7.0.tar.xz.sig and /dev/null differ diff --git a/libinput-0.8.0.tar.xz b/libinput-0.8.0.tar.xz new file mode 100644 index 0000000..2b4a796 --- /dev/null +++ b/libinput-0.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57747436ac6a2ed9fe7745093acdd96fdce699bad6074c6e89450367d74192c7 +size 504908 diff --git a/libinput-0.8.0.tar.xz.sig b/libinput-0.8.0.tar.xz.sig new file mode 100644 index 0000000..56aae81 Binary files /dev/null and b/libinput-0.8.0.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index f0df5a0..d6de44c 100644 --- a/libinput.changes +++ b/libinput.changes @@ -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 diff --git a/libinput.spec b/libinput.spec index 3ed2dbd..5dff33f 100644 --- a/libinput.spec +++ b/libinput.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ Name: libinput -%define lname libinput5 -Version: 0.7.0 +%define lname libinput7 +Version: 0.8.0 Release: 0 Summary: Input device and event processing library License: HPND @@ -37,6 +37,7 @@ Source4: %name.keyring BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: grep BuildRequires: pkgconfig BuildRequires: xz BuildRequires: pkgconfig(check) >= 0.9.10 @@ -102,7 +103,7 @@ export XDG_RUNTIME_DIR="$PWD/xdg" %files -n %lname %defattr(-,root,root) -%_libdir/libinput.so.5* +%_libdir/libinput.so.7* %files devel %defattr(-,root,root)