diff --git a/baselibs.conf b/baselibs.conf index ce6f874..f1cbf63 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libinput7 +libinput10 diff --git a/libinput-0.10.0.tar.xz b/libinput-0.10.0.tar.xz deleted file mode 100644 index 928f28e..0000000 --- a/libinput-0.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ce001f80ff1a6bf547784d02125648bf8abe60db7d3d5e0020294d5215c1441 -size 512652 diff --git a/libinput-0.10.0.tar.xz.sig b/libinput-0.10.0.tar.xz.sig deleted file mode 100644 index 19e0094..0000000 Binary files a/libinput-0.10.0.tar.xz.sig and /dev/null differ diff --git a/libinput-0.12.0.tar.xz b/libinput-0.12.0.tar.xz new file mode 100644 index 0000000..f98312e --- /dev/null +++ b/libinput-0.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0ce9dd9ff04e9ac382dffb7fa332b94f093227a197a9c8189e87de6d88b55a +size 538364 diff --git a/libinput-0.12.0.tar.xz.sig b/libinput-0.12.0.tar.xz.sig new file mode 100644 index 0000000..b3c759d Binary files /dev/null and b/libinput-0.12.0.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index 4efe24c..0d98ebc 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Mar 14 20:24:07 UTC 2015 - jengelh@inai.de + +- Update to new upstream release 0.12.0 +* The new features (since 0.11) are device groups and the use of + udev tagging for device identification. Device groups are a + labelling system to allow callers to identify which libinput + devices are part of the same physical device. +* libinput's API and ABI are now stable +* Fixes to correctly handle Protocol A multitouch devices. +* Buttonless touchpads are now supported (e.g. the touch portion of + the Wacom Intuos tablets), on those touchpads tapping is enabled + by default. + ------------------------------------------------------------------- Mon Feb 9 01:35:57 UTC 2015 - zaitor@opensuse.org diff --git a/libinput.spec b/libinput.spec index 600c045..ae22f33 100644 --- a/libinput.spec +++ b/libinput.spec @@ -17,8 +17,9 @@ Name: libinput -%define lname libinput7 -Version: 0.10.0 +%define lname libinput10 +%define rversion 0.12.0 +Version: 0.12 Release: 0 Summary: Input device and event processing library License: HPND @@ -27,8 +28,9 @@ Url: http://www.freedesktop.org/wiki/Software/libinput/ #Git-Clone: git://anongit.freedesktop.org/wayland/libinput #Git-Web: http://cgit.freedesktop.org/wayland/libinput/ -Source: http://freedesktop.org/software/libinput/%name-%version.tar.xz -Source2: http://freedesktop.org/software/libinput/%name-%version.tar.xz.sig +#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 Source3: baselibs.conf Source4: %name.keyring #git#BuildRequires: autoconf >= 2.64 @@ -76,17 +78,18 @@ This package contains all necessary include files and libraries needed to develop applications that require libinput. %prep -%setup -q +%setup -qn %name-%rversion %build if [ ! -e configure ]; then autoreconf -fi; fi; -%configure --disable-static --includedir="%_includedir/%name" +%configure --disable-static --includedir="%_includedir/%name" \ + --with-udev-dir="%_libexecdir/udev" make %{?_smp_mflags} V=1 %install -make DESTDIR="%buildroot" install %{?_smp_mflags} +%make_install rm -f "%buildroot/%_libdir"/*.la %fdupes %buildroot/%_prefix @@ -103,12 +106,13 @@ export XDG_RUNTIME_DIR="$PWD/xdg" %files -n %lname %defattr(-,root,root) -%_libdir/libinput.so.7* +%_libdir/libinput.so.10* %files devel %defattr(-,root,root) %_includedir/%name/ %_libdir/pkgconfig/libinput.pc %_libdir/libinput.so +%_libexecdir/udev/ %changelog