Hello community, here is the log from the commit of package xlsfonts for openSUSE:Factory checked in at 2018-04-19 15:26:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xlsfonts (Old) and /work/SRC/openSUSE:Factory/.xlsfonts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xlsfonts" Thu Apr 19 15:26:58 2018 rev:8 rq:593599 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/xlsfonts/xlsfonts.changes 2015-04-25 11:26:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xlsfonts.new/xlsfonts.changes 2018-04-19 15:27:09.404770643 +0200 @@ -1,0 +2,9 @@ +Wed Apr 4 16:17:40 UTC 2018 - [email protected] + +- Update to version 1.0.6 + * autogen.sh: use quoted string variables + * autogen: add default patch prefix + * Add -v option to synopsis in man page + * autogen.sh: use exec instead of waiting for configure to finish + +------------------------------------------------------------------- Old: ---- xlsfonts-1.0.5.tar.bz2 New: ---- xlsfonts-1.0.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xlsfonts.spec ++++++ --- /var/tmp/diff_new_pack.6zCEIp/_old 2018-04-19 15:27:09.956748149 +0200 +++ /var/tmp/diff_new_pack.6zCEIp/_new 2018-04-19 15:27:09.960747986 +0200 @@ -1,7 +1,7 @@ # # spec file for package xlsfonts # -# Copyright (c) 2015 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: xlsfonts -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: Utility to list fonts available from an X server License: X11 ++++++ xlsfonts-1.0.5.tar.bz2 -> xlsfonts-1.0.6.tar.bz2 ++++++ ++++ 8853 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/xlsfonts-1.0.5/ChangeLog new/xlsfonts-1.0.6/ChangeLog --- old/xlsfonts-1.0.5/ChangeLog 2015-04-17 08:52:47.000000000 +0200 +++ new/xlsfonts-1.0.6/ChangeLog 2018-03-10 02:59:08.000000000 +0100 @@ -1,3 +1,53 @@ +commit 637ba8863fa94210a7642e9460f314ec41867796 +Author: Alan Coopersmith <[email protected]> +Date: Fri Mar 9 17:57:46 2018 -0800 + + xlsfonts 1.0.6 + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 30c80ba590b9ecfbc2462da394b99c46b18e9334 +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 6dc381430b53eae2b4a13df47adf87d947c0cba7 +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 082555e57d3b0d9e9c53cc6ded7efb522ec121a8 +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 613e16765c9bfa4913c1e0c742581b217fd1d112 +Author: Niveditha Rau <[email protected]> +Date: Fri Apr 24 11:11:25 2015 -0700 + + Add -v option to synopsis in man page + + Signed-off-by: Niveditha Rau <[email protected]> + Reviewed-by: Alan Coopersmith <[email protected]> + Signed-off-by: Alan Coopersmith <[email protected]> + commit 277fe499b981f354b29116d0a930599ad02978f8 Author: Alan Coopersmith <[email protected]> Date: Thu Apr 16 23:52:15 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/xlsfonts-1.0.5/configure.ac new/xlsfonts-1.0.6/configure.ac --- old/xlsfonts-1.0.5/configure.ac 2015-04-17 08:52:21.000000000 +0200 +++ new/xlsfonts-1.0.6/configure.ac 2018-03-10 02:58:58.000000000 +0100 @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT(xlsfonts, [1.0.5], +AC_INIT(xlsfonts, [1.0.6], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xlsfonts) 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/xlsfonts-1.0.5/man/xlsfonts.man new/xlsfonts-1.0.6/man/xlsfonts.man --- old/xlsfonts-1.0.5/man/xlsfonts.man 2015-04-17 08:52:21.000000000 +0200 +++ new/xlsfonts-1.0.6/man/xlsfonts.man 2018-03-10 02:58:58.000000000 +0100 @@ -5,7 +5,7 @@ .SH SYNOPSIS .ad l \fBxlsfonts\fR -[\fB\-display \fBhost:dpy\fR\fR] [\fB\-l\fR] [\fB\-ll\fR] [\fB\-lll\fR] [\fB\-m\fR] [\fB\-C\fR] [\fB\-1\fR] [\fB\-w \fBwidth\fR\fR] [\fB\-n \fBcolumns\fR\fR] [\fB\-u\fR] [\fB\-o\fR] [\fB\-fn \fBpattern\fR\fR] +[\fB\-display \fBhost:dpy\fR\fR] [\fB\-l\fR] [\fB\-ll\fR] [\fB\-lll\fR] [\fB\-m\fR] [\fB\-C\fR] [\fB\-1\fR] [\fB\-w \fBwidth\fR\fR] [\fB\-n \fBcolumns\fR\fR] [\fB\-u\fR] [\fB\-o\fR] [\fB\-fn \fBpattern\fR\fR] [\fB\-v\fR] .SH DESCRIPTION xlsfonts lists the fonts that match the given pattern. The wildcard character "*" may be used to match any sequence of characters
