Hello community,
here is the log from the commit of package xf86-input-synaptics for
openSUSE:Factory checked in at 2016-11-24 21:17:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-synaptics (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-synaptics.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-synaptics"
Changes:
--------
---
/work/SRC/openSUSE:Factory/xf86-input-synaptics/xf86-input-synaptics.changes
2016-05-23 17:31:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-input-synaptics.new/xf86-input-synaptics.changes
2016-11-24 21:17:58.000000000 +0100
@@ -1,0 +2,13 @@
+Sat Nov 19 16:54:08 UTC 2016 - [email protected]
+
+- Update to version 1.9.0:
+ This release supports the X server 1.19.
+
+-------------------------------------------------------------------
+Fri Oct 28 23:46:11 UTC 2016 - [email protected]
+
+- Update to version 1.8.99.2:
+ + Remove upstream patch U_conf-rename-to-70-synaptics.conf.patch
+ + Adapt n_xf86-input-synaptics-wait.diff
+
+-------------------------------------------------------------------
Old:
----
U_conf-rename-to-70-synaptics.conf.patch
xf86-input-synaptics-1.8.3.tar.bz2
xf86-input-synaptics-1.8.3.tar.bz2.sig
New:
----
xf86-input-synaptics-1.9.0.tar.bz2
xf86-input-synaptics-1.9.0.tar.bz2.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-synaptics.spec ++++++
--- /var/tmp/diff_new_pack.yqKt0Z/_old 2016-11-24 21:17:59.000000000 +0100
+++ /var/tmp/diff_new_pack.yqKt0Z/_new 2016-11-24 21:17:59.000000000 +0100
@@ -17,7 +17,7 @@
Name: xf86-input-synaptics
-Version: 1.8.3
+Version: 1.9.0
Release: 0
Summary: Synaptics touchpad input driver for the Xorg X server
License: MIT
@@ -27,7 +27,6 @@
Source1:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
Source2: %{name}.keyring
Patch0: n_xf86-input-synaptics-wait.diff
-Patch1: U_conf-rename-to-70-synaptics.conf.patch
Patch2: n_xf86-input-synaptics-xorg.conf.d_snippet.diff
Patch5: n_xf86-input-synaptics-default-tap.diff
BuildRequires: autoconf >= 2.60
@@ -75,7 +74,6 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
%patch2 -p1
%patch5 -p1
++++++ n_xf86-input-synaptics-wait.diff ++++++
--- /var/tmp/diff_new_pack.yqKt0Z/_old 2016-11-24 21:17:59.000000000 +0100
+++ /var/tmp/diff_new_pack.yqKt0Z/_new 2016-11-24 21:17:59.000000000 +0100
@@ -14,7 +14,7 @@
if (device) {
int fd = -1;
@@ -919,6 +921,7 @@ EventAutoDevProbe(InputInfoPtr pInfo, const char *device)
- }
+ return touchpad_found;
}
+ while (wait <= max_wait && !touchpad_found) {
@@ -22,7 +22,7 @@
if (i < 0) {
xf86IDrvMsg(pInfo, X_ERROR, "Couldn't open %s\n", DEV_INPUT_EVENT);
@@ -949,8 +952,8 @@ EventAutoDevProbe(InputInfoPtr pInfo, const char *device)
- touchpad_found = event_query_is_touchpad(evdev, TRUE);
+ touchpad_found = event_query_is_touchpad(evdev);
libevdev_free(evdev);
if (touchpad_found) {
- xf86IDrvMsg(pInfo, X_PROBED, "auto-dev sets device to
%s\n",
++++++ xf86-input-synaptics-1.8.3.tar.bz2 -> xf86-input-synaptics-1.9.0.tar.bz2
++++++
++++ 27924 lines of diff (skipped)