Hello community, here is the log from the commit of package libXi for openSUSE:Factory checked in at 2013-04-05 17:04:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libXi (Old) and /work/SRC/openSUSE:Factory/.libXi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libXi", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libXi/libXi.changes 2013-03-28 13:21:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libXi.new/libXi.changes 2013-04-05 17:04:57.000000000 +0200 @@ -1,0 +2,13 @@ +Fri Apr 5 13:51:01 UTC 2013 - [email protected] + +- Update to version 1.7.1: + Only a single fix: including the XFixes header to get the typedef for + PointerBarrier. Naturally, this adds a pkgconfig build-time dependency on + XFixes. + Why? The header shipped with 1.7 typedef'd PointerBarrier. If you #include + both XI and Xfixes headers, you will end up with a duplicate typedef. + This is not an issue on gcc >= 4.6 since the two typedef's are the same. + On earlier versions this will trigger an error. gcc 4.6 -pedantic-errors + will trigger the same error. + +------------------------------------------------------------------- Old: ---- libXi-1.7.tar.bz2 New: ---- libXi-1.7.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libXi.spec ++++++ --- /var/tmp/diff_new_pack.0aEHYr/_old 2013-04-05 17:04:58.000000000 +0200 +++ /var/tmp/diff_new_pack.0aEHYr/_new 2013-04-05 17:04:58.000000000 +0200 @@ -18,7 +18,7 @@ Name: libXi %define lname libXi6 -Version: 1.7 +Version: 1.7.1 Release: 0 Summary: X Input Extension library License: MIT @@ -36,6 +36,7 @@ BuildRequires: pkgconfig(x11) >= 1.4.99.1 BuildRequires: pkgconfig(xext) >= 1.0.99.1 BuildRequires: pkgconfig(xextproto) >= 7.0.3 +BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xorg-macros) >= 1.12 BuildRequires: pkgconfig(xproto) >= 7.0.13 ++++++ libXi-1.7.tar.bz2 -> libXi-1.7.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/ChangeLog new/libXi-1.7.1/ChangeLog --- old/libXi-1.7/ChangeLog 2013-03-07 02:22:30.000000000 +0100 +++ new/libXi-1.7.1/ChangeLog 2013-04-05 02:49:40.000000000 +0200 @@ -1,3 +1,33 @@ +commit 26cb4573cbb8808ce9d5c75c16bd613b2f03a368 +Author: Peter Hutterer <[email protected]> +Date: Fri Apr 5 09:34:48 2013 +1000 + + libXi 1.7.1 + + Signed-off-by: Peter Hutterer <[email protected]> + +commit 0358bb20384b759d6d41dc44f3aed30583689d53 +Author: Peter Hutterer <[email protected]> +Date: Tue Mar 26 14:46:06 2013 +1000 + + Require XFixes for PointerBarrier, remove duplicate typedef + + The PointerBarrier typedef is duplicate if a client includes both Xfixes.h + and XInput2.h. + + gcc 4.6 won't complain about that, but earlier versions do: + http://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=ce3765bf44e49ef0568a1ad4a0b7f807591d6412 + + gcc 4.6 with -pedantic-errors shows: + /opt/xorg/include/X11/extensions/XInput2.h:172:13: error: redefinition of + typedef ‘PointerBarrier’ [-pedantic] + In file included from test.c:1:0: + /opt/xorg/include/X11/extensions/Xfixes.h:255:13: note: previous declaration + of ‘PointerBarrier’ was here + + Signed-off-by: Peter Hutterer <[email protected]> + Reviewed-by: Julien Cristau <[email protected]> + commit 081e06492c0ffd003d4a0c34418c882332e58ac3 Author: Peter Hutterer <[email protected]> Date: Thu Mar 7 11:16:02 2013 +1000 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/Makefile.in new/libXi-1.7.1/Makefile.in --- old/libXi-1.7/Makefile.in 2013-03-07 02:18:06.000000000 +0100 +++ new/libXi-1.7.1/Makefile.in 2013-04-05 02:40:48.000000000 +0200 @@ -258,6 +258,8 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ VERSION = @VERSION@ +XFIXES_CFLAGS = @XFIXES_CFLAGS@ +XFIXES_LIBS = @XFIXES_LIBS@ XI_CFLAGS = @XI_CFLAGS@ XI_LIBS = @XI_LIBS@ XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/configure new/libXi-1.7.1/configure --- old/libXi-1.7/configure 2013-03-07 02:18:06.000000000 +0100 +++ new/libXi-1.7.1/configure 2013-04-05 02:40:47.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libXi 1.7. +# Generated by GNU Autoconf 2.69 for libXi 1.7.1. # # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. # @@ -651,8 +651,8 @@ # Identity of this package. PACKAGE_NAME='libXi' PACKAGE_TARNAME='libXi' -PACKAGE_VERSION='1.7' -PACKAGE_STRING='libXi 1.7' +PACKAGE_VERSION='1.7.1' +PACKAGE_STRING='libXi 1.7.1' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' PACKAGE_URL='' @@ -701,6 +701,8 @@ INSTALL_MANPAGES_TRUE HAVE_DOCTOOLS_FALSE HAVE_DOCTOOLS_TRUE +XFIXES_LIBS +XFIXES_CFLAGS XI_LIBS XI_CFLAGS XTMALLOC_ZERO_CFLAGS @@ -902,7 +904,9 @@ XSLTPROC ASCIIDOC XI_CFLAGS -XI_LIBS' +XI_LIBS +XFIXES_CFLAGS +XFIXES_LIBS' # Initialize some variables set by options. @@ -1443,7 +1447,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 libXi 1.7 to adapt to many kinds of systems. +\`configure' configures libXi 1.7.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1513,7 +1517,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libXi 1.7:";; + short | recursive ) echo "Configuration of libXi 1.7.1:";; esac cat <<\_ACEOF @@ -1579,6 +1583,9 @@ ASCIIDOC Path to asciidoc command XI_CFLAGS C compiler flags for XI, overriding pkg-config XI_LIBS linker flags for XI, overriding pkg-config + XFIXES_CFLAGS + C compiler flags for XFIXES, overriding pkg-config + XFIXES_LIBS linker flags for XFIXES, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. @@ -1646,7 +1653,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libXi configure 1.7 +libXi configure 1.7.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1970,7 +1977,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libXi $as_me 1.7, which was +It was created by libXi $as_me 1.7.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2799,7 +2806,7 @@ # Define the identity of the package. PACKAGE='libXi' - VERSION='1.7' + VERSION='1.7.1' cat >>confdefs.h <<_ACEOF @@ -18500,6 +18507,98 @@ $as_echo "yes" >&6; } fi +# CFLAGS only for PointerBarrier typedef + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XFIXES" >&5 +$as_echo_n "checking for XFIXES... " >&6; } + +if test -n "$XFIXES_CFLAGS"; then + pkg_cv_XFIXES_CFLAGS="$XFIXES_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xfixes >= 5\""; } >&5 + ($PKG_CONFIG --exists --print-errors "xfixes >= 5") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_XFIXES_CFLAGS=`$PKG_CONFIG --cflags "xfixes >= 5" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$XFIXES_LIBS"; then + pkg_cv_XFIXES_LIBS="$XFIXES_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xfixes >= 5\""; } >&5 + ($PKG_CONFIG --exists --print-errors "xfixes >= 5") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_XFIXES_LIBS=`$PKG_CONFIG --libs "xfixes >= 5" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + XFIXES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xfixes >= 5" 2>&1` + else + XFIXES_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xfixes >= 5" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$XFIXES_PKG_ERRORS" >&5 + + as_fn_error $? "Package requirements (xfixes >= 5) were not met: + +$XFIXES_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables XFIXES_CFLAGS +and XFIXES_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables XFIXES_CFLAGS +and XFIXES_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see <http://pkg-config.freedesktop.org/>. +See \`config.log' for more details" "$LINENO" 5; } +else + XFIXES_CFLAGS=$pkg_cv_XFIXES_CFLAGS + XFIXES_LIBS=$pkg_cv_XFIXES_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + +fi # Check for xmlto and asciidoc for man page conversion # (only needed by people building tarballs) @@ -19105,7 +19204,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libXi $as_me 1.7, which was +This file was extended by libXi $as_me 1.7.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19171,7 +19270,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libXi config.status 1.7 +libXi config.status 1.7.1 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/libXi-1.7/configure.ac new/libXi-1.7.1/configure.ac --- old/libXi-1.7/configure.ac 2013-03-07 02:15:53.000000000 +0100 +++ new/libXi-1.7.1/configure.ac 2013-04-05 01:34:38.000000000 +0200 @@ -1,7 +1,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXi], [1.7], +AC_INIT([libXi], [1.7.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXi]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([src/config.h]) @@ -28,6 +28,8 @@ # Obtain compiler/linker options for dependencies PKG_CHECK_MODULES(XI, [xproto >= 7.0.13] [x11 >= 1.4.99.1] [xextproto >= 7.0.3] [xext >= 1.0.99.1] [inputproto >= 2.2.99.1]) +# CFLAGS only for PointerBarrier typedef +PKG_CHECK_MODULES(XFIXES, [xfixes >= 5]) # Check for xmlto and asciidoc for man page conversion # (only needed by people building tarballs) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/include/X11/extensions/XInput2.h new/libXi-1.7.1/include/X11/extensions/XInput2.h --- old/libXi-1.7/include/X11/extensions/XInput2.h 2013-02-19 02:08:17.000000000 +0100 +++ new/libXi-1.7.1/include/X11/extensions/XInput2.h 2013-04-05 01:24:17.000000000 +0200 @@ -30,6 +30,7 @@ #include <X11/Xlib.h> #include <X11/extensions/XI2.h> #include <X11/extensions/Xge.h> +#include <X11/extensions/Xfixes.h> /* PointerBarrier */ /******************************************************************* * @@ -169,7 +170,6 @@ int status; } XIGrabModifiers; -typedef XID PointerBarrier; typedef unsigned int BarrierEventID; typedef struct diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/Makefile.in new/libXi-1.7.1/man/Makefile.in --- old/libXi-1.7/man/Makefile.in 2013-03-07 02:18:06.000000000 +0100 +++ new/libXi-1.7.1/man/Makefile.in 2013-04-05 02:40:48.000000000 +0200 @@ -232,6 +232,8 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ VERSION = @VERSION@ +XFIXES_CFLAGS = @XFIXES_CFLAGS@ +XFIXES_LIBS = @XFIXES_LIBS@ XI_CFLAGS = @XI_CFLAGS@ XI_LIBS = @XI_LIBS@ XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XAllowDeviceEvents.man new/libXi-1.7.1/man/XAllowDeviceEvents.man --- old/libXi-1.7/man/XAllowDeviceEvents.man 2013-02-19 02:50:19.000000000 +0100 +++ new/libXi-1.7.1/man/XAllowDeviceEvents.man 2013-03-09 08:49:51.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xallowdeviceevents .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XALLOWDEVICEEVENTS" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XALLOWDEVICEEVENTS" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XChangeDeviceDontPropagateList.man new/libXi-1.7.1/man/XChangeDeviceDontPropagateList.man --- old/libXi-1.7/man/XChangeDeviceDontPropagateList.man 2013-02-19 02:49:06.000000000 +0100 +++ new/libXi-1.7.1/man/XChangeDeviceDontPropagateList.man 2013-03-09 08:49:51.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xchangedevicedontpropagatelist .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XCHANGEDEVICEDONTPRO" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XCHANGEDEVICEDONTPRO" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XChangeKeyboardDevice.man new/libXi-1.7.1/man/XChangeKeyboardDevice.man --- old/libXi-1.7/man/XChangeKeyboardDevice.man 2013-02-19 02:49:05.000000000 +0100 +++ new/libXi-1.7.1/man/XChangeKeyboardDevice.man 2013-03-09 08:49:51.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xchangekeyboarddevice .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XCHANGEKEYBOARDDEVIC" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XCHANGEKEYBOARDDEVIC" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XChangePointerDevice.man new/libXi-1.7.1/man/XChangePointerDevice.man --- old/libXi-1.7/man/XChangePointerDevice.man 2013-02-19 02:49:06.000000000 +0100 +++ new/libXi-1.7.1/man/XChangePointerDevice.man 2013-03-09 08:49:51.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xchangepointerdevice .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XCHANGEPOINTERDEVICE" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XCHANGEPOINTERDEVICE" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XDeviceBell.man new/libXi-1.7.1/man/XDeviceBell.man --- old/libXi-1.7/man/XDeviceBell.man 2013-02-19 02:49:16.000000000 +0100 +++ new/libXi-1.7.1/man/XDeviceBell.man 2013-03-09 08:49:53.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xdevicebell .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XDEVICEBELL" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XDEVICEBELL" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XGetDeviceControl.man new/libXi-1.7.1/man/XGetDeviceControl.man --- old/libXi-1.7/man/XGetDeviceControl.man 2013-02-19 02:49:16.000000000 +0100 +++ new/libXi-1.7.1/man/XGetDeviceControl.man 2013-03-09 08:49:53.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xgetdevicecontrol .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XGETDEVICECONTROL" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XGETDEVICECONTROL" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XGetDeviceKeyMapping.man new/libXi-1.7.1/man/XGetDeviceKeyMapping.man --- old/libXi-1.7/man/XGetDeviceKeyMapping.man 2013-02-19 02:49:16.000000000 +0100 +++ new/libXi-1.7.1/man/XGetDeviceKeyMapping.man 2013-03-09 08:49:53.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xgetdevicekeymapping .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XGETDEVICEKEYMAPPING" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XGETDEVICEKEYMAPPING" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XGetDeviceModifierMapping.man new/libXi-1.7.1/man/XGetDeviceModifierMapping.man --- old/libXi-1.7/man/XGetDeviceModifierMapping.man 2013-02-19 02:49:16.000000000 +0100 +++ new/libXi-1.7.1/man/XGetDeviceModifierMapping.man 2013-03-09 08:49:53.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xgetdevicemodifiermapping .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XGETDEVICEMODIFIERMA" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XGETDEVICEMODIFIERMA" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XGetDeviceMotionEvents.man new/libXi-1.7.1/man/XGetDeviceMotionEvents.man --- old/libXi-1.7/man/XGetDeviceMotionEvents.man 2013-02-19 02:49:18.000000000 +0100 +++ new/libXi-1.7.1/man/XGetDeviceMotionEvents.man 2013-03-09 08:49:55.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xgetdevicemotionevents .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XGETDEVICEMOTIONEVEN" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XGETDEVICEMOTIONEVEN" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XGetDeviceProperty.man new/libXi-1.7.1/man/XGetDeviceProperty.man --- old/libXi-1.7/man/XGetDeviceProperty.man 2013-02-19 02:49:19.000000000 +0100 +++ new/libXi-1.7.1/man/XGetDeviceProperty.man 2013-03-09 08:49:55.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xgetdeviceproperty .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XGETDEVICEPROPERTY" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XGETDEVICEPROPERTY" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XGetExtensionVersion.man new/libXi-1.7.1/man/XGetExtensionVersion.man --- old/libXi-1.7/man/XGetExtensionVersion.man 2013-02-19 02:49:19.000000000 +0100 +++ new/libXi-1.7.1/man/XGetExtensionVersion.man 2013-03-09 08:49:55.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xgetextensionversion .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XGETEXTENSIONVERSION" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XGETEXTENSIONVERSION" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XGetFeedbackControl.man new/libXi-1.7.1/man/XGetFeedbackControl.man --- old/libXi-1.7/man/XGetFeedbackControl.man 2013-02-19 02:49:19.000000000 +0100 +++ new/libXi-1.7.1/man/XGetFeedbackControl.man 2013-03-09 08:49:55.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xgetfeedbackcontrol .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XGETFEEDBACKCONTROL" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XGETFEEDBACKCONTROL" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XGrabDevice.man new/libXi-1.7.1/man/XGrabDevice.man --- old/libXi-1.7/man/XGrabDevice.man 2013-02-19 02:49:21.000000000 +0100 +++ new/libXi-1.7.1/man/XGrabDevice.man 2013-03-09 08:49:56.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xgrabdevice .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XGRABDEVICE" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XGRABDEVICE" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XGrabDeviceButton.man new/libXi-1.7.1/man/XGrabDeviceButton.man --- old/libXi-1.7/man/XGrabDeviceButton.man 2013-02-19 02:49:21.000000000 +0100 +++ new/libXi-1.7.1/man/XGrabDeviceButton.man 2013-03-09 08:49:56.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xgrabdevicebutton .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XGRABDEVICEBUTTON" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XGRABDEVICEBUTTON" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XGrabDeviceKey.man new/libXi-1.7.1/man/XGrabDeviceKey.man --- old/libXi-1.7/man/XGrabDeviceKey.man 2013-02-19 02:49:21.000000000 +0100 +++ new/libXi-1.7.1/man/XGrabDeviceKey.man 2013-03-09 08:49:56.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xgrabdevicekey .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XGRABDEVICEKEY" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XGRABDEVICEKEY" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XIBarrierReleasePointer.man new/libXi-1.7.1/man/XIBarrierReleasePointer.man --- old/libXi-1.7/man/XIBarrierReleasePointer.man 2013-02-19 02:49:27.000000000 +0100 +++ new/libXi-1.7.1/man/XIBarrierReleasePointer.man 2013-03-09 08:50:02.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xibarrierreleasepointer .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XIBARRIERRELEASEPOIN" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XIBARRIERRELEASEPOIN" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XIChangeHierarchy.man new/libXi-1.7.1/man/XIChangeHierarchy.man --- old/libXi-1.7/man/XIChangeHierarchy.man 2013-02-19 02:49:27.000000000 +0100 +++ new/libXi-1.7.1/man/XIChangeHierarchy.man 2013-03-09 08:50:02.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xichangehierarchy .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XICHANGEHIERARCHY" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XICHANGEHIERARCHY" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XIChangeProperty.man new/libXi-1.7.1/man/XIChangeProperty.man --- old/libXi-1.7/man/XIChangeProperty.man 2013-02-19 02:49:33.000000000 +0100 +++ new/libXi-1.7.1/man/XIChangeProperty.man 2013-03-09 08:50:08.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xichangeproperty .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XICHANGEPROPERTY" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XICHANGEPROPERTY" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XIDefineCursor.man new/libXi-1.7.1/man/XIDefineCursor.man --- old/libXi-1.7/man/XIDefineCursor.man 2013-02-19 02:49:27.000000000 +0100 +++ new/libXi-1.7.1/man/XIDefineCursor.man 2013-03-09 08:50:02.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xidefinecursor .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XIDEFINECURSOR" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XIDEFINECURSOR" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XIGrabButton.man new/libXi-1.7.1/man/XIGrabButton.man --- old/libXi-1.7/man/XIGrabButton.man 2013-02-19 02:49:29.000000000 +0100 +++ new/libXi-1.7.1/man/XIGrabButton.man 2013-03-09 08:50:04.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xigrabbutton .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XIGRABBUTTON" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XIGRABBUTTON" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XIGrabDevice.man new/libXi-1.7.1/man/XIGrabDevice.man --- old/libXi-1.7/man/XIGrabDevice.man 2013-02-19 02:49:29.000000000 +0100 +++ new/libXi-1.7.1/man/XIGrabDevice.man 2013-03-09 08:50:04.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xigrabdevice .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XIGRABDEVICE" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XIGRABDEVICE" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XIGrabEnter.man new/libXi-1.7.1/man/XIGrabEnter.man --- old/libXi-1.7/man/XIGrabEnter.man 2013-02-19 02:49:29.000000000 +0100 +++ new/libXi-1.7.1/man/XIGrabEnter.man 2013-03-09 08:50:04.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xigrabenter .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XIGRABENTER" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XIGRABENTER" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XIListProperties.man new/libXi-1.7.1/man/XIListProperties.man --- old/libXi-1.7/man/XIListProperties.man 2013-02-19 02:49:33.000000000 +0100 +++ new/libXi-1.7.1/man/XIListProperties.man 2013-03-09 08:50:08.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xilistproperties .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XILISTPROPERTIES" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XILISTPROPERTIES" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XIQueryDevice.man new/libXi-1.7.1/man/XIQueryDevice.man --- old/libXi-1.7/man/XIQueryDevice.man 2013-02-19 02:49:29.000000000 +0100 +++ new/libXi-1.7.1/man/XIQueryDevice.man 2013-03-09 08:50:04.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xiquerydevice .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XIQUERYDEVICE" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XIQUERYDEVICE" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XIQueryPointer.man new/libXi-1.7.1/man/XIQueryPointer.man --- old/libXi-1.7/man/XIQueryPointer.man 2013-02-19 02:49:31.000000000 +0100 +++ new/libXi-1.7.1/man/XIQueryPointer.man 2013-03-09 08:50:06.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xiquerypointer .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XIQUERYPOINTER" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XIQUERYPOINTER" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XIQueryVersion.man new/libXi-1.7.1/man/XIQueryVersion.man --- old/libXi-1.7/man/XIQueryVersion.man 2013-02-19 02:49:31.000000000 +0100 +++ new/libXi-1.7.1/man/XIQueryVersion.man 2013-03-09 08:50:06.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xiqueryversion .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XIQUERYVERSION" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XIQUERYVERSION" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XISelectEvents.man new/libXi-1.7.1/man/XISelectEvents.man --- old/libXi-1.7/man/XISelectEvents.man 2013-02-19 02:49:32.000000000 +0100 +++ new/libXi-1.7.1/man/XISelectEvents.man 2013-03-09 08:50:06.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xiselectevents .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XISELECTEVENTS" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XISELECTEVENTS" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XISetClientPointer.man new/libXi-1.7.1/man/XISetClientPointer.man --- old/libXi-1.7/man/XISetClientPointer.man 2013-02-19 02:49:32.000000000 +0100 +++ new/libXi-1.7.1/man/XISetClientPointer.man 2013-03-09 08:50:06.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xisetclientpointer .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XISETCLIENTPOINTER" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XISETCLIENTPOINTER" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XISetFocus.man new/libXi-1.7.1/man/XISetFocus.man --- old/libXi-1.7/man/XISetFocus.man 2013-02-19 02:49:33.000000000 +0100 +++ new/libXi-1.7.1/man/XISetFocus.man 2013-03-09 08:50:08.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xisetfocus .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XISETFOCUS" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XISETFOCUS" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XIWarpPointer.man new/libXi-1.7.1/man/XIWarpPointer.man --- old/libXi-1.7/man/XIWarpPointer.man 2013-02-19 02:49:33.000000000 +0100 +++ new/libXi-1.7.1/man/XIWarpPointer.man 2013-03-09 08:50:08.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xiwarppointer .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XIWARPPOINTER" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XIWARPPOINTER" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XListDeviceProperties.man new/libXi-1.7.1/man/XListDeviceProperties.man --- old/libXi-1.7/man/XListDeviceProperties.man 2013-02-19 02:49:21.000000000 +0100 +++ new/libXi-1.7.1/man/XListDeviceProperties.man 2013-03-09 08:49:57.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xlistdeviceproperties .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XLISTDEVICEPROPERTIE" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XLISTDEVICEPROPERTIE" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XListInputDevices.man new/libXi-1.7.1/man/XListInputDevices.man --- old/libXi-1.7/man/XListInputDevices.man 2013-02-19 02:49:23.000000000 +0100 +++ new/libXi-1.7.1/man/XListInputDevices.man 2013-03-09 08:49:58.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xlistinputdevices .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XLISTINPUTDEVICES" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XLISTINPUTDEVICES" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XOpenDevice.man new/libXi-1.7.1/man/XOpenDevice.man --- old/libXi-1.7/man/XOpenDevice.man 2013-02-19 02:49:23.000000000 +0100 +++ new/libXi-1.7.1/man/XOpenDevice.man 2013-03-09 08:49:58.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xopendevice .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XOPENDEVICE" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XOPENDEVICE" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XQueryDeviceState.man new/libXi-1.7.1/man/XQueryDeviceState.man --- old/libXi-1.7/man/XQueryDeviceState.man 2013-02-19 02:49:23.000000000 +0100 +++ new/libXi-1.7.1/man/XQueryDeviceState.man 2013-03-09 08:49:58.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xquerydevicestate .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XQUERYDEVICESTATE" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XQUERYDEVICESTATE" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XSelectExtensionEvent.man new/libXi-1.7.1/man/XSelectExtensionEvent.man --- old/libXi-1.7/man/XSelectExtensionEvent.man 2013-02-19 02:49:23.000000000 +0100 +++ new/libXi-1.7.1/man/XSelectExtensionEvent.man 2013-03-09 08:49:58.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xselectextensionevent .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XSELECTEXTENSIONEVEN" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XSELECTEXTENSIONEVEN" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XSendExtensionEvent.man new/libXi-1.7.1/man/XSendExtensionEvent.man --- old/libXi-1.7/man/XSendExtensionEvent.man 2013-02-19 02:49:25.000000000 +0100 +++ new/libXi-1.7.1/man/XSendExtensionEvent.man 2013-03-09 08:50:00.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xsendextensionevent .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XSENDEXTENSIONEVENT" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XSENDEXTENSIONEVENT" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XSetDeviceButtonMapping.man new/libXi-1.7.1/man/XSetDeviceButtonMapping.man --- old/libXi-1.7/man/XSetDeviceButtonMapping.man 2013-02-19 02:49:25.000000000 +0100 +++ new/libXi-1.7.1/man/XSetDeviceButtonMapping.man 2013-03-09 08:50:00.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xsetdevicebuttonmapping .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XSETDEVICEBUTTONMAPP" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XSETDEVICEBUTTONMAPP" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XSetDeviceFocus.man new/libXi-1.7.1/man/XSetDeviceFocus.man --- old/libXi-1.7/man/XSetDeviceFocus.man 2013-02-19 02:49:25.000000000 +0100 +++ new/libXi-1.7.1/man/XSetDeviceFocus.man 2013-03-09 08:50:00.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xsetdevicefocus .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XSETDEVICEFOCUS" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XSETDEVICEFOCUS" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XSetDeviceMode.man new/libXi-1.7.1/man/XSetDeviceMode.man --- old/libXi-1.7/man/XSetDeviceMode.man 2013-02-19 02:49:26.000000000 +0100 +++ new/libXi-1.7.1/man/XSetDeviceMode.man 2013-03-09 08:50:00.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xsetdevicemode .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XSETDEVICEMODE" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XSETDEVICEMODE" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/man/XSetDeviceValuators.man new/libXi-1.7.1/man/XSetDeviceValuators.man --- old/libXi-1.7/man/XSetDeviceValuators.man 2013-02-19 02:49:27.000000000 +0100 +++ new/libXi-1.7.1/man/XSetDeviceValuators.man 2013-03-09 08:50:02.000000000 +0100 @@ -2,12 +2,12 @@ .\" Title: xsetdevicevaluators .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 02/19/2013 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Date: 03/09/2013 +.\" Manual: \ \& +.\" Source: \ \& .\" Language: English .\" -.TH "XSETDEVICEVALUATORS" "libmansuffix" "02/19/2013" "[FIXME: source]" "[FIXME: manual]" +.TH "XSETDEVICEVALUATORS" "libmansuffix" "03/09/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/specs/Makefile.in new/libXi-1.7.1/specs/Makefile.in --- old/libXi-1.7/specs/Makefile.in 2013-03-07 02:18:06.000000000 +0100 +++ new/libXi-1.7.1/specs/Makefile.in 2013-04-05 02:40:48.000000000 +0200 @@ -220,6 +220,8 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ VERSION = @VERSION@ +XFIXES_CFLAGS = @XFIXES_CFLAGS@ +XFIXES_LIBS = @XFIXES_LIBS@ XI_CFLAGS = @XI_CFLAGS@ XI_LIBS = @XI_LIBS@ XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/src/Makefile.am new/libXi-1.7.1/src/Makefile.am --- old/libXi-1.7/src/Makefile.am 2013-02-19 02:08:17.000000000 +0100 +++ new/libXi-1.7.1/src/Makefile.am 2013-04-05 01:24:17.000000000 +0200 @@ -70,6 +70,7 @@ -I$(top_srcdir)/include/X11/extensions AM_CFLAGS = $(XI_CFLAGS) \ + $(XFIXES_CFLAGS) \ $(MALLOC_ZERO_CFLAGS) \ $(CWARNFLAGS) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/src/Makefile.in new/libXi-1.7.1/src/Makefile.in --- old/libXi-1.7/src/Makefile.in 2013-03-07 02:18:06.000000000 +0100 +++ new/libXi-1.7.1/src/Makefile.in 2013-04-05 02:40:48.000000000 +0200 @@ -248,6 +248,8 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ VERSION = @VERSION@ +XFIXES_CFLAGS = @XFIXES_CFLAGS@ +XFIXES_LIBS = @XFIXES_LIBS@ XI_CFLAGS = @XI_CFLAGS@ XI_LIBS = @XI_LIBS@ XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ @@ -378,6 +380,7 @@ -I$(top_srcdir)/include/X11/extensions AM_CFLAGS = $(XI_CFLAGS) \ + $(XFIXES_CFLAGS) \ $(MALLOC_ZERO_CFLAGS) \ $(CWARNFLAGS) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libXi-1.7/xi.pc.in new/libXi-1.7.1/xi.pc.in --- old/libXi-1.7/xi.pc.in 2010-09-07 07:21:05.000000000 +0200 +++ new/libXi-1.7.1/xi.pc.in 2013-04-05 01:24:17.000000000 +0200 @@ -7,6 +7,6 @@ Description: X Input Extension Library Version: @VERSION@ Requires: inputproto -Requires.private: x11 xext +Requires.private: x11 xext xfixes Cflags: -I${includedir} Libs: -L${libdir} -lXi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
