Hello community, here is the log from the commit of package xmodmap for openSUSE:Factory checked in at 2019-02-24 18:37:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmodmap (Old) and /work/SRC/openSUSE:Factory/.xmodmap.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmodmap" Sun Feb 24 18:37:33 2019 rev:8 rq:677967 version:1.0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/xmodmap/xmodmap.changes 2015-04-27 12:59:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xmodmap.new.28833/xmodmap.changes 2019-02-24 18:37:35.651358834 +0100 @@ -1,0 +2,7 @@ +Thu Feb 21 11:14:12 UTC 2019 - [email protected] + +- Update to version 1.0.10 + * This release provides a man page update and some small build + fixes & janitorial cleanups. + +------------------------------------------------------------------- Old: ---- xmodmap-1.0.9.tar.bz2 New: ---- xmodmap-1.0.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmodmap.spec ++++++ --- /var/tmp/diff_new_pack.7ycnp4/_old 2019-02-24 18:37:36.135358688 +0100 +++ /var/tmp/diff_new_pack.7ycnp4/_new 2019-02-24 18:37:36.139358686 +0100 @@ -1,7 +1,7 @@ # # spec file for package xmodmap # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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: xmodmap -Version: 1.0.9 +Version: 1.0.10 Release: 0 Summary: Utility to modify keymaps and pointer button mappings in X License: MIT @@ -55,7 +55,7 @@ %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README +%doc AUTHORS ChangeLog COPYING README.md %config %{_sysconfdir}/X11/Xmodmap %config %{_sysconfdir}/X11/Xmodmap.remote %{_bindir}/xmodmap ++++++ xmodmap-1.0.9.tar.bz2 -> xmodmap-1.0.10.tar.bz2 ++++++ ++++ 5583 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xmodmap-1.0.9/ChangeLog new/xmodmap-1.0.10/ChangeLog --- old/xmodmap-1.0.9/ChangeLog 2015-04-17 09:07:37.000000000 +0200 +++ new/xmodmap-1.0.10/ChangeLog 2019-02-20 00:36:49.000000000 +0100 @@ -1,3 +1,100 @@ +commit c5a5fb06fd25c044f343f4571c645fd6c954d038 +Author: Alan Coopersmith <[email protected]> +Date: Tue Feb 19 15:33:29 2019 -0800 + + xmodmap 1.0.10 + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit d0d28d45a2479b4ddc3c5656ac75433cc922bf46 +Author: Alan Coopersmith <[email protected]> +Date: Wed Nov 21 17:16:14 2018 -0800 + + Update configure.ac bug URL for gitlab migration + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 0a4cc4af3d3fc38e10d3ff23c36380b5252bd520 +Author: Alan Coopersmith <[email protected]> +Date: Fri Nov 16 22:40:31 2018 -0800 + + Update README for gitlab migration + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 9be2acabde0364a3a6b506ea59db24d922844ccc +Author: Wolfgang Pfeiffer <[email protected]> +Date: Mon Jul 9 10:20:35 2018 +1000 + + man: remove reference to the XKeysymDB + + The XKeysymDB was removed around 2010 - please see: + https://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=eb023c0f8919e809b8b609e1467b14d20a290aa7 + + Signed-off-by: Peter Hutterer <[email protected]> + +commit c4df95c5075a728c0d089bed208042fdfa7a7765 +Author: Alan Coopersmith <[email protected]> +Date: Sat May 5 15:15:33 2018 -0700 + + Change fall through comment in xmodmap.c to match gcc's requirements + + Needs to match one of the regexps shown under + https://gcc.gnu.org/onlinedocs/gcc-7.3.0/gcc/Warning-Options.html#index-Wimplicit-fallthrough + + Silences warning from gcc 7.3.0: + + xmodmap.c: In function ‘main’: + xmodmap.c:358:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + arg[1] = tolower (arg[1]); + ~~~~~~~^~~~~~~~~~~~~~~~~~ + xmodmap.c:360:8: note: here + case 's': + ^~~~ + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 9067c5b2aac51cdd1e45d5652a2a43db6c440cac +Author: Mihail Konev <[email protected]> +Date: Thu Jan 26 14:00:21 2017 +1000 + + autogen: add default patch prefix + + Signed-off-by: Mihail Konev <[email protected]> + +commit dd8de1b4eebd39b36566bdeb2c8bc594add7c1a8 +Author: Emil Velikov <[email protected]> +Date: Mon Mar 9 12:00:52 2015 +0000 + + autogen.sh: use quoted string variables + + Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent + fall-outs, when they contain space. + + Signed-off-by: Emil Velikov <[email protected]> + Reviewed-by: Peter Hutterer <[email protected]> + Signed-off-by: Peter Hutterer <[email protected]> + +commit 29e2bd5a257a4f60c1729ab823ed990597294ffc +Author: Peter Hutterer <[email protected]> +Date: Tue Jan 24 10:32:07 2017 +1000 + + autogen.sh: use exec instead of waiting for configure to finish + + Syncs the invocation of configure with the one from the server. + + Signed-off-by: Peter Hutterer <[email protected]> + Reviewed-by: Emil Velikov <[email protected]> + +commit 6d5aa481669cdbf2f0cb83bb0b8f142ba94307ae +Author: Matthew Green <[email protected]> +Date: Mon Jul 20 10:22:43 2015 +0200 + + Properly hide config.h behind HAVE_CONFIG_H. + + Signed-off-by: Thomas Klausner <[email protected]> + Reviewed-by: Alan Coopersmith <[email protected]> + commit 1e0d98566d01fb5da9836e1fc402fb28f8d8b499 Author: Alan Coopersmith <[email protected]> Date: Fri Apr 17 00:06:59 2015 -0700 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xmodmap-1.0.9/Makefile.am new/xmodmap-1.0.10/Makefile.am --- old/xmodmap-1.0.9/Makefile.am 2015-04-17 09:07:11.000000000 +0200 +++ new/xmodmap-1.0.10/Makefile.am 2019-02-20 00:36:39.000000000 +0100 @@ -35,6 +35,7 @@ EXTRA_DIST = \ autogen.sh \ + README.md \ swap.km MAINTAINERCLEANFILES = ChangeLog INSTALL diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xmodmap-1.0.9/README new/xmodmap-1.0.10/README --- old/xmodmap-1.0.9/README 2015-04-17 09:07:11.000000000 +0200 +++ new/xmodmap-1.0.10/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,29 +0,0 @@ -The xmodmap program is used to edit and display the keyboard modifier -map and keymap table that are used by client applications to convert -event keycodes into keysyms. It is usually run from the user's -session startup script to configure the keyboard according to personal -tastes. - -All questions regarding this software should be directed at the -Xorg mailing list: - - http://lists.freedesktop.org/mailman/listinfo/xorg - -Please submit bug reports to the Xorg bugzilla: - - https://bugs.freedesktop.org/enter_bug.cgi?product=xorg - -The master development code repository can be found at: - - git://anongit.freedesktop.org/git/xorg/app/xmodmap - - http://cgit.freedesktop.org/xorg/app/xmodmap - -For patch submission instructions, see: - - http://www.x.org/wiki/Development/Documentation/SubmittingPatches - -For more information on the git code manager, see: - - http://wiki.x.org/wiki/GitPage - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xmodmap-1.0.9/README.md new/xmodmap-1.0.10/README.md --- old/xmodmap-1.0.9/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/xmodmap-1.0.10/README.md 2019-02-20 00:36:39.000000000 +0100 @@ -0,0 +1,21 @@ +The xmodmap program is used to edit and display the keyboard modifier +map and keymap table that are used by client applications to convert +event keycodes into keysyms. It is usually run from the user's +session startup script to configure the keyboard according to personal +tastes. + +All questions regarding this software should be directed at the +Xorg mailing list: + + https://lists.x.org/mailman/listinfo/xorg + +The master development code repository can be found at: + + https://gitlab.freedesktop.org/xorg/app/xmodmap + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xmodmap-1.0.9/autogen.sh new/xmodmap-1.0.10/autogen.sh --- old/xmodmap-1.0.9/autogen.sh 2015-04-17 09:07:11.000000000 +0200 +++ new/xmodmap-1.0.10/autogen.sh 2019-02-20 00:36:39.000000000 +0100 @@ -1,14 +1,17 @@ #! /bin/sh -srcdir=`dirname $0` +srcdir=`dirname "$0"` test -z "$srcdir" && srcdir=. ORIGDIR=`pwd` -cd $srcdir +cd "$srcdir" autoreconf -v --install || exit 1 -cd $ORIGDIR || exit $? +cd "$ORIGDIR" || exit $? + +git config --local --get format.subjectPrefix >/dev/null 2>&1 || + git config --local format.subjectPrefix "PATCH app/xmodmap" if test -z "$NOCONFIGURE"; then - $srcdir/configure "$@" + exec "$srcdir"/configure "$@" fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xmodmap-1.0.9/configure.ac new/xmodmap-1.0.10/configure.ac --- old/xmodmap-1.0.9/configure.ac 2015-04-17 09:07:11.000000000 +0200 +++ new/xmodmap-1.0.10/configure.ac 2019-02-20 00:36:39.000000000 +0100 @@ -24,8 +24,8 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xmodmap], - [1.0.9], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [1.0.10], + [https://gitlab.freedesktop.org/xorg/app/xmodmap/issues], [xmodmap]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xmodmap-1.0.9/handle.c new/xmodmap-1.0.10/handle.c --- old/xmodmap-1.0.9/handle.c 2015-04-17 09:07:11.000000000 +0200 +++ new/xmodmap-1.0.10/handle.c 2019-02-20 00:36:39.000000000 +0100 @@ -26,7 +26,10 @@ */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif + #include <X11/Xos.h> #include <X11/Xlib.h> #include <stdio.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xmodmap-1.0.9/man/xmodmap.man new/xmodmap-1.0.10/man/xmodmap.man --- old/xmodmap-1.0.9/man/xmodmap.man 2015-04-17 09:07:11.000000000 +0200 +++ new/xmodmap-1.0.10/man/xmodmap.man 2019-02-20 00:36:39.000000000 +0100 @@ -143,8 +143,7 @@ conflicts. .PP The list of keysym names may be found in the header file -\fI<X11/keysymdef.h>\fP (without the \fIXK_\fP prefix), -supplemented by the keysym database \fI __X11datadir__/XKeysymDB\fP. +\fI<X11/keysymdef.h>\fP (without the \fIXK_\fP prefix). Keysyms matching Unicode characters may be specified as "U0020" to "U007E" and "U00A0" to "U10FFFF" for all possible Unicode characters. .TP 8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xmodmap-1.0.9/xmodmap.c new/xmodmap-1.0.10/xmodmap.c --- old/xmodmap-1.0.9/xmodmap.c 2015-04-17 09:07:11.000000000 +0200 +++ new/xmodmap-1.0.10/xmodmap.c 2019-02-20 00:36:39.000000000 +0100 @@ -356,7 +356,7 @@ case 'L': case 'C': arg[1] = tolower (arg[1]); - /* fall through to handler below */ + /* fall through - to handler below */ case 's': case 'l': case 'c': {
