rpms/t1lib/devel t1lib-5.0.0-t1libconfig.patch, 1.1, 1.2 t1lib.spec, 1.10, 1.11

Roozbeh Pournader (roozbeh) fedora-extras-commits at redhat.com
Sun Feb 26 13:07:29 UTC 2006


Author: roozbeh

Update of /cvs/extras/rpms/t1lib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21909

Modified Files:
	t1lib-5.0.0-t1libconfig.patch t1lib.spec 
Log Message:
* Sun Feb 26 2006 Roozbeh Pournader <roozbeh at farsiweb.info> - 5.1.0-6
- Change X11 font path to Fedora Core 5's default (#183108, Ville Skyttä)


t1lib-5.0.0-t1libconfig.patch:

Index: t1lib-5.0.0-t1libconfig.patch
===================================================================
RCS file: /cvs/extras/rpms/t1lib/devel/t1lib-5.0.0-t1libconfig.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- t1lib-5.0.0-t1libconfig.patch	8 Nov 2004 05:23:56 -0000	1.1
+++ t1lib-5.0.0-t1libconfig.patch	26 Feb 2006 13:07:29 -0000	1.2
@@ -24,13 +24,13 @@
 +and generates a configuration file and font database file for the
 +.B t1lib
 +rasterizer library accordingly.  By default, it looks in all
-+subdirectories of /usr/X11R6/lib/X11/fonts, and in
++subdirectories of /usr/share/X11/fonts, and in
 +/usr/lib/ghostscript.  Extra directories to search may be specified on 
 +the command line.  The
 +.B t1libconfig
 +script tries not to scan the same directory twice (this is, however,
-+not foolproof, since /usr/X11R6/lib/X11/fonts and /usr/lib/X11/fonts
-+typically point to the same directory on GNU/Linux systems).
++not foolproof, since symbolic links may result in different paths
++pointing to the same directory on GNU/Linux systems).
 +.SH OPTIONS
 +.TP
 +.BR \-v\fP, \fB\-\-version
@@ -107,7 +107,7 @@
 +}
 +
 +version=0.2
-+x11fontdirs=$(find /usr/X11R6/lib/X11/fonts -type d -printf "%p " || true)
++x11fontdirs=$(find /usr/share/X11/fonts -type d -printf "%p " || true)
 +fontdirs="/usr/lib/ghostscript/fonts $x11fontdirs"
 +conffile=/etc/t1lib/t1lib.config
 +confdir=/etc/t1lib/


Index: t1lib.spec
===================================================================
RCS file: /cvs/extras/rpms/t1lib/devel/t1lib.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- t1lib.spec	14 Feb 2006 10:05:40 -0000	1.10
+++ t1lib.spec	26 Feb 2006 13:07:29 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           t1lib
 Version:        5.1.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 
 Summary:        PostScript Type 1 font rasterizer
 
@@ -100,6 +100,9 @@
 
 
 %changelog
+* Sun Feb 26 2006 Roozbeh Pournader <roozbeh at farsiweb.info> - 5.1.0-6
+- Change X11 font path to Fedora Core 5's default (#183108, Ville Skyttä)
+
 * Tue Feb 14 2006 Roozbeh Pournader <roozbeh at farsiweb.info> - 5.1.0-5
 - Rebuild for Fedora Extras 5
 




More information about the fedora-extras-commits mailing list