Hello community,
here is the log from the commit of package xf86-input-libinput for
openSUSE:Factory checked in at 2015-04-23 08:05:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2015-04-15 16:24:38.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-input-libinput.new/xf86-input-libinput.changes
2015-04-23 08:05:18.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Apr 22 16:02:59 UTC 2015 - [email protected]
+
+- no longer install driver package by default, i.e. commented out
+ "Supplements: xorg-x11-server" in specfile
+- 90-libinput.conf: enable tapping on touchpads by default
+ (http://lists.opensuse.org/opensuse-factory/2015-04/msg00233.html)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-libinput.spec ++++++
--- /var/tmp/diff_new_pack.chJS7m/_old 2015-04-23 08:05:19.000000000 +0200
+++ /var/tmp/diff_new_pack.chJS7m/_new 2015-04-23 08:05:19.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package xf86-input-libpinput
+# spec file for package xf86-input-libinput
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
@@ -34,7 +34,7 @@
BuildRequires: pkgconfig(xorg-macros) >= 1.13
BuildRequires: pkgconfig(xorg-server) >= 1.7
BuildRequires: pkgconfig(xproto)
-Supplements: xorg-x11-server
+#Supplements: xorg-x11-server
# This was part of the xorg-x11-driver-input package up to version 7.6
Conflicts: xorg-x11-driver-input <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -59,7 +59,6 @@
%prep
%setup -q
-
%build
autoreconf -fi
%configure
++++++ 90-libinput.conf ++++++
--- /var/tmp/diff_new_pack.chJS7m/_old 2015-04-23 08:05:19.000000000 +0200
+++ /var/tmp/diff_new_pack.chJS7m/_new 2015-04-23 08:05:19.000000000 +0200
@@ -19,6 +19,7 @@
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
+ Option "Tapping" "On"
EndSection
Section "InputClass"