Hello community,
here is the log from the commit of package xf86-input-libinput for
openSUSE:Factory checked in at 2018-10-25 08:11:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-libinput (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-libinput.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-libinput"
Thu Oct 25 08:11:30 2018 rev:30 rq:642107 version:0.28.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-libinput/xf86-input-libinput.changes
2018-07-18 22:34:49.598761955 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-input-libinput.new/xf86-input-libinput.changes
2018-10-25 08:11:40.396214297 +0200
@@ -1,0 +2,11 @@
+Mon Oct 15 12:44:36 UTC 2018 - [email protected]
+
+- Update to version 0.28.1
+ * Only two commits, only one that really matters: previously the
+ driver used the per-device slot number to fetch the tracking IDs
+ from a driver-internal array. Because devices re-use slots, this
+ could cause a tracking ID mismatch when two touchscreens had the
+ finger down at the same time. This is now fixed by switching to
+ libinput's seat-wide slot number instead.
+
+-------------------------------------------------------------------
Old:
----
xf86-input-libinput-0.28.0.tar.bz2
xf86-input-libinput-0.28.0.tar.bz2.sig
New:
----
xf86-input-libinput-0.28.1.tar.bz2
xf86-input-libinput-0.28.1.tar.bz2.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-libinput.spec ++++++
--- /var/tmp/diff_new_pack.jJ7UFH/_old 2018-10-25 08:11:40.920213953 +0200
+++ /var/tmp/diff_new_pack.jJ7UFH/_new 2018-10-25 08:11:40.924213950 +0200
@@ -17,7 +17,7 @@
Name: xf86-input-libinput
-Version: 0.28.0
+Version: 0.28.1
Release: 0
Summary: Libinput driver for the Xorg X server
License: MIT
++++++ xf86-input-libinput-0.28.0.tar.bz2 -> xf86-input-libinput-0.28.1.tar.bz2
++++++
++++ 3880 lines of diff (skipped)
++++ retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/xf86-input-libinput-0.28.0/ChangeLog
new/xf86-input-libinput-0.28.1/ChangeLog
--- old/xf86-input-libinput-0.28.0/ChangeLog 2018-07-11 03:12:52.000000000
+0200
+++ new/xf86-input-libinput-0.28.1/ChangeLog 2018-10-15 01:37:54.000000000
+0200
@@ -1,3 +1,34 @@
+commit e26fc3c66c04eb3d3164e6a9e7c983154fb00856
+Author: Peter Hutterer <[email protected]>
+Date: Mon Oct 15 09:36:36 2018 +1000
+
+ xf86-input-libinput 0.28.1
+
+ Signed-off-by: Peter Hutterer <[email protected]>
+
+commit a759610292a53067fc811e70703bffff8dc0cb16
+Author: Peter Hutterer <[email protected]>
+Date: Thu Oct 4 11:45:46 2018 +1000
+
+ Use the seat slot, not the device slot for touch events
+
+ The device slot is per-device, so if we have more than one device we may
get a
+ touch down event for a slot already in use.
+
+ Fixes https://gitlab.freedesktop.org/libinput/libinput/issues/153
+
+ Signed-off-by: Peter Hutterer <[email protected]>
+
+commit 21ff2ca7d1a771f6dcecb5b73dc1031f77c9dd69
+Author: Peter Hutterer <[email protected]>
+Date: Thu Jul 19 15:58:06 2018 +1000
+
+ Remove unused assignment
+
+ dev is our list iterator below, this is a dead assignment
+
+ Signed-off-by: Peter Hutterer <[email protected]>
+
commit c67f191d5bc1a4a130f89743a3ce35ee06c90f85
Author: Peter Hutterer <[email protected]>
Date: Wed Jul 11 11:06:59 2018 +1000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/xf86-input-libinput-0.28.0/compile new/xf86-input-libinput-0.28.1/compile
--- old/xf86-input-libinput-0.28.0/compile 2018-07-11 03:12:48.000000000
+0200
+++ new/xf86-input-libinput-0.28.1/compile 2018-10-15 01:37:50.000000000
+0200
@@ -1,9 +1,9 @@
-#!/bin/sh
+#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2018-03-07.03; # UTC
-# Copyright (C) 1999-2017 Free Software Foundation, Inc.
+# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Written by Tom Tromey <[email protected]>.
#
# This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@@ -340,7 +340,7 @@
# Local Variables:
# mode: shell-script
# sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/xf86-input-libinput-0.28.0/configure.ac
new/xf86-input-libinput-0.28.1/configure.ac
--- old/xf86-input-libinput-0.28.0/configure.ac 2018-07-11 03:12:42.000000000
+0200
+++ new/xf86-input-libinput-0.28.1/configure.ac 2018-10-15 01:37:44.000000000
+0200
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-input-libinput],
- [0.28.0],
+ [0.28.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-input-libinput])
AC_CONFIG_SRCDIR([Makefile.am])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/xf86-input-libinput-0.28.0/missing new/xf86-input-libinput-0.28.1/missing
--- old/xf86-input-libinput-0.28.0/missing 2018-07-11 03:12:48.000000000
+0200
+++ new/xf86-input-libinput-0.28.1/missing 2018-10-15 01:37:50.000000000
+0200
@@ -1,9 +1,9 @@
-#!/bin/sh
+#! /bin/sh
# Common wrapper for a few potentially missing GNU programs.
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2018-03-07.03; # UTC
-# Copyright (C) 1996-2017 Free Software Foundation, Inc.
+# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# Originally written by Fran,cois Pinard <[email protected]>, 1996.
# This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@@ -101,9 +101,9 @@
exit $st
fi
-perl_URL=http://www.perl.org/
-flex_URL=http://flex.sourceforge.net/
-gnu_software_URL=http://www.gnu.org/software
+perl_URL=https://www.perl.org/
+flex_URL=https://github.com/westes/flex
+gnu_software_URL=https://www.gnu.org/software
program_details ()
{
@@ -207,7 +207,7 @@
exit $st
# Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/xf86-input-libinput-0.28.0/src/xf86libinput.c
new/xf86-input-libinput-0.28.1/src/xf86libinput.c
--- old/xf86-input-libinput-0.28.0/src/xf86libinput.c 2018-07-11
03:12:42.000000000 +0200
+++ new/xf86-input-libinput-0.28.1/src/xf86libinput.c 2018-10-15
01:37:44.000000000 +0200
@@ -1705,7 +1705,7 @@
if ((driver_data->capabilities & CAP_TOUCH) == 0)
return;
- slot = libinput_event_touch_get_slot(event);
+ slot = libinput_event_touch_get_seat_slot(event);
switch (event_type) {
case LIBINPUT_EVENT_TOUCH_DOWN:
@@ -2092,7 +2092,7 @@
xf86libinput_find_device_for_tool(InputInfoPtr pInfo,
struct libinput_tablet_tool *tool)
{
- struct xf86libinput *dev = pInfo->private;
+ struct xf86libinput *dev;
struct xf86libinput *driver_data = pInfo->private;
struct xf86libinput_device *shared_device = driver_data->shared_device;
uint64_t serial = libinput_tablet_tool_get_serial(tool);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/xf86-input-libinput-0.28.0/test-driver
new/xf86-input-libinput-0.28.1/test-driver
--- old/xf86-input-libinput-0.28.0/test-driver 2018-07-11 03:12:49.000000000
+0200
+++ new/xf86-input-libinput-0.28.1/test-driver 2018-10-15 01:37:50.000000000
+0200
@@ -1,9 +1,9 @@
-#!/bin/sh
+#! /bin/sh
# test-driver - basic testsuite driver script.
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2018-03-07.03; # UTC
-# Copyright (C) 2011-2017 Free Software Foundation, Inc.
+# Copyright (C) 2011-2018 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@@ -140,7 +140,7 @@
# Local Variables:
# mode: shell-script
# sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"