commit xf86-input-libinput for openSUSE:Factory
Hello community, here is the log from the commit of package xf86-input-libinput for openSUSE:Factory checked in at 2016-05-04 08:17:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-04-11 09:13:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xf86-input-libinput.new/xf86-input-libinput.changes 2016-05-04 08:17:47.000000000 +0200 @@ -1,0 +2,23 @@ +Thu Apr 28 13:46:21 UTC 2016 - sndirsch@suse.com + +- Update to version 0.19.0 + One significant change that affects packagers: the config snippet has been + renamed from 90-libinput.conf to 60-libinput.conf. + This should not show any immediate effects on most user's machines but there + is a slight potential of user configurations to change if their custom + snippets now sort after libinput instead of before. + This change is part of the two-step solution to fix the handling of wacom + tablets when the libinput driver is present. Previously, the libinput driver + would overwrite any driver assigned to any supported devices. While it does + not yet bind to tablet devices by default, some tablets also look like + a keyboard, causing those devices to stop working. For those devices, the + wacom driver is the better option. + Since the X server is lacking an option to conditionally bind InputClass + snippets based on current values (git master has a NoMatch* option), the + safe alternative is to bump the libinput priority down and, at the same + time, bump the wacom driver's priority up. + For the cases where the wacom driver should not handle any device, simply + uninstalling it is sufficient. +- refreshed n_enable-tapping.patch + +------------------------------------------------------------------- Old: ---- xf86-input-libinput-0.18.0.tar.bz2 xf86-input-libinput-0.18.0.tar.bz2.sig New: ---- xf86-input-libinput-0.19.0.tar.bz2 xf86-input-libinput-0.19.0.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xf86-input-libinput.spec ++++++ --- /var/tmp/diff_new_pack.DYzQk2/_old 2016-05-04 08:17:48.000000000 +0200 +++ /var/tmp/diff_new_pack.DYzQk2/_new 2016-05-04 08:17:48.000000000 +0200 @@ -17,7 +17,7 @@ Name: xf86-input-libinput -Version: 0.18.0 +Version: 0.19.0 Release: 0 Summary: Libinput driver for the Xorg X server License: MIT @@ -68,8 +68,8 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print install -d %{buildroot}%{_sysconfdir}/X11/xorg.conf.d -mv %{buildroot}%{_datadir}/X11/xorg.conf.d/90-libinput.conf \ - %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/90-libinput.conf +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 @@ -79,7 +79,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/90-libinput.conf +%config %{_sysconfdir}/X11/xorg.conf.d/60-libinput.conf %files devel %defattr(-,root,root) ++++++ n_enable-tapping.patch ++++++ --- /var/tmp/diff_new_pack.DYzQk2/_old 2016-05-04 08:17:48.000000000 +0200 +++ /var/tmp/diff_new_pack.DYzQk2/_new 2016-05-04 08:17:48.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/90-libinput.conf xf86-input-libinput-0.15.0/conf/90-libinput.conf ---- xf86-input-libinput-0.15.0.orig/conf/90-libinput.conf 2015-12-15 14:34:18.100266000 +0100 -+++ xf86-input-libinput-0.15.0/conf/90-libinput.conf 2015-12-15 14:34:42.522281000 +0100 +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 @@ -18,6 +19,7 @@ MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" ++++++ xf86-input-libinput-0.18.0.tar.bz2 -> xf86-input-libinput-0.19.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xf86-input-libinput-0.18.0/ChangeLog new/xf86-input-libinput-0.19.0/ChangeLog --- old/xf86-input-libinput-0.18.0/ChangeLog 2016-04-07 05:32:45.000000000 +0200 +++ new/xf86-input-libinput-0.19.0/ChangeLog 2016-04-28 05:52:07.000000000 +0200 @@ -1,3 +1,46 @@ +commit f9b6fa21df735e9a68c5f527afc422f519d6002c +Author: Peter Hutterer <peter.hutterer@who-t.net> +Date: Thu Apr 28 13:43:49 2016 +1000 + + xf86-input-libinput 0.19.0 + + Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> + +commit 3f569ec493e738242da97afe30f7dd2a3b2b834d +Author: Peter Hutterer <peter.hutterer@who-t.net> +Date: Tue Apr 26 15:45:18 2016 +1000 + + conf: rename to 60-libinput.conf + + 60 sorts higher than the other drivers (evdev has 10, synaptics, wacom and + others have 50) so we keep the same order. + + This is part of a two-step solution, the other half is renaming the + xf86-input-wacom's config snippet to sort higher than libinput's. + + Currently libinput picks up devices that are (for now) destined to the wacom + driver. Since the wacom driver is more of a leaf package than libinput, the + best option here is to make the wacom driver sort higher and let users + uninstall it when not needed. To avoid crowding the 90-* space where users + usually have custom config snippets, drop libinput down to 60 and bump wacom + up. + + Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> + Acked-by: Jason Gerecke <jason.gerecke@wacom.com> + +commit 602bb8eefac929501b2cd5e5bd4a9838d1903774 +Author: Stanislav Ochotnicky <sochotnicky@redhat.com> +Date: Wed Oct 14 10:43:34 2015 +1000 + + Fix implicit declaration of function 'xf86Msg' in xf86libinput.c + + Addition of xf86.h header fixes compilation issues in some cases. + + See: https://bugs.gentoo.org/show_bug.cgi?id=560970 + + Signed-off-by: Stanislav Ochotnicky <sochotnicky@redhat.com> + Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> + commit 13726f404f872b8baee507e6b3d4931f1bda2254 Author: Peter Hutterer <peter.hutterer@who-t.net> Date: Thu Apr 7 13:31:28 2016 +1000 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xf86-input-libinput-0.18.0/Makefile.am new/xf86-input-libinput-0.19.0/Makefile.am --- old/xf86-input-libinput-0.18.0/Makefile.am 2016-02-01 00:20:41.000000000 +0100 +++ new/xf86-input-libinput-0.19.0/Makefile.am 2016-04-26 07:45:05.000000000 +0200 @@ -27,7 +27,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xorg-libinput.pc -dist_xorgconf_DATA = conf/90-libinput.conf +dist_xorgconf_DATA = conf/60-libinput.conf .PHONY: ChangeLog INSTALL diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xf86-input-libinput-0.18.0/Makefile.in new/xf86-input-libinput-0.19.0/Makefile.in --- old/xf86-input-libinput-0.18.0/Makefile.in 2016-04-07 05:32:15.000000000 +0200 +++ new/xf86-input-libinput-0.19.0/Makefile.in 2016-04-28 05:51:50.000000000 +0200 @@ -404,7 +404,7 @@ MAINTAINERCLEANFILES = ChangeLog INSTALL pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xorg-libinput.pc -dist_xorgconf_DATA = conf/90-libinput.conf +dist_xorgconf_DATA = conf/60-libinput.conf EXTRA_DIST = README.md all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xf86-input-libinput-0.18.0/aclocal.m4 new/xf86-input-libinput-0.19.0/aclocal.m4 --- old/xf86-input-libinput-0.18.0/aclocal.m4 2016-04-07 05:32:15.000000000 +0200 +++ new/xf86-input-libinput-0.19.0/aclocal.m4 2016-04-28 05:51:50.000000000 +0200 @@ -9052,32 +9052,63 @@ m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) -# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -# serial 1 (pkg-config-0.24) -# -# Copyright © 2004 Scott James Remnant <scott@netsplit.com>. -# -# 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 -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - -# PKG_PROG_PKG_CONFIG([MIN-VERSION]) -# ---------------------------------- +dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +dnl serial 11 (pkg-config-0.29) +dnl +dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>. +dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com> +dnl +dnl This program is free software; you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 2 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, but +dnl WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program; if not, write to the Free Software +dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +dnl 02111-1307, USA. +dnl +dnl As a special exception to the GNU General Public License, if you +dnl distribute this file as part of a program that contains a +dnl configuration script generated by Autoconf, you may include it under +dnl the same distribution terms that you use for the rest of that +dnl program. + +dnl PKG_PREREQ(MIN-VERSION) +dnl ----------------------- +dnl Since: 0.29 +dnl +dnl Verify that the version of the pkg-config macros are at least +dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's +dnl installed version of pkg-config, this checks the developer's version +dnl of pkg.m4 when generating configure. +dnl +dnl To ensure that this macro is defined, also add: +dnl m4_ifndef([PKG_PREREQ], +dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) +dnl +dnl See the "Since" comment for each macro you use to see what version +dnl of the macros you require. +m4_defun([PKG_PREREQ], +[m4_define([PKG_MACROS_VERSION], [0.29]) +m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, + [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) +])dnl PKG_PREREQ + +dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) +dnl ---------------------------------- +dnl Since: 0.16 +dnl +dnl Search for the pkg-config tool and set the PKG_CONFIG variable to +dnl first found in the path. Checks that the version of pkg-config found +dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is +dnl used since that's the first version where most current features of +dnl pkg-config existed. AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) @@ -9099,18 +9130,19 @@ PKG_CONFIG="" fi fi[]dnl -])# PKG_PROG_PKG_CONFIG +])dnl PKG_PROG_PKG_CONFIG -# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -# -# Check to see whether a particular set of modules exists. Similar -# to PKG_CHECK_MODULES(), but does not set variables or print errors. -# -# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -# only at the first occurence in configure.ac, so if the first place -# it's called might be skipped (such as if it is within an "if", you -# have to call PKG_CHECK_EXISTS manually -# -------------------------------------------------------------- +dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------------------------------- +dnl Since: 0.18 +dnl +dnl Check to see whether a particular set of modules exists. Similar to +dnl PKG_CHECK_MODULES(), but does not set variables or print errors. +dnl +dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +dnl only at the first occurence in configure.ac, so if the first place +dnl it's called might be skipped (such as if it is within an "if", you +dnl have to call PKG_CHECK_EXISTS manually AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ @@ -9120,8 +9152,10 @@ $3])dnl fi]) -# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) -# --------------------------------------------- +dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +dnl --------------------------------------------- +dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting +dnl pkg_failed based on the result. m4_define([_PKG_CONFIG], [if test -n "$$1"; then pkg_cv_[]$1="$$1" @@ -9133,10 +9167,11 @@ else pkg_failed=untried fi[]dnl -])# _PKG_CONFIG +])dnl _PKG_CONFIG -# _PKG_SHORT_ERRORS_SUPPORTED -# ----------------------------- +dnl _PKG_SHORT_ERRORS_SUPPORTED +dnl --------------------------- +dnl Internal check to see if pkg-config supports short errors. AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -9144,19 +9179,17 @@ else _pkg_short_errors_supported=no fi[]dnl -])# _PKG_SHORT_ERRORS_SUPPORTED +])dnl _PKG_SHORT_ERRORS_SUPPORTED -# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -# [ACTION-IF-NOT-FOUND]) -# -# -# Note that if there is a possibility the first call to -# PKG_CHECK_MODULES might not happen, you should be sure to include an -# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac -# -# -# -------------------------------------------------------------- +dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl -------------------------------------------------------------- +dnl Since: 0.4.0 +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES might not happen, you should be sure to include an +dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl @@ -9210,16 +9243,40 @@ AC_MSG_RESULT([yes]) $3 fi[]dnl -])# PKG_CHECK_MODULES +])dnl PKG_CHECK_MODULES + + +dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl --------------------------------------------------------------------- +dnl Since: 0.29 +dnl +dnl Checks for existence of MODULES and gathers its build flags with +dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags +dnl and VARIABLE-PREFIX_LIBS from --libs. +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to +dnl include an explicit call to PKG_PROG_PKG_CONFIG in your +dnl configure.ac. +AC_DEFUN([PKG_CHECK_MODULES_STATIC], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +_save_PKG_CONFIG=$PKG_CONFIG +PKG_CONFIG="$PKG_CONFIG --static" +PKG_CHECK_MODULES($@) +PKG_CONFIG=$_save_PKG_CONFIG[]dnl +])dnl PKG_CHECK_MODULES_STATIC -# PKG_INSTALLDIR(DIRECTORY) -# ------------------------- -# Substitutes the variable pkgconfigdir as the location where a module -# should install pkg-config .pc files. By default the directory is -# $libdir/pkgconfig, but the default can be changed by passing -# DIRECTORY. The user can override through the --with-pkgconfigdir -# parameter. +dnl PKG_INSTALLDIR([DIRECTORY]) +dnl ------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable pkgconfigdir as the location where a module +dnl should install pkg-config .pc files. By default the directory is +dnl $libdir/pkgconfig, but the default can be changed by passing +dnl DIRECTORY. The user can override through the --with-pkgconfigdir +dnl parameter. AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) m4_pushdef([pkg_description], @@ -9230,16 +9287,18 @@ AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) -]) dnl PKG_INSTALLDIR +])dnl PKG_INSTALLDIR -# PKG_NOARCH_INSTALLDIR(DIRECTORY) -# ------------------------- -# Substitutes the variable noarch_pkgconfigdir as the location where a -# module should install arch-independent pkg-config .pc files. By -# default the directory is $datadir/pkgconfig, but the default can be -# changed by passing DIRECTORY. The user can override through the -# --with-noarch-pkgconfigdir parameter. +dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) +dnl -------------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable noarch_pkgconfigdir as the location where a +dnl module should install arch-independent pkg-config .pc files. By +dnl default the directory is $datadir/pkgconfig, but the default can be +dnl changed by passing DIRECTORY. The user can override through the +dnl --with-noarch-pkgconfigdir parameter. AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) m4_pushdef([pkg_description], @@ -9250,13 +9309,15 @@ AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) -]) dnl PKG_NOARCH_INSTALLDIR +])dnl PKG_NOARCH_INSTALLDIR -# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, -# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -# ------------------------------------------- -# Retrieves the value of the pkg-config variable for the given module. +dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------- +dnl Since: 0.28 +dnl +dnl Retrieves the value of the pkg-config variable for the given module. AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl @@ -9265,7 +9326,7 @@ AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl -])# PKG_CHECK_VAR +])dnl PKG_CHECK_VAR dnl xorg-macros.m4. Generated from xorg-macros.m4.in xorgversion.m4 by configure. dnl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xf86-input-libinput-0.18.0/conf/60-libinput.conf new/xf86-input-libinput-0.19.0/conf/60-libinput.conf --- old/xf86-input-libinput-0.18.0/conf/60-libinput.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/xf86-input-libinput-0.19.0/conf/60-libinput.conf 2016-02-01 00:20:41.000000000 +0100 @@ -0,0 +1,28 @@ +# Match on all types of devices but tablet devices and joysticks +Section "InputClass" + Identifier "libinput pointer catchall" + MatchIsPointer "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection + +Section "InputClass" + Identifier "libinput keyboard catchall" + MatchIsKeyboard "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection + +Section "InputClass" + Identifier "libinput touchpad catchall" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection + +Section "InputClass" + Identifier "libinput touchscreen catchall" + MatchIsTouchscreen "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xf86-input-libinput-0.18.0/conf/90-libinput.conf new/xf86-input-libinput-0.19.0/conf/90-libinput.conf --- old/xf86-input-libinput-0.18.0/conf/90-libinput.conf 2016-02-01 00:20:41.000000000 +0100 +++ new/xf86-input-libinput-0.19.0/conf/90-libinput.conf 1970-01-01 01:00:00.000000000 +0100 @@ -1,28 +0,0 @@ -# Match on all types of devices but tablet devices and joysticks -Section "InputClass" - Identifier "libinput pointer catchall" - MatchIsPointer "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput keyboard catchall" - MatchIsKeyboard "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchpad catchall" - MatchIsTouchpad "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchscreen catchall" - MatchIsTouchscreen "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xf86-input-libinput-0.18.0/configure new/xf86-input-libinput-0.19.0/configure --- old/xf86-input-libinput-0.18.0/configure 2016-04-07 05:32:15.000000000 +0200 +++ new/xf86-input-libinput-0.19.0/configure 2016-04-28 05:51:50.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for xf86-input-libinput 0.18.0. +# Generated by GNU Autoconf 2.69 for xf86-input-libinput 0.19.0. # # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='xf86-input-libinput' PACKAGE_TARNAME='xf86-input-libinput' -PACKAGE_VERSION='0.18.0' -PACKAGE_STRING='xf86-input-libinput 0.18.0' +PACKAGE_VERSION='0.19.0' +PACKAGE_STRING='xf86-input-libinput 0.19.0' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' PACKAGE_URL='' @@ -1356,7 +1356,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xf86-input-libinput 0.18.0 to adapt to many kinds of systems. +\`configure' configures xf86-input-libinput 0.19.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1427,7 +1427,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xf86-input-libinput 0.18.0:";; + short | recursive ) echo "Configuration of xf86-input-libinput 0.19.0:";; esac cat <<\_ACEOF @@ -1561,7 +1561,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xf86-input-libinput configure 0.18.0 +xf86-input-libinput configure 0.19.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1885,7 +1885,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xf86-input-libinput $as_me 0.18.0, which was +It was created by xf86-input-libinput $as_me 0.19.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2753,7 +2753,7 @@ # Define the identity of the package. PACKAGE='xf86-input-libinput' - VERSION='0.18.0' + VERSION='0.19.0' cat >>confdefs.h <<_ACEOF @@ -19030,7 +19030,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xf86-input-libinput $as_me 0.18.0, which was +This file was extended by xf86-input-libinput $as_me 0.19.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19096,7 +19096,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -xf86-input-libinput config.status 0.18.0 +xf86-input-libinput config.status 0.19.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xf86-input-libinput-0.18.0/configure.ac new/xf86-input-libinput-0.19.0/configure.ac --- old/xf86-input-libinput-0.18.0/configure.ac 2016-04-07 05:31:17.000000000 +0200 +++ new/xf86-input-libinput-0.19.0/configure.ac 2016-04-28 05:42:09.000000000 +0200 @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-input-libinput], - [0.18.0], + [0.19.0], [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' old/xf86-input-libinput-0.18.0/src/xf86libinput.c new/xf86-input-libinput-0.19.0/src/xf86libinput.c --- old/xf86-input-libinput-0.18.0/src/xf86libinput.c 2016-02-29 05:34:43.000000000 +0100 +++ new/xf86-input-libinput-0.19.0/src/xf86libinput.c 2016-04-26 07:44:46.000000000 +0200 @@ -33,6 +33,7 @@ #include <list.h> #include <exevents.h> #include <xkbsrv.h> +#include <xf86.h> #include <xf86Xinput.h> #include <xf86_OSproc.h> #include <xserver-properties.h>
participants (1)
-
root@hilbert.suse.de