Hello community,
here is the log from the commit of package xorg-x11-driver-input for
openSUSE:Factory checked in at 2016-06-02 12:39:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-input (Old)
and /work/SRC/openSUSE:Factory/.xorg-x11-driver-input.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-x11-driver-input"
Changes:
--------
---
/work/SRC/openSUSE:Factory/xorg-x11-driver-input/xorg-x11-driver-input.changes
2014-06-19 13:19:55.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xorg-x11-driver-input.new/xorg-x11-driver-input.changes
2016-06-02 12:39:10.000000000 +0200
@@ -1,0 +2,8 @@
+Sun May 29 10:08:48 UTC 2016 - [email protected]
+
+- No longer require xf86-input-synaptics on systems later than Leap 42.1.
+ Instead require xf86-input-libinput.
+ People who will need the synaptics driver may install it by hand.
+ (boo#981750).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xorg-x11-driver-input.spec ++++++
--- /var/tmp/diff_new_pack.aFB2WW/_old 2016-06-02 12:39:11.000000000 +0200
+++ /var/tmp/diff_new_pack.aFB2WW/_new 2016-06-02 12:39:11.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xorg-x11-driver-input
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,13 @@
Recommends: xf86-input-joystick
Recommends: xf86-input-keyboard
Recommends: xf86-input-mouse
+## Most drivers can replaced by xf86-input-libinput today. Only keep
+## the ones with lower priority or very specific device matching rules.
+%if 0%{?suse_version} >= 1330 || (0%{?is_opensuse} && 0%{?sle_version} >=
120200)
+Requires: xf86-input-libinput
+%else
Requires: xf86-input-synaptics
+%endif
## only built on x86/x64
Recommends: xf86-input-vmmouse
Requires: xf86-input-void