From 13a2453f6871faf8777ddfa9f762ad1d057e5da0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:08:02 +0000 Subject: [PATCH] auto-import changelog data from ghostscript-5.50-7j1.src.rpm Fri Sep 01 2000 Mitsuo Hamada - add support JIS B size - fix the problem of reconverting GNUPLOT output --- ghostscript.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/ghostscript.spec b/ghostscript.spec index 0410335..5a05d5b 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -1,4 +1,4 @@ -%define enable_japanese 0 +%define enable_japanese 1 %define vflib gs5.50-vflib-1.0 %define gsj gs550j1 @@ -7,7 +7,7 @@ Name: ghostscript %define hpdjver 2.6 %define md2kver 0.2a Version: 5.50 -Release: 7 +Release: 7j1 License: GPL URL: http://gnu-gs.sourceforge.net/ Group: Applications/Publishing @@ -35,6 +35,10 @@ Patch10: ghostscript-5.50-configj.patch Patch11: ghostscript-5.50-cdj880.patch Patch12: ghostscript-5.50-bmp16m.patch Patch13: ghostscript-5.50-gcc296.patch +%if %{enable_japanese} +Patch20: ghostscript-5.50-jisb.patch +%endif +Patch21: ghostscript-5.50-ps.patch Requires: urw-fonts >= 1.1, ghostscript-fonts BuildRequires: freetype-devel %if %{enable_japanese} @@ -101,6 +105,11 @@ perl -pi -e "s/^DEVICE_DEVS6=/DEVICE_DEVS6=md2k.dev md5k.dev /g" unix-gcc.mak %patch12 -p1 -b .bmp16m %patch13 -p1 -b .gcc296 +%if %{enable_japanese} +%patch20 -p0 +%endif +%patch21 -p0 + rm -rf tmp ln -s unix-gcc.mak Makefile @@ -148,6 +157,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Sep 1 2000 Mitsuo Hamada +- add support JIS B size +- fix the problem of reconverting GNUPLOT output + * Wed Aug 2 2000 Matt Wilson - rebuilt against new libpng