Hello community, here is the log from the commit of package showfont for openSUSE:Factory checked in at 2013-01-22 17:52:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/showfont (Old) and /work/SRC/openSUSE:Factory/.showfont.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "showfont", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/showfont/showfont.changes 2012-05-08 12:01:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.showfont.new/showfont.changes 2013-01-22 17:52:18.000000000 +0100 @@ -1,0 +2,11 @@ +Fri Jan 18 20:53:44 UTC 2013 - [email protected] + +- Update to version 1.0.4: + + Strip trailing whitespace. + + Fix gcc -Wwrite-strings warnings. + + config: move man pages into their own directory. + + man: remove trailing spaces and tabs. + + config: replace deprecated AM_CONFIG_HEADER with + AC_CONFIG_HEADERS. This silences an Autoconf warning. + +------------------------------------------------------------------- Old: ---- showfont-1.0.3.tar.bz2 New: ---- showfont-1.0.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ showfont.spec ++++++ --- /var/tmp/diff_new_pack.NGVfbS/_old 2013-01-22 17:52:19.000000000 +0100 +++ /var/tmp/diff_new_pack.NGVfbS/_new 2013-01-22 17:52:19.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package showfont # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: showfont -Version: 1.0.3 +Version: 1.0.4 Release: 0 -License: MIT Summary: Font dumper for X font server -Url: http://xorg.freedesktop.org/ +License: MIT Group: System/X11/Utilities +Url: http://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 BuildRequires: pkg-config BuildRequires: pkgconfig(libfs) ++++++ showfont-1.0.3.tar.bz2 -> showfont-1.0.4.tar.bz2 ++++++ ++++ 10058 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/showfont-1.0.3/COPYING new/showfont-1.0.4/COPYING --- old/showfont-1.0.3/COPYING 2010-10-30 23:51:57.000000000 +0200 +++ new/showfont-1.0.4/COPYING 2013-01-13 01:14:32.000000000 +0100 @@ -48,7 +48,7 @@ Copyright 2005 Red Hat, Inc. - + Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that @@ -58,7 +58,7 @@ specific, written prior permission. Red Hat makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. - + RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 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/showfont-1.0.3/ChangeLog new/showfont-1.0.4/ChangeLog --- old/showfont-1.0.3/ChangeLog 2010-10-30 23:57:05.000000000 +0200 +++ new/showfont-1.0.4/ChangeLog 2013-01-13 01:14:46.000000000 +0100 @@ -1,3 +1,59 @@ +commit 898c6df7d1de9fa19bedf3c1c1fd31df5ccd1116 +Author: Alan Coopersmith <[email protected]> +Date: Sat Jan 12 16:14:28 2013 -0800 + + showfont 1.0.4 + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 163d6b195ccfbc9d2fc5e1589dec88ccbc52dc66 +Author: Alan Coopersmith <[email protected]> +Date: Thu Nov 10 22:55:13 2011 -0800 + + Strip trailing whitespace + + Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' + git diff -w & git diff -b show no diffs from this change + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit fd581210e938c217dad196e9298776ca5f1c1e82 +Author: Alan Coopersmith <[email protected]> +Date: Thu Nov 10 22:55:02 2011 -0800 + + Fix gcc -Wwrite-strings warnings + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 352f0b7e46e3e98b9f91c736730be6a521ec4d8a +Author: Gaetan Nadon <[email protected]> +Date: Wed Jan 19 10:06:55 2011 -0500 + + config: move man pages into their own directory + + Use services provided by XORG_MANPAGE_SECTIONS. + Use standard Makefile for man pages. + + Signed-off-by: Gaetan Nadon <[email protected]> + +commit a3b603c1a6ea11e5eff62dcad79f452469dd967f +Author: Gaetan Nadon <[email protected]> +Date: Thu Jan 13 11:15:47 2011 -0500 + + man: remove trailing spaces and tabs + + Using s/[ \t]*$// + + Signed-off-by: Gaetan Nadon <[email protected]> + +commit 39875d16a8d0c0c83371d7a9ea5c00dc8bd8fd59 +Author: Gaetan Nadon <[email protected]> +Date: Wed Jan 12 16:28:02 2011 -0500 + + config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS + + This silences an Autoconf warning + commit b6d168ed36dd2f8ce217c4cbbe5666a509cfcc87 Author: Alan Coopersmith <[email protected]> Date: Sat Oct 30 14:56:44 2010 -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/showfont-1.0.3/Makefile.am new/showfont-1.0.4/Makefile.am --- old/showfont-1.0.3/Makefile.am 2010-10-30 23:51:57.000000000 +0200 +++ new/showfont-1.0.4/Makefile.am 2013-01-13 01:14:32.000000000 +0100 @@ -1,6 +1,6 @@ -# +# # Copyright 2005 Red Hat, Inc. -# +# # Permission to use, copy, modify, distribute, and sell this software and its # documentation for any purpose is hereby granted without fee, provided that # the above copyright notice appear in all copies and that both that @@ -10,7 +10,7 @@ # specific, written prior permission. Red Hat makes no # representations about the suitability of this software for any purpose. It # is provided "as is" without express or implied warranty. -# +# # RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO # EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR @@ -19,6 +19,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. +SUBDIRS = man bin_PROGRAMS = showfont AM_CFLAGS = $(SHOWFONT_CFLAGS) $(CWARNFLAGS) @@ -27,24 +28,7 @@ showfont_SOURCES = \ showfont.c -appman_PRE = \ - showfont.man - - -appmandir = $(APP_MAN_DIR) - -appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) - -EXTRA_DIST = $(appman_PRE) MAINTAINERCLEANFILES = ChangeLog INSTALL -CLEANFILES = $(appman_DATA) - -SUFFIXES = .$(APP_MAN_SUFFIX) .man - -# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure -.man.$(APP_MAN_SUFFIX): - $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ - .PHONY: 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/showfont-1.0.3/configure.ac new/showfont-1.0.4/configure.ac --- old/showfont-1.0.3/configure.ac 2010-10-30 23:56:29.000000000 +0200 +++ new/showfont-1.0.4/configure.ac 2013-01-13 01:14:32.000000000 +0100 @@ -1,6 +1,6 @@ dnl Copyright 2005 Red Hat, Inc. -dnl +dnl dnl Permission to use, copy, modify, distribute, and sell this software and its dnl documentation for any purpose is hereby granted without fee, provided that dnl the above copyright notice appear in all copies and that both that @@ -10,7 +10,7 @@ dnl specific, written prior permission. Red Hat makes no dnl representations about the suitability of this software for any purpose. It dnl is provided "as is" without express or implied warranty. -dnl +dnl dnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, dnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO dnl EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR @@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT([showfont], [1.0.3], +AC_INIT([showfont], [1.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [showfont]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -33,9 +33,12 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS([config.h]) # Checks for pkg-config packages PKG_CHECK_MODULES(SHOWFONT, libfs) -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([ + Makefile + man/Makefile]) +AC_OUTPUT 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/showfont-1.0.3/man/Makefile.am new/showfont-1.0.4/man/Makefile.am --- old/showfont-1.0.3/man/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ new/showfont-1.0.4/man/Makefile.am 2013-01-13 01:14:32.000000000 +0100 @@ -0,0 +1,12 @@ + +appmandir = $(APP_MAN_DIR) +appman_PRE = showfont.man +appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX)) + +EXTRA_DIST = $(appman_PRE) +CLEANFILES = $(appman_DATA) +SUFFIXES = .$(APP_MAN_SUFFIX) .man + +# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure +.man.$(APP_MAN_SUFFIX): + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 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/showfont-1.0.3/man/showfont.man new/showfont-1.0.4/man/showfont.man --- old/showfont-1.0.3/man/showfont.man 1970-01-01 01:00:00.000000000 +0100 +++ new/showfont-1.0.4/man/showfont.man 2013-01-13 01:14:32.000000000 +0100 @@ -0,0 +1,91 @@ +.TH SHOWFONT __appmansuffix__ __xorgversion__ +.SH NAME +showfont \- font dumper for X font server +.SH SYNOPSIS +.B showfont +[ +.I \-options +\&.\|.\|. ] +.B \-fn +.I pattern +.SH DESCRIPTION +.I Showfont +displays data about a font that matches the given \fIpattern\fP. +The information shown includes font information, font properties, +character metrics, and character bitmaps. +.PP +The wildcard character "*" can be used to match any sequence of +characters (including none) in the font name, +and "?" can be used to match any single character. +The "*" and "?" characters must be quoted to prevent them from +being expanded by the shell. +If no pattern is given, "*" is assumed. +.SH "OPTIONS" +.TP 8 +.B \-server \fIservername\fP +The X font server to contact. +.I servername +must be specified in one of the formats defined in the +.I Font Server Names +section of X(__miscmansuffix__). If not specified, the server name in the +.B FONTSERVER +environment variable is used. +.TP 8 +.BI \-fn " name" +The font to display. +.TP 8 +.B \-lsb +The bit order of the font should be requested as LSBFirst +(least significant bit first). +.TP 8 +.B \-msb +The bit order of the font should be requested as MSBFirst +(most significant bit first). +.TP 8 +.B \-LSB +The byte order of the font should be requested as LSBFirst +(least significant byte first). +.TP 8 +.B \-MSB +The byte order of the font should be requested as MSBFirst +(most significant byte first). +.TP 8 +.B \-ext\fR[\fPents_only\fR]\fP +Only the character extents should be displayed, but not the bitmaps. +.TP 8 +.BI \-start " char" +The start of the range of the characters to display +(\fIchar\fP is a number). +.TP 8 +.BI \-end " char" +The end of the range of the characters to display +(\fIchar\fP is a number). +.TP 8 +.BI \-unit " n" +The scanline unit of the font (8, 16, 32, or 64). +.TP 8 +.BI \-pad " n" +The scanpad unit of the font (8, 16, 32, or 64). +.TP 8 +.BI \-b\fR[\fPitmap_pad\fR]\fP " n" +The bitmap padding unit of the font (0, 1, or 2, +where 0 is ImageRectMin, 1 is ImageRectMaxWidth and 2 is ImageRectMax). +.TP 8 +.B \-noprops +Do not show the font properties. +.SH "SEE ALSO" +xfs(__appmansuffix__), fslsfonts(__appmansuffix__), +fstobdf(__appmansuffix__), xlsfonts(__appmansuffix__), X(__miscmansuffix__). +.SH ENVIRONMENT +.TP 8 +.B FONTSERVER +the default X font server to contact. The server name must +be specified in one of the formats defined in the +.I Font Server Names +section of X(__miscmansuffix__). +.SH COPYRIGHT +Copyright 1991, Network Computing Devices, Inc. +.br +See \fIX\fP(__miscmansuffix__) for a full statement of rights and permissions. +.SH AUTHOR +Dave Lemke, Network Computing Devices, Inc. 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/showfont-1.0.3/showfont.c new/showfont-1.0.4/showfont.c --- old/showfont-1.0.3/showfont.c 2010-10-30 23:51:57.000000000 +0200 +++ new/showfont-1.0.4/showfont.c 2013-01-13 01:14:32.000000000 +0100 @@ -80,7 +80,7 @@ static FSServer *svr; /* set from bitmap_pad to ImageRectMin, ImageMaxWidth, or ImageMax */ -static int bitmap_format; +static int bitmap_format; static FSBitmapFormat make_format(void) @@ -356,7 +356,7 @@ int main(int argc, char **argv) { - char *servername = "localhost:7100"; /* -server: font server name */ + const char *servername = "localhost:7100"; /* -server: font server name */ char *fontname = NULL; /* -fn: font name */ int i; Font fid, 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/showfont-1.0.3/showfont.man new/showfont-1.0.4/showfont.man --- old/showfont-1.0.3/showfont.man 2010-10-30 23:51:57.000000000 +0200 +++ new/showfont-1.0.4/showfont.man 1970-01-01 01:00:00.000000000 +0100 @@ -1,91 +0,0 @@ -.TH SHOWFONT __appmansuffix__ __xorgversion__ -.SH NAME -showfont \- font dumper for X font server -.SH SYNOPSIS -.B showfont -[ -.I \-options -\&.\|.\|. ] -.B \-fn -.I pattern -.SH DESCRIPTION -.I Showfont -displays data about a font that matches the given \fIpattern\fP. -The information shown includes font information, font properties, -character metrics, and character bitmaps. -.PP -The wildcard character "*" can be used to match any sequence of -characters (including none) in the font name, -and "?" can be used to match any single character. -The "*" and "?" characters must be quoted to prevent them from -being expanded by the shell. -If no pattern is given, "*" is assumed. -.SH "OPTIONS" -.TP 8 -.B \-server \fIservername\fP -The X font server to contact. -.I servername -must be specified in one of the formats defined in the -.I Font Server Names -section of X(__miscmansuffix__). If not specified, the server name in the -.B FONTSERVER -environment variable is used. -.TP 8 -.BI \-fn " name" -The font to display. -.TP 8 -.B \-lsb -The bit order of the font should be requested as LSBFirst -(least significant bit first). -.TP 8 -.B \-msb -The bit order of the font should be requested as MSBFirst -(most significant bit first). -.TP 8 -.B \-LSB -The byte order of the font should be requested as LSBFirst -(least significant byte first). -.TP 8 -.B \-MSB -The byte order of the font should be requested as MSBFirst -(most significant byte first). -.TP 8 -.B \-ext\fR[\fPents_only\fR]\fP -Only the character extents should be displayed, but not the bitmaps. -.TP 8 -.BI \-start " char" -The start of the range of the characters to display -(\fIchar\fP is a number). -.TP 8 -.BI \-end " char" -The end of the range of the characters to display -(\fIchar\fP is a number). -.TP 8 -.BI \-unit " n" -The scanline unit of the font (8, 16, 32, or 64). -.TP 8 -.BI \-pad " n" -The scanpad unit of the font (8, 16, 32, or 64). -.TP 8 -.BI \-b\fR[\fPitmap_pad\fR]\fP " n" -The bitmap padding unit of the font (0, 1, or 2, -where 0 is ImageRectMin, 1 is ImageRectMaxWidth and 2 is ImageRectMax). -.TP 8 -.B \-noprops -Do not show the font properties. -.SH "SEE ALSO" -xfs(__appmansuffix__), fslsfonts(__appmansuffix__), -fstobdf(__appmansuffix__), xlsfonts(__appmansuffix__), X(__miscmansuffix__). -.SH ENVIRONMENT -.TP 8 -.B FONTSERVER -the default X font server to contact. The server name must -be specified in one of the formats defined in the -.I Font Server Names -section of X(__miscmansuffix__). -.SH COPYRIGHT -Copyright 1991, Network Computing Devices, Inc. -.br -See \fIX\fP(__miscmansuffix__) for a full statement of rights and permissions. -.SH AUTHOR -Dave Lemke, Network Computing Devices, Inc. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
