diff --git a/baselibs.conf b/baselibs.conf index 04b00bd..b69468a 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libinput0 +libinput3 diff --git a/libinput-0.1.0.tar.xz b/libinput-0.1.0.tar.xz deleted file mode 100644 index a61e275..0000000 --- a/libinput-0.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63214727be5115806868ebdf9470fe2ddf4b2e1229102e080237380d22b40a1d -size 342180 diff --git a/libinput-0.4.0.tar.xz b/libinput-0.4.0.tar.xz new file mode 100644 index 0000000..3a80b39 --- /dev/null +++ b/libinput-0.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6f2990f65384df012d45e5f58732fae06abb53318bf23e99c818c36184a7d1 +size 394672 diff --git a/libinput.changes b/libinput.changes index c014323..4bfa5cd 100644 --- a/libinput.changes +++ b/libinput.changes @@ -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 diff --git a/libinput.spec b/libinput.spec index f21bec4..e275797 100644 --- a/libinput.spec +++ b/libinput.spec @@ -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)