Hello community,
here is the log from the commit of package xf86-input-libinput for
openSUSE:Factory checked in at 2016-10-10 17:35:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-libinput (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-libinput.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-libinput"
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-libinput/xf86-input-libinput.changes
2016-09-23 11:24:30.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-input-libinput.new/xf86-input-libinput.changes
2016-10-10 17:35:21.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Sep 30 11:11:02 UTC 2016 - [email protected]
+
+- Update to version 0.20.0:
+ + Most important fix is the use of input_lock() instead of the
+ old SIGIO stuff to handle the input thread in server 1.19.
+ + This version now supports tablet pads and exposes properties
+ for changing the tap button mapping and the rotation.
+- Rebase n_enable-tapping.patch.
+- Pass --with-xorg-conf-dir to configure and modify spec following
+ upstream changes.
+
+-------------------------------------------------------------------
Old:
----
xf86-input-libinput-0.19.1.tar.bz2
xf86-input-libinput-0.19.1.tar.bz2.sig
New:
----
xf86-input-libinput-0.20.0.tar.bz2
xf86-input-libinput-0.20.0.tar.bz2.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-libinput.spec ++++++
--- /var/tmp/diff_new_pack.660IpH/_old 2016-10-10 17:35:22.000000000 +0200
+++ /var/tmp/diff_new_pack.660IpH/_new 2016-10-10 17:35:22.000000000 +0200
@@ -17,7 +17,7 @@
Name: xf86-input-libinput
-Version: 0.19.1
+Version: 0.20.0
Release: 0
Summary: Libinput driver for the Xorg X server
License: MIT
@@ -29,7 +29,7 @@
Patch0: n_enable-tapping.patch
BuildRequires: pkg-config
BuildRequires: pkgconfig(inputproto) >= 2.2
-BuildRequires: pkgconfig(libinput) >= 1.1.901
+BuildRequires: pkgconfig(libinput) >= 1.4.901
BuildRequires: pkgconfig(xorg-macros) >= 1.13
BuildRequires: pkgconfig(xorg-server) >= 1.10
BuildRequires: pkgconfig(xproto)
@@ -60,18 +60,13 @@
%patch0 -p1
%build
-%configure
+%configure --with-xorg-conf-dir="%{_sysconfdir}/X11/xorg.conf.d/"
make %{?_smp_mflags}
%install
%make_install
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
-install -d %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
-mv %{buildroot}%{_datadir}/X11/xorg.conf.d/60-libinput.conf \
- %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/60-libinput.conf
-rmdir %{buildroot}%{_datadir}/X11/xorg.conf.d
-
%files
%defattr(-,root,root)
%doc COPYING*
@@ -79,7 +74,7 @@
%dir %{_sysconfdir}/X11/xorg.conf.d
%{_libdir}/xorg/modules/input/libinput_drv.so
%{_datadir}/man/man4/libinput.4%{?ext_man}
-%config %{_sysconfdir}/X11/xorg.conf.d/60-libinput.conf
+%config %{_sysconfdir}/X11/xorg.conf.d/40-libinput.conf
%files devel
%defattr(-,root,root)
++++++ n_enable-tapping.patch ++++++
--- /var/tmp/diff_new_pack.660IpH/_old 2016-10-10 17:35:22.000000000 +0200
+++ /var/tmp/diff_new_pack.660IpH/_new 2016-10-10 17:35:22.000000000 +0200
@@ -1,9 +1,9 @@
Author: Stefan Dirsch
Subject: Enable tapping by default on touchpads
Signed-off-by: Stefan Dirsch
-diff -u -r xf86-input-libinput-0.15.0.orig/conf/60-libinput.conf
xf86-input-libinput-0.15.0/conf/60-libinput.conf
---- xf86-input-libinput-0.15.0.orig/conf/60-libinput.conf 2015-12-15
14:34:18.100266000 +0100
-+++ xf86-input-libinput-0.15.0/conf/60-libinput.conf 2015-12-15
14:34:42.522281000 +0100
+diff -u -r xf86-input-libinput-0.15.0.orig/conf/40-libinput.conf
xf86-input-libinput-0.15.0/conf/40-libinput.conf
+--- xf86-input-libinput-0.15.0.orig/conf/40-libinput.conf 2015-12-15
14:34:18.100266000 +0100
++++ xf86-input-libinput-0.15.0/conf/40-libinput.conf 2015-12-15
14:34:42.522281000 +0100
@@ -18,6 +19,7 @@
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
++++++ xf86-input-libinput-0.19.1.tar.bz2 -> xf86-input-libinput-0.20.0.tar.bz2
++++++
++++ 2157 lines of diff (skipped)