Hello community, here is the log from the commit of package xkbprint for openSUSE:Factory checked in at 2019-11-06 13:56:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xkbprint (Old) and /work/SRC/openSUSE:Factory/.xkbprint.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xkbprint" Wed Nov 6 13:56:15 2019 rev:7 rq:745133 version:1.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/xkbprint/xkbprint.changes 2015-04-25 11:26:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xkbprint.new.2990/xkbprint.changes 2019-11-06 13:56:20.064171298 +0100 @@ -1,0 +2,11 @@ +Mon Nov 4 10:11:42 UTC 2019 - Stefan Dirsch <[email protected]> + +- Update to version 1.0.5 + * xkbprint(1): Some (typographical) corrections to the manual + * Update README for gitlab migration + * Update configure.ac bug URL for gitlab migration + * autogen: add default patch prefix + * autogen.sh: use quoted string variables + * autogen.sh: use exec instead of waiting for configure to finish + +------------------------------------------------------------------- Old: ---- xkbprint-1.0.4.tar.bz2 New: ---- xkbprint-1.0.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xkbprint.spec ++++++ --- /var/tmp/diff_new_pack.DoB3Iq/_old 2019-11-06 13:56:21.636173002 +0100 +++ /var/tmp/diff_new_pack.DoB3Iq/_new 2019-11-06 13:56:21.640173006 +0100 @@ -1,7 +1,7 @@ # # spec file for package xkbprint # -# 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 @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: xkbprint -Version: 1.0.4 +Version: 1.0.5 Release: 0 Summary: Utility to print an XKB keyboard description License: MIT @@ -48,7 +48,7 @@ %files %defattr(-,root,root) -%doc ChangeLog COPYING README +%doc ChangeLog COPYING README.md %{_bindir}/xkbprint %{_mandir}/man1/xkbprint.1%{?ext_man} ++++++ xkbprint-1.0.4.tar.bz2 -> xkbprint-1.0.5.tar.bz2 ++++++ ++++ 5184 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/xkbprint-1.0.4/ChangeLog new/xkbprint-1.0.5/ChangeLog --- old/xkbprint-1.0.4/ChangeLog 2015-04-17 08:44:04.000000000 +0200 +++ new/xkbprint-1.0.5/ChangeLog 2019-11-03 23:23:07.000000000 +0100 @@ -1,3 +1,70 @@ +commit 7defa9ddfd5f5d1853b9f404af854b0f42fa6ee5 +Author: Matt Turner <[email protected]> +Date: Sun Nov 3 14:20:07 2019 -0800 + + xkbprint 1.0.5 + + Signed-off-by: Matt Turner <[email protected]> + +commit b968db6ca6fdb6ebb2384eaffaabe406c5cf783f +Author: Alan Coopersmith <[email protected]> +Date: Sun Sep 15 17:53:55 2019 -0700 + + xkbprint(1): Some (typographical) corrections to the manual + + Fixes: https://gitlab.freedesktop.org/xorg/app/xkbprint/issues/2 + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742356 + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 9b134b4835cc0b6743bbd67d61b647dff3941ca9 +Author: Alan Coopersmith <[email protected]> +Date: Wed Nov 21 17:12:07 2018 -0800 + + Update configure.ac bug URL for gitlab migration + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit d15a9ce43042d12c545d194f46075214678046e9 +Author: Alan Coopersmith <[email protected]> +Date: Fri Nov 16 22:27:40 2018 -0800 + + Update README for gitlab migration + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 8122e255d9c8c417d1eb9496b9b7b5c6cb53c334 +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 e43f3641499669bc993fe8370b58dac94d4e7eb1 +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 b08a9ce8e834d5c019b37a63dbc2e06b2ace93ca +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 facf56074567094349d9050e99a659d8e3a1b0ce Author: Alan Coopersmith <[email protected]> Date: Thu Apr 16 23:41:38 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/xkbprint-1.0.4/Makefile.am new/xkbprint-1.0.5/Makefile.am --- old/xkbprint-1.0.4/Makefile.am 2015-04-17 08:41:46.000000000 +0200 +++ new/xkbprint-1.0.5/Makefile.am 2019-11-03 23:23:01.000000000 +0100 @@ -44,3 +44,5 @@ $(CHANGELOG_CMD) dist-hook: ChangeLog INSTALL + +EXTRA_DIST = README.md 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/xkbprint-1.0.4/README new/xkbprint-1.0.5/README --- old/xkbprint-1.0.4/README 2015-04-17 08:41:46.000000000 +0200 +++ new/xkbprint-1.0.5/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,26 +0,0 @@ -xkbprint generates a printable or encapsulated PostScript description -of an XKB keyboard description. - -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/xkbprint - - http://cgit.freedesktop.org/xorg/app/xkbprint - -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/xkbprint-1.0.4/README.md new/xkbprint-1.0.5/README.md --- old/xkbprint-1.0.4/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/xkbprint-1.0.5/README.md 2019-11-03 23:23:01.000000000 +0100 @@ -0,0 +1,18 @@ +xkbprint generates a printable or encapsulated PostScript description +of an XKB keyboard description. + +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/xkbprint + +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/xkbprint-1.0.4/compile new/xkbprint-1.0.5/compile --- old/xkbprint-1.0.4/compile 2015-04-17 08:41:51.000000000 +0200 +++ new/xkbprint-1.0.5/compile 2019-11-03 23:23:04.000000000 +0100 @@ -1,9 +1,9 @@ #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2012-10-14.11; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # Written by Tom Tromey <[email protected]>. # # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -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 @@ -339,9 +340,9 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: 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/xkbprint-1.0.4/configure.ac new/xkbprint-1.0.5/configure.ac --- old/xkbprint-1.0.4/configure.ac 2015-04-17 08:41:46.000000000 +0200 +++ new/xkbprint-1.0.5/configure.ac 2019-11-03 23:23:01.000000000 +0100 @@ -23,8 +23,8 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xkbprint], [1.0.4], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xkbprint]) +AC_INIT([xkbprint], [1.0.5], + [https://gitlab.freedesktop.org/xorg/app/xkbprint/issues], [xkbprint]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Needed for asprintf on GNU libc 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/xkbprint-1.0.4/man/xkbprint.man new/xkbprint-1.0.5/man/xkbprint.man --- old/xkbprint-1.0.4/man/xkbprint.man 2015-04-17 08:41:46.000000000 +0200 +++ new/xkbprint-1.0.5/man/xkbprint.man 2019-11-03 23:23:01.000000000 +0100 @@ -21,7 +21,7 @@ server-\fIn\fP where \fIn\fP is the number of the display. .SH OPTIONS .TP 8 -.B \-?, -help +.B \-?, \-help Prints a usage message. .TP 8 .B \-color @@ -44,7 +44,7 @@ Print the keyboard at full size. .TP 8 .B \-grid\ \fIres\fP -Print a grid with \fIres\fPmm resolution over the keyboard. +Print a grid with \fIres\fP\ mm resolution over the keyboard. .TP 8 .B \-if\ \fIfontName\fP Specifies an internal PostScript type 1 font to dump to the specified @@ -52,8 +52,8 @@ No keyboard description is printed if an internal font is dumped. .TP 8 .B \-label\ \fItype\fP -Specifies the labels to be printed on keys; legal types are: \fInone\fP, -\fIname\fP,\fIcode\fP,\fIsymbols\fP. +Specifies the labels to be printed on keys; valid types are: \fInone\fP, +\fIname\fP, \fIcode\fP, and \fIsymbols\fP. .TP 8 .B \-lc\ \fI<locale>\fP Specifies a locale in which KeySyms should be resolved. @@ -90,24 +90,27 @@ Use \fIdirectory\fP as the root directory; all path names are interpreted relative to \fIdirectory\fP. .TP 8 -.B -pict \fIwhich\fP +.B \-pict \fIwhich\fP Controls use of pictographs instead of keysym names where available. -\fIwhich\fP can be any of \fIall\fP, \fInone\fP, or \fIcommon\fP(default). +\fIwhich\fP can be any of \fIall\fP, \fInone\fP, or \fIcommon\fP (default). .TP 8 -.B -synch +.B \-synch Forces synchronization for X requests. .TP 8 -.B -version +.B \-version Print out the program version and exit. .TP 8 -.B -w\ \fIlevel\fP +.B \-w\ \fIlevel\fP Sets warning level (0 for no warning, 10 for all warnings). .SH "SEE ALSO" -X(__miscmansuffix__),xkbcomp(__appmansuffix__) +.BR X (__miscmansuffix__), +.BR xkbcomp (__appmansuffix__) .SH COPYRIGHT Copyright 1995, Silicon Graphics Computer Systems Copyright 1995, 1998 The Open Group .br -See \fIX(__miscmansuffix__)\fP for a full statement of rights and permissions. +See +.BR X (__miscmansuffix__) +for a full statement of rights and permissions. .SH AUTHOR Erik Fortune, Silicon Graphics 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/xkbprint-1.0.4/missing new/xkbprint-1.0.5/missing --- old/xkbprint-1.0.4/missing 2015-04-17 08:41:51.000000000 +0200 +++ new/xkbprint-1.0.5/missing 2019-11-03 23:23:04.000000000 +0100 @@ -1,9 +1,9 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2013-10-28.13; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <[email protected]>, 1996. # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -101,9 +101,9 @@ exit $st fi -perl_URL=http://www.perl.org/ -flex_URL=http://flex.sourceforge.net/ -gnu_software_URL=http://www.gnu.org/software +perl_URL=https://www.perl.org/ +flex_URL=https://github.com/westes/flex +gnu_software_URL=https://www.gnu.org/software program_details () { @@ -207,9 +207,9 @@ exit $st # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End:
