Hello community,

here is the log from the commit of package xkbcomp for openSUSE:Factory checked 
in at 2018-03-08 10:53:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xkbcomp (Old)
 and      /work/SRC/openSUSE:Factory/.xkbcomp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xkbcomp"

Thu Mar  8 10:53:49 2018 rev:12 rq:582995 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xkbcomp/xkbcomp.changes  2017-11-23 
09:34:54.557322290 +0100
+++ /work/SRC/openSUSE:Factory/.xkbcomp.new/xkbcomp.changes     2018-03-08 
10:53:50.845225292 +0100
@@ -1,0 +2,16 @@
+Mon Mar  5 14:58:54 UTC 2018 - [email protected]
+
+- Update to version 1.4.1
+  * This release adds the path of the xkbcomp executable to the pkgconfig
+    data, allowing the X server to find the right binary regardless of
+    where its (the X servers) $prefix is pointed. Without this the X server
+    will guess that xkbcomp is configured for the same prefix; since the
+    default prefix is /usr/local, and your distribution certainly did not
+    install xkbcomp there, 'make check' and 'ninja dist' for the X server
+    build would fail because Xvfb would not start.
+- supersedes U_xkbcomp_pkgconfig-add-bindir.patch
+- refreshed xkbcomp.keyring; seems signing key changed, since this
+  time the package has been released by Adam Jackson (before: Daniel
+  Stone)? Hope I got this right ...
+
+-------------------------------------------------------------------

Old:
----
  U_xkbcomp_pkgconfig-add-bindir.patch
  xkbcomp-1.4.0.tar.bz2
  xkbcomp-1.4.0.tar.bz2.sig

New:
----
  xkbcomp-1.4.1.tar.bz2
  xkbcomp-1.4.1.tar.bz2.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xkbcomp.spec ++++++
--- /var/tmp/diff_new_pack.Uo9piG/_old  2018-03-08 10:53:51.789191311 +0100
+++ /var/tmp/diff_new_pack.Uo9piG/_new  2018-03-08 10:53:51.793191167 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xkbcomp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           xkbcomp
-Version:        1.4.0
+Version:        1.4.1
 Release:        0
 Summary:        Utility to compile XKB keyboard description
 License:        MIT
@@ -26,7 +26,6 @@
 Source0:        
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 Source1:        
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2.sig
 Source2:        %{name}.keyring
-Patch0:         U_xkbcomp_pkgconfig-add-bindir.patch
 BuildRequires:  bison
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)
@@ -52,7 +51,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure

++++++ xkbcomp-1.4.0.tar.bz2 -> xkbcomp-1.4.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkbcomp-1.4.0/ChangeLog new/xkbcomp-1.4.1/ChangeLog
--- old/xkbcomp-1.4.0/ChangeLog 2017-05-01 17:08:44.000000000 +0200
+++ new/xkbcomp-1.4.1/ChangeLog 2018-03-01 18:52:00.000000000 +0100
@@ -1,3 +1,33 @@
+commit 34842845b191082fd1cfff3b7038332cdcadb825
+Author: Adam Jackson <[email protected]>
+Date:   Thu Mar 1 11:15:18 2018 -0500
+
+    xkbcomp 1.4.1
+    
+    Signed-off-by: Adam Jackson <[email protected]>
+
+commit 993d4916a92b56b5043cf0b90f550568c817ad2b
+Author: Peter Hutterer <[email protected]>
+Date:   Tue Feb 13 13:48:46 2018 +1000
+
+    pkgconfig: add the exec_prefix substitution
+    
+    bindir gets replaced with:
+        bindir=${exec_prefix}/bin
+    but exec_prefix isn't set so we end up with an invalid bindir.
+    
+    Signed-off-by: Peter Hutterer <[email protected]>
+    Reviewed-by: Jon Turney <[email protected]>
+
+commit 3e2a6ad4edfbf21c3f76f8319f0039b7f589944f
+Author: Adam Jackson <[email protected]>
+Date:   Mon Nov 6 12:54:41 2017 -0500
+
+    pkgconfig: Add our bindir to xkbcomp.pc
+    
+    Reviewed-by: Daniel Stone <[email protected]>
+    Signed-off-by: Adam Jackson <[email protected]>
+
 commit 3fcd5f4490adee266eb4c0110d058c7f4e515e36
 Author: Daniel Stone <[email protected]>
 Date:   Mon May 1 15:59:28 2017 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkbcomp-1.4.0/Makefile.in 
new/xkbcomp-1.4.1/Makefile.in
--- old/xkbcomp-1.4.0/Makefile.in       2017-05-01 17:08:40.000000000 +0200
+++ new/xkbcomp-1.4.1/Makefile.in       2018-03-01 18:51:58.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkbcomp-1.4.0/aclocal.m4 new/xkbcomp-1.4.1/aclocal.m4
--- old/xkbcomp-1.4.0/aclocal.m4        2017-05-01 17:08:38.000000000 +0200
+++ new/xkbcomp-1.4.1/aclocal.m4        2018-03-01 18:51:57.000000000 +0100
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.15 -*- Autoconf -*-
+# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -2259,7 +2259,7 @@
 AC_SUBST([CHANGELOG_CMD])
 ]) # XORG_CHANGELOG
 
-# Copyright (C) 2002-2014 Free Software Foundation, Inc.
+# Copyright (C) 2002-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -2274,7 +2274,7 @@
 [am__api_version='1.15'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.15], [],
+m4_if([$1], [1.15.1], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -2290,14 +2290,14 @@
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.15])dnl
+[AM_AUTOMAKE_VERSION([1.15.1])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -2349,7 +2349,7 @@
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
 
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -2380,7 +2380,7 @@
 Usually this means the macro was only invoked conditionally.]])
 fi])])
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -2571,7 +2571,7 @@
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -2647,7 +2647,7 @@
 
 # Do all the work for Automake.                             -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -2844,7 +2844,7 @@
 done
 echo "timestamp for $_am_arg" 
>`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -2865,7 +2865,7 @@
 fi
 AC_SUBST([install_sh])])
 
-# Copyright (C) 2003-2014 Free Software Foundation, Inc.
+# Copyright (C) 2003-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -2886,7 +2886,7 @@
 
 # Check to see how 'make' treats includes.                 -*- Autoconf -*-
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -2936,7 +2936,7 @@
 
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -2975,7 +2975,7 @@
 
 # Helper functions for option handling.                     -*- Autoconf -*-
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -3004,7 +3004,7 @@
 AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -3051,7 +3051,7 @@
 # For backward compatibility.
 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -3070,7 +3070,7 @@
 
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -3151,7 +3151,7 @@
 rm -f conftest.file
 ])
 
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -3211,7 +3211,7 @@
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 ])
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -3239,7 +3239,7 @@
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
-# Copyright (C) 2006-2014 Free Software Foundation, Inc.
+# Copyright (C) 2006-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -3258,7 +3258,7 @@
 
 # Check how to create a tarball.                            -*- Autoconf -*-
 
-# Copyright (C) 2004-2014 Free Software Foundation, Inc.
+# Copyright (C) 2004-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkbcomp-1.4.0/compile new/xkbcomp-1.4.1/compile
--- old/xkbcomp-1.4.0/compile   2017-05-01 17:08:40.000000000 +0200
+++ new/xkbcomp-1.4.1/compile   2018-03-01 18:51:58.000000000 +0100
@@ -1,9 +1,9 @@
-#! /bin/sh
+#!/bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2012-10-14.11; # UTC
+scriptversion=2016-01-11.22; # UTC
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 # Written by Tom Tromey <[email protected]>.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -255,7 +255,8 @@
     echo "compile $scriptversion"
     exit $?
     ;;
-  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
+  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
+  icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
     func_cl_wrapper "$@"      # Doesn't return...
     ;;
 esac
@@ -342,6 +343,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkbcomp-1.4.0/config.guess 
new/xkbcomp-1.4.1/config.guess
--- old/xkbcomp-1.4.0/config.guess      2017-05-01 17:08:40.000000000 +0200
+++ new/xkbcomp-1.4.1/config.guess      2018-03-01 18:51:58.000000000 +0100
@@ -1,8 +1,8 @@
-#! /bin/sh
+#!/bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright 1992-2016 Free Software Foundation, Inc.
+#   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2016-10-02'
+timestamp='2017-08-08'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -50,7 +50,7 @@
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright 1992-2016 Free Software Foundation, Inc.
+Copyright 1992-2017 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -259,6 +259,9 @@
     *:Sortix:*:*)
        echo ${UNAME_MACHINE}-unknown-sortix
        exit ;;
+    *:Redox:*:*)
+       echo ${UNAME_MACHINE}-unknown-redox
+       exit ;;
     alpha:OSF1:*:*)
        case $UNAME_RELEASE in
        *4.0)
@@ -837,10 +840,11 @@
        UNAME_PROCESSOR=`/usr/bin/uname -p`
        case ${UNAME_PROCESSOR} in
            amd64)
-               echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 
's/[-(].*//'` ;;
-           *)
-               echo ${UNAME_PROCESSOR}-unknown-freebsd`echo 
${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+               UNAME_PROCESSOR=x86_64 ;;
+           i386)
+               UNAME_PROCESSOR=i586 ;;
        esac
+       echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 
's/[-(].*//'`
        exit ;;
     i*:CYGWIN*:*)
        echo ${UNAME_MACHINE}-pc-cygwin
@@ -1303,14 +1307,21 @@
        if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
            if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
                if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') 
| \
-                   (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
-                   grep IS_64BIT_ARCH >/dev/null
+                      (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+                      grep IS_64BIT_ARCH >/dev/null
                then
                    case $UNAME_PROCESSOR in
                        i386) UNAME_PROCESSOR=x86_64 ;;
                        powerpc) UNAME_PROCESSOR=powerpc64 ;;
                    esac
                fi
+               # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
+               if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
+                      (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+                      grep IS_PPC >/dev/null
+               then
+                   UNAME_PROCESSOR=powerpc
+               fi
            fi
        elif test "$UNAME_PROCESSOR" = i386 ; then
            # Avoid executing cc on OS X 10.9, as it ships with a stub
@@ -1334,15 +1345,18 @@
     *:QNX:*:4*)
        echo i386-pc-qnx
        exit ;;
-    NEO-?:NONSTOP_KERNEL:*:*)
+    NEO-*:NONSTOP_KERNEL:*:*)
        echo neo-tandem-nsk${UNAME_RELEASE}
        exit ;;
     NSE-*:NONSTOP_KERNEL:*:*)
        echo nse-tandem-nsk${UNAME_RELEASE}
        exit ;;
-    NSR-?:NONSTOP_KERNEL:*:*)
+    NSR-*:NONSTOP_KERNEL:*:*)
        echo nsr-tandem-nsk${UNAME_RELEASE}
        exit ;;
+    NSX-*:NONSTOP_KERNEL:*:*)
+       echo nsx-tandem-nsk${UNAME_RELEASE}
+       exit ;;
     *:NonStop-UX:*:*)
        echo mips-compaq-nonstopux
        exit ;;
@@ -1418,8 +1432,8 @@
 $0: unable to guess system type
 
 This script (version $timestamp), has failed to recognize the
-operating system you are using. If your script is old, overwrite
-config.guess and config.sub with the latest versions from:
+operating system you are using. If your script is old, overwrite *all*
+copies of config.guess and config.sub with the latest versions from:
 
   http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
 and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkbcomp-1.4.0/config.sub new/xkbcomp-1.4.1/config.sub
--- old/xkbcomp-1.4.0/config.sub        2017-05-01 17:08:40.000000000 +0200
+++ new/xkbcomp-1.4.1/config.sub        2018-03-01 18:51:58.000000000 +0100
@@ -1,8 +1,8 @@
-#! /bin/sh
+#!/bin/sh
 # Configuration validation subroutine script.
-#   Copyright 1992-2016 Free Software Foundation, Inc.
+#   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2016-09-05'
+timestamp='2017-04-02'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -67,7 +67,7 @@
 version="\
 GNU config.sub ($timestamp)
 
-Copyright 1992-2016 Free Software Foundation, Inc.
+Copyright 1992-2017 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -263,7 +263,7 @@
        | fido | fr30 | frv | ft32 \
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
        | hexagon \
-       | i370 | i860 | i960 | ia64 \
+       | i370 | i860 | i960 | ia16 | ia64 \
        | ip2k | iq2000 \
        | k1om \
        | le32 | le64 \
@@ -301,6 +301,7 @@
        | open8 | or1k | or1knd | or32 \
        | pdp10 | pdp11 | pj | pjl \
        | powerpc | powerpc64 | powerpc64le | powerpcle \
+       | pru \
        | pyramid \
        | riscv32 | riscv64 \
        | rl78 | rx \
@@ -314,6 +315,7 @@
        | ubicom32 \
        | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
        | visium \
+       | wasm32 \
        | we32k \
        | x86 | xc16x | xstormy16 | xtensa \
        | z8k | z80)
@@ -387,7 +389,7 @@
        | h8300-* | h8500-* \
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
        | hexagon-* \
-       | i*86-* | i860-* | i960-* | ia64-* \
+       | i*86-* | i860-* | i960-* | ia16-* | ia64-* \
        | ip2k-* | iq2000-* \
        | k1om-* \
        | le32-* | le64-* \
@@ -428,6 +430,7 @@
        | orion-* \
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
+       | pru-* \
        | pyramid-* \
        | riscv32-* | riscv64-* \
        | rl78-* | romp-* | rs6000-* | rx-* \
@@ -444,6 +447,7 @@
        | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
        | vax-* \
        | visium-* \
+       | wasm32-* \
        | we32k-* \
        | x86-* | x86_64-* | xc16x-* | xps100-* \
        | xstormy16-* | xtensa*-* \
@@ -946,6 +950,9 @@
        nsr-tandem)
                basic_machine=nsr-tandem
                ;;
+       nsx-tandem)
+               basic_machine=nsx-tandem
+               ;;
        op50n-* | op60c-*)
                basic_machine=hppa1.1-oki
                os=-proelf
@@ -1241,6 +1248,9 @@
                basic_machine=a29k-wrs
                os=-vxworks
                ;;
+       wasm32)
+               basic_machine=wasm32-unknown
+               ;;
        w65*)
                basic_machine=w65-wdc
                os=-none
@@ -1395,7 +1405,7 @@
              | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
-             | -chorusos* | -chorusrdb* | -cegcc* \
+             | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \
              | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* 
\
              | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | 
-linux-android* \
              | -linux-newlib* | -linux-musl* | -linux-uclibc* \
@@ -1407,7 +1417,7 @@
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
-             | -onefs* | -tirtos* | -phoenix*)
+             | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox*)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -qnx*)
@@ -1636,6 +1646,9 @@
        sparc-* | *-sun)
                os=-sunos4.1.1
                ;;
+       pru-*)
+               os=-elf
+               ;;
        *-be)
                os=-beos
                ;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkbcomp-1.4.0/configure new/xkbcomp-1.4.1/configure
--- old/xkbcomp-1.4.0/configure 2017-05-01 17:08:39.000000000 +0200
+++ new/xkbcomp-1.4.1/configure 2018-03-01 18:51:57.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xkbcomp 1.4.0.
+# Generated by GNU Autoconf 2.69 for xkbcomp 1.4.1.
 #
 # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
 #
@@ -581,8 +581,8 @@
 # Identity of this package.
 PACKAGE_NAME='xkbcomp'
 PACKAGE_TARNAME='xkbcomp'
-PACKAGE_VERSION='1.4.0'
-PACKAGE_STRING='xkbcomp 1.4.0'
+PACKAGE_VERSION='1.4.1'
+PACKAGE_STRING='xkbcomp 1.4.1'
 PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
 PACKAGE_URL=''
 
@@ -1315,7 +1315,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 xkbcomp 1.4.0 to adapt to many kinds of systems.
+\`configure' configures xkbcomp 1.4.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1385,7 +1385,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of xkbcomp 1.4.0:";;
+     short | recursive ) echo "Configuration of xkbcomp 1.4.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1504,7 +1504,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-xkbcomp configure 1.4.0
+xkbcomp configure 1.4.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1828,7 +1828,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by xkbcomp $as_me 1.4.0, which was
+It was created by xkbcomp $as_me 1.4.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2696,7 +2696,7 @@
 
 # Define the identity of the package.
  PACKAGE='xkbcomp'
- VERSION='1.4.0'
+ VERSION='1.4.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -11428,7 +11428,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by xkbcomp $as_me 1.4.0, which was
+This file was extended by xkbcomp $as_me 1.4.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -11494,7 +11494,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-xkbcomp config.status 1.4.0
+xkbcomp config.status 1.4.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/xkbcomp-1.4.0/configure.ac 
new/xkbcomp-1.4.1/configure.ac
--- old/xkbcomp-1.4.0/configure.ac      2017-05-01 17:08:36.000000000 +0200
+++ new/xkbcomp-1.4.1/configure.ac      2018-03-01 18:51:55.000000000 +0100
@@ -22,7 +22,7 @@
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([xkbcomp], [1.4.0],
+AC_INIT([xkbcomp], [1.4.1],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xkbcomp])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkbcomp-1.4.0/depcomp new/xkbcomp-1.4.1/depcomp
--- old/xkbcomp-1.4.0/depcomp   2017-05-01 17:08:40.000000000 +0200
+++ new/xkbcomp-1.4.1/depcomp   2018-03-01 18:51:58.000000000 +0100
@@ -1,9 +1,9 @@
-#! /bin/sh
+#!/bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
-scriptversion=2013-05-30.07; # UTC
+scriptversion=2016-01-11.22; # UTC
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 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
@@ -786,6 +786,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkbcomp-1.4.0/install-sh new/xkbcomp-1.4.1/install-sh
--- old/xkbcomp-1.4.0/install-sh        2017-05-01 17:08:40.000000000 +0200
+++ new/xkbcomp-1.4.1/install-sh        2018-03-01 18:51:58.000000000 +0100
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2013-12-25.23; # UTC
+scriptversion=2016-01-11.22; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -496,6 +496,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkbcomp-1.4.0/man/Makefile.in 
new/xkbcomp-1.4.1/man/Makefile.in
--- old/xkbcomp-1.4.0/man/Makefile.in   2017-05-01 17:08:40.000000000 +0200
+++ new/xkbcomp-1.4.1/man/Makefile.in   2018-03-01 18:51:58.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkbcomp-1.4.0/missing new/xkbcomp-1.4.1/missing
--- old/xkbcomp-1.4.0/missing   2017-05-01 17:08:40.000000000 +0200
+++ new/xkbcomp-1.4.1/missing   2018-03-01 18:51:58.000000000 +0100
@@ -1,9 +1,9 @@
-#! /bin/sh
+#!/bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
-scriptversion=2013-10-28.13; # UTC
+scriptversion=2016-01-11.22; # UTC
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 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
@@ -210,6 +210,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkbcomp-1.4.0/xkbcomp.pc.in 
new/xkbcomp-1.4.1/xkbcomp.pc.in
--- old/xkbcomp-1.4.0/xkbcomp.pc.in     2017-05-01 17:08:36.000000000 +0200
+++ new/xkbcomp-1.4.1/xkbcomp.pc.in     2018-03-01 18:51:55.000000000 +0100
@@ -1,4 +1,6 @@
 prefix=@prefix@
+exec_prefix=@exec_prefix@
+bindir=@bindir@
 datarootdir=@datarootdir@
 datadir=@datadir@
 xkbconfigdir=@XKBCONFIGROOT@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xkbcomp-1.4.0/ylwrap new/xkbcomp-1.4.1/ylwrap
--- old/xkbcomp-1.4.0/ylwrap    2017-05-01 17:08:40.000000000 +0200
+++ new/xkbcomp-1.4.1/ylwrap    2018-03-01 18:51:58.000000000 +0100
@@ -1,9 +1,9 @@
-#! /bin/sh
+#!/bin/sh
 # ylwrap - wrapper for lex/yacc invocations.
 
-scriptversion=2013-01-12.17; # UTC
+scriptversion=2016-01-11.22; # UTC
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 #
 # Written by Tom Tromey <[email protected]>.
 #
@@ -242,6 +242,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:

++++++ xkbcomp.keyring ++++++
--- /var/tmp/diff_new_pack.Uo9piG/_old  2018-03-08 10:53:52.029182671 +0100
+++ /var/tmp/diff_new_pack.Uo9piG/_new  2018-03-08 10:53:52.029182671 +0100
@@ -7,6 +7,14 @@
 uid       [ unknown] Daniel Stone <[email protected]>
 sub   4096R/2BD34171 2017-01-09
 
+pub   1024D/A0ECD0D3 2004-06-13 [expires: 2015-11-01]
+uid       [ expired] Adam Jackson <[email protected]>
+uid       [ expired] Adam Jackson <[email protected]>
+uid       [ expired] Adam Jackson <[email protected]>
+uid       [ expired] Adam Jackson <[email protected]>
+uid       [ expired] Adam Jackson <[email protected]>
+sub   2048g/0CC0F663 2004-06-13 [expires: never     ]
+
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v2
 
@@ -87,6 +95,42 @@
 TgsIBbgjIcCCPySGytM9VcfhVKv1PDhCmG2AYRnJ8+pK9jREXkOyPhITuJbzR0v8
 4mVvLiONe/1LO9mqN/+8orx06j5yrgrLbZ1tNHQ5HXVu8oPXjwVHF/eEnsoxE4zh
 HohH3QFzB1V+ZFYSqzggWwjfldLDZFwIOg04/UStbf/AyDyuQMRpil/rJAvsq9f7
-I2YQ3WJiPGN81TGpcGmv0xkE3GSxdw==
-=tc/c
+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
+bgTYNw==
+=WLom
 -----END PGP PUBLIC KEY BLOCK-----


Reply via email to