diff --git a/libinput-1.2.3.tar.xz b/libinput-1.2.3.tar.xz deleted file mode 100644 index a289551..0000000 --- a/libinput-1.2.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09b2a9d3a0cc973a9d3fdc7af40162cbef0b16be0a2e415786f83761f519e9f2 -size 860400 diff --git a/libinput-1.2.3.tar.xz.sig b/libinput-1.2.3.tar.xz.sig deleted file mode 100644 index e415692..0000000 Binary files a/libinput-1.2.3.tar.xz.sig and /dev/null differ diff --git a/libinput-1.2.4.tar.xz b/libinput-1.2.4.tar.xz new file mode 100644 index 0000000..9e0b209 --- /dev/null +++ b/libinput-1.2.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee3650ad2a864ab9a10e7e63df543cc2b475f6bf3974751037a2df325dabbb1 +size 857036 diff --git a/libinput-1.2.4.tar.xz.sig b/libinput-1.2.4.tar.xz.sig new file mode 100644 index 0000000..8b5b058 Binary files /dev/null and b/libinput-1.2.4.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index 2010195..5568546 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 19 07:57:48 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 1.2.4 +* The top software button area on the T440-series touchpads is now + 30mm high when the touchpad is disabled to make it easier to hit + those buttons. +* The udev hwdb entries for the Chromebooks were updated to + accommodate for udev's silent replacing of non-alphanumeric + characters with '_'. +* Added a fuzz filter to tablet devices. + ------------------------------------------------------------------- Mon Apr 11 22:10:09 UTC 2016 - zaitor@opensuse.org diff --git a/libinput.spec b/libinput.spec index a809d1e..b4415d9 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,8 +18,7 @@ Name: libinput %define lname libinput10 -%define rversion 1.2.3 -Version: 1.2.3 +Version: 1.2.4 Release: 0 Summary: Input device and event processing library License: MIT @@ -29,8 +28,8 @@ Url: http://www.freedesktop.org/wiki/Software/libinput/ #Git-Clone: git://anongit.freedesktop.org/wayland/libinput #Git-Web: http://cgit.freedesktop.org/wayland/libinput/ #DL-URL: http://freedesktop.org/software/libinput/ -Source: http://freedesktop.org/software/libinput/%name-%rversion.tar.xz -Source2: http://freedesktop.org/software/libinput/%name-%rversion.tar.xz.sig +Source: http://freedesktop.org/software/libinput/%name-%version.tar.xz +Source2: http://freedesktop.org/software/libinput/%name-%version.tar.xz.sig Source3: baselibs.conf Source4: %name.keyring #git#BuildRequires: autoconf >= 2.64 @@ -99,7 +98,7 @@ This package contains all necessary include files and libraries needed to develop applications that require libinput. %prep -%setup -qn %name-%rversion +%setup -qn %name-%version %build if [ ! -e configure ]; then