diff --git a/libevdev-1.2.tar.xz b/libevdev-1.2.tar.xz deleted file mode 100644 index c17c32f..0000000 --- a/libevdev-1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4195618067c01d915f67ad3034e89aaa597f5d548dbdd31fa12c569d4bf5a440 -size 386164 diff --git a/libevdev-1.3.tar.xz b/libevdev-1.3.tar.xz new file mode 100644 index 0000000..4f5071a --- /dev/null +++ b/libevdev-1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265411ce79a592b3074e9d07fb97d462745d0c7ef178254a6f720245ed253446 +size 392744 diff --git a/libevdev.changes b/libevdev.changes index 7088048..8face73 100644 --- a/libevdev.changes +++ b/libevdev.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Sep 22 11:27:40 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 1.3: + * m4: fix CC_CHECK_WERROR and CC_FLAG_VISIBILITY macros + * Add per-device log handlers + * include: update to Linux 3.15 header + * uinput: use the UI_GET_SYSNAME ioctl if available + * uinput: change strcpy/strcat usage for snprintf + * include: add uinput.h header as well + * include: update to Linux 3.16 header + * uinput: check errno against the positive value + * uinput: preserve the errno before cleaning up + * configure: move the python check down to re-unite the + gcov check outputs + * Add libevdev_property_from_name() + * Rename symbols leaking from static library to + avoid name clashes + * uinput: close the managed fd on error + * tools: pass -rc to strerror, not rc + * uinput: explicitly ignore the UI_DEV_DESTROY return value + * Hook up nm to check for leaking symbols in the static library + * Add some minimal documentation about static linking + ------------------------------------------------------------------- Sun Aug 24 08:13:05 UTC 2014 - jengelh@inai.de diff --git a/libevdev.spec b/libevdev.spec index 22edef4..73f4aa9 100644 --- a/libevdev.spec +++ b/libevdev.spec @@ -19,7 +19,7 @@ Name: libevdev %define sonum 2 -Version: 1.2 +Version: 1.3 Release: 0 Summary: A wrapper library for evdev devices License: MIT @@ -28,7 +28,7 @@ Url: http://xorg.freedesktop.org/ #Git-Web: http://cgit.freedesktop.org/libevdev #Git-Clone: git://anongit.freedesktop.org/libevdev -Source0: http://freedesktop.org/software/libevdev/%{name}-%{version}.tar.xz +Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz Source1: baselibs.conf Patch0: n_buildfix_for_opensuse_12_2.patch BuildRequires: automake