rpms/ghostscript/devel .cvsignore, 1.19, 1.20 ghostscript-big-cmap-post.patch, 1.1, 1.2 ghostscript.spec, 1.111, 1.112 sources, 1.23, 1.24 espgs-pdfwrite.patch, 1.1, NONE espgs-str1570.patch, 1.1, NONE ghostscript-build.patch, 1.4, NONE ghostscript-krgb.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 25 16:20:43 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/ghostscript/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18075

Modified Files:
	.cvsignore ghostscript-big-cmap-post.patch ghostscript.spec 
	sources 
Removed Files:
	espgs-pdfwrite.patch espgs-str1570.patch 
	ghostscript-build.patch ghostscript-krgb.patch 
Log Message:
* Tue Apr 25 2006 Tim Waugh <twaugh at redhat.com> 8.15.2-2
- 8.15.2.
- No longer need build, krgb, pdfwrite, str1570 patches.



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	30 Jan 2006 17:54:59 -0000	1.19
+++ .cvsignore	25 Apr 2006 16:20:39 -0000	1.20
@@ -15,3 +15,4 @@
 espgs-8.15rc4-source.tar.bz2
 espgs-8.15.1-source.tar.bz2
 adobe-cmaps-200406.tar.gz
+espgs-8.15.2-source.tar.bz2

ghostscript-big-cmap-post.patch:
 gs_ttf.ps |  115 +++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 85 insertions(+), 30 deletions(-)

Index: ghostscript-big-cmap-post.patch
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/devel/ghostscript-big-cmap-post.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ghostscript-big-cmap-post.patch	27 Jan 2006 11:47:44 -0000	1.1
+++ ghostscript-big-cmap-post.patch	25 Apr 2006 16:20:39 -0000	1.2
@@ -1,6 +1,5 @@
-diff -ruN espgs-8.15.1.orig/lib/gs_ttf.ps espgs-8.15.1/lib/gs_ttf.ps
---- espgs-8.15.1.orig/lib/gs_ttf.ps	2005-08-12 04:57:14.000000000 +0900
-+++ espgs-8.15.1/lib/gs_ttf.ps	2006-01-26 13:28:18.000000000 +0900
+--- espgs-8.15.2/lib/gs_ttf.ps.big-cmap-post	2005-09-22 22:31:58.000000000 +0100
++++ espgs-8.15.2/lib/gs_ttf.ps	2006-04-25 16:49:58.000000000 +0100
 @@ -261,6 +261,54 @@
    } for pop exch pop
  } bind def
@@ -146,10 +145,10 @@
    (OS/2) 1 index
 -  (post) 1 index
 +  (post) { .readbigtable }
-   (vhea) 1 index
- 	% Big tables
-   (glyf) { .readbigtable }
-@@ -860,10 +908,17 @@
+   %(vhea) 1 index
+   systemdict /DEVICE .knownget { (pdfwrite) ne } {true} ifelse {
+   (vhea) 1 index  % better to be ignored for vertical writing in pdfwrite
+@@ -867,10 +915,17 @@
    } ifelse
  		% Stack: ... /FontInfo mark key1 value1 ...
    post null ne {
@@ -171,7 +170,7 @@
    } if
    counttomark 0 ne { .dicttomark } { pop pop } ifelse
    /XUID [orgXUID 42 curxuid]
-@@ -922,22 +977,22 @@
+@@ -929,22 +984,22 @@
      } if
      tabdict /cmap get                                   % bool [] i PlatID SpecID (cmap)
      dup /cmaptab exch def % temporary


Index: ghostscript.spec
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/devel/ghostscript.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ghostscript.spec	24 Apr 2006 16:09:21 -0000	1.111
+++ ghostscript.spec	25 Apr 2006 16:20:39 -0000	1.112
@@ -1,11 +1,11 @@
-%define gs_ver 8.15.1
+%define gs_ver 8.15.2
 %define gs_dot_ver 8.15
 %{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
 Summary: A PostScript(TM) interpreter and renderer.
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 10
+Release: 2
 
 License: GPL
 URL: http://www.cups.org/espgs/
@@ -16,7 +16,6 @@
 Source3: acro5-cmaps-2001.tar.gz
 Source4: cidfmap
 
-Patch1: ghostscript-build.patch
 Patch2: ghostscript-gtk2.patch
 Patch3: ghostscript-scripts.patch
 Patch4: ghostscript-ps2epsi.patch
@@ -26,9 +25,6 @@
 Patch8: ghostscript-use-external-freetype.patch
 Patch9: ghostscript-split-font-configuration.patch
 Patch10: ghostscript-big-cmap-post.patch
-Patch11: ghostscript-krgb.patch
-Patch12: espgs-pdfwrite.patch
-Patch13: espgs-str1570.patch
 
 Requires: urw-fonts >= 1.1, ghostscript-fonts
 BuildRequires: libjpeg-devel, libXt-devel
@@ -83,7 +79,6 @@
 %setup -q -n espgs-%{gs_ver}%{?gs_rc:%gs_rc}
 
 # Make it build.
-%patch1 -p1 -b .build
 %patch2 -p1 -b .gtk2
 
 # Fix some shell scripts
@@ -109,15 +104,6 @@
 # Support reading a big cmap/post table from a TrueType font.
 %patch10 -p1 -b .big-cmap-post
 
-# Updated KRGB patch for gdevijs.
-%patch11 -p1 -b .krgb
-
-# Fix pdfwrite (bug #187834).
-%patch12 -p1 -b .pdfwrite
-
-# Fix emacs interaction (bug #189321, STR #1570).
-%patch13 -p0 -b .str1570
-
 # Convert manual pages to UTF-8
 from8859_1() {
 	iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
@@ -275,8 +261,13 @@
 %{_includedir}/ijs/*
 %{_bindir}/ijs-config
 %{_libdir}/libijs.*a
+%{_libdir}/pkgconfig/ijs.pc
 
 %changelog
+* Tue Apr 25 2006 Tim Waugh <twaugh at redhat.com> 8.15.2-2
+- 8.15.2.
+- No longer need build, krgb, pdfwrite, str1570 patches.
+
 * Mon Apr 24 2006 Tim Waugh <twaugh at redhat.com> 8.15.1-10
 - Fix emacs interaction (bug #189321, STR #1570).
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	30 Jan 2006 17:54:59 -0000	1.23
+++ sources	25 Apr 2006 16:20:39 -0000	1.24
@@ -1,3 +1,3 @@
 2fbae60417d42779f6488ab897dcaaf6  acro5-cmaps-2001.tar.gz
-2a21136953c3559e6088522753b06b1f  espgs-8.15.1-source.tar.bz2
 dfc93dd2aaaf2b86d2fd55f654c13261  adobe-cmaps-200406.tar.gz
+66180d4c0aa44c4c51ea58e13b08f2ae  espgs-8.15.2-source.tar.bz2


--- espgs-pdfwrite.patch DELETED ---


--- espgs-str1570.patch DELETED ---


--- ghostscript-build.patch DELETED ---


--- ghostscript-krgb.patch DELETED ---




More information about the fedora-cvs-commits mailing list