[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/ghostscript/devel ghostscript-split-font-configuration.patch, 1.1, 1.2 ghostscript.spec, 1.78, 1.79
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/ghostscript/devel ghostscript-split-font-configuration.patch, 1.1, 1.2 ghostscript.spec, 1.78, 1.79
- Date: Mon, 18 Jul 2005 10:26:21 -0400
Author: twaugh
Update of /cvs/dist/rpms/ghostscript/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23579
Modified Files:
ghostscript-split-font-configuration.patch ghostscript.spec
Log Message:
* Mon Jul 18 2005 Tim Waugh <twaugh redhat com> 8.15-0.rc3.6
- Fixed split font configuration patch (bug #161187).
ghostscript-split-font-configuration.patch:
espgs-8.15rc3/lib/gs_fonts.ps | 13 ++++++++++---
lib/gs_init.ps.in | 9 +++++++++
2 files changed, 19 insertions(+), 3 deletions(-)
Index: ghostscript-split-font-configuration.patch
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/devel/ghostscript-split-font-configuration.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ghostscript-split-font-configuration.patch 13 Jul 2005 13:29:37 -0000 1.1
+++ ghostscript-split-font-configuration.patch 18 Jul 2005 14:26:17 -0000 1.2
@@ -11,7 +11,7 @@
- pop findlibfile { exch pop } { file } ifelse
- 2 index exch .readFontmap pop
+ 0 index /.runlibfileifexists eq {
-+ pop filelibfile {
++ pop findlibfile {
+ exch pop
+ 2 index exch .readFontmap pop
+ } { pop } ifelse
Index: ghostscript.spec
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/devel/ghostscript.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ghostscript.spec 13 Jul 2005 13:29:58 -0000 1.78
+++ ghostscript.spec 18 Jul 2005 14:26:17 -0000 1.79
@@ -5,7 +5,7 @@
Version: %{gs_ver}
BuildRequires: libjpeg-devel
-Release: 0.%{?gs_rc:%gs_rc.}5
+Release: 0.%{?gs_rc:%gs_rc.}6
License: GPL
URL: http://www.cups.org/espgs/
@@ -243,6 +243,9 @@
%postun -p /sbin/ldconfig
%changelog
+* Mon Jul 18 2005 Tim Waugh <twaugh redhat com> 8.15-0.rc3.6
+- Fixed split font configuration patch (bug #161187).
+
* Wed Jul 13 2005 Tim Waugh <twaugh redhat com> 8.15-0.rc3.5
- Split font configuration (bug #161187).
- Reverted this change:
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]