source: projects/specs/trunk/g/ghostscript/ghostscript-vl.spec @ 11067

Revision 11067, 42.7 KB checked in by tomop, 7 years ago (diff)

ghostscript-9.20-1

Line 
1%define gs_ver 9.20
2%define gs_dot_ver 9.20
3%{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
4Summary: A PostScript(TM) interpreter and renderer.
5Summary(ja): 日本語 PostScript(TM) インタプリタ/レンダラ/ビュア
6Name: ghostscript
7Version: %{gs_ver}
8Release: 1%{?_dist_release}
9
10# Included CMap data is Redistributable, no modification permitted,
11# see http://bugzilla.redhat.com/487510
12License: AGPLv3+ and Redistributable, no modification permitted
13URL: http://www.ghostscript.com/
14Group: Applications/Publishing
15Source0: ghostscript-%{gs_ver}.tar.xz
16# ghostscript contains code we cannot ship due to licensing concerns.
17# Therefore we use this script to remove it before shipping the
18# tarball.
19# Download the upstream tarball and invoke this script while in the
20# tarball's directory:
21Source1: generate-tarball.sh
22Source2: CIDFnmap
23Source4: cidfmap
24Source5: cidfmap.ja
25
26Source10: Changelog.gs7.vine
27
28# patches from fedora
29Patch1: ghostscript-9.20-fix-openjpeg-system-build.patch
30Patch2: ghostscript-9.20-runlibfileifexists.patch
31Patch3: ghostscript-9.20-run-dvipdf-securely.patch
32Patch4: ghostscript-9.20-urw-fonts-naming.patch
33Patch10: ghostscript-9.20-handle-glyphdirectory-correctly.patch
34Patch11: ghostscript-9.20-remove-and-reimplement-ConvertUTF.patch
35
36# security patches
37Patch5: ghostscript-9.20-cve-2016-7979.patch
38Patch6: ghostscript-9.20-cve-2016-7976.patch
39Patch7: ghostscript-9.20-cve-2016-7978.patch
40Patch8: ghostscript-9.20-cve-2016-8602.patch
41Patch9: ghostscript-9.20-cve-2016-7977.patch
42Patch12: ghostscript-9.20-cve-2016-9601.patch
43Patch13: ghostscript-9.20-cve-2017-7207.patch
44Patch14: ghostscript-9.20-cve-2016-10217.patch
45Patch15: ghostscript-9.20-cve-2016-10218.patch
46Patch16: ghostscript-9.20-cve-2016-10219.patch
47Patch17: ghostscript-9.20-cve-2016-10220.patch
48Patch18: ghostscript-9.20-cve-2017-5951.patch
49Patch19: ghostscript-9.20-cve-2017-8291.patch
50Patch20: ghostscript-9.20-cve-2017-7975.patch
51
52BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
53BuildRequires: xz
54BuildRequires: libjpeg-devel, libXt-devel
55BuildRequires: zlib-devel, libpng-devel, unzip, gtk3-devel
56BuildRequires: glib2-devel, gnutls-devel
57# Omni requires libxml
58BuildRequires: libxml2-devel
59BuildRequires: libtiff-devel
60BuildRequires: cups-devel >= 1.1.13
61BuildRequires: libtool
62#BuildRequires: jasper-devel
63BuildRequires: dbus-devel
64BuildRequires: poppler-data
65BuildRequires: lcms2-devel
66BuildRequires: openjpeg2-devel
67%{?_with_freetype:BuildRequires: freetype2-devel}
68
69Requires: urw-fonts
70Requires: ghostscript-fonts
71Requires: poppler-data
72
73Obsoletes: hpijs <= 1.7.1-2vl5
74#Provides: hpijs
75
76Obsoletes: ghostscript-shared < 8.0
77Provides: ghostscript-shared = %{version}-%{release}
78
79Conflicts: cups < 1.3.9-1
80
81Packager: daisuke
82Vendor: Project Vine
83Distribution: Vine Linux
84
85%description
86Ghostscript is a set of software that provides a PostScript(TM)
87interpreter, a set of C procedures (the Ghostscript library, which
88implements the graphics capabilities in the PostScript language) and
89an interpreter for Portable Document Format (PDF) files. Ghostscript
90translates PostScript code into many common, bitmapped formats, like
91those understood by your printer or screen. Ghostscript is normally
92used to display PostScript files and to print PostScript files to
93non-PostScript printers.
94
95If you need to display PostScript files or print them to
96non-PostScript printers, you should install ghostscript. If you
97install ghostscript, you also need to install the ghostscript-fonts
98package.
99
100%description -l ja
101Ghostscript は PostScript(TM)interpreterやC procedure (PostScript言語の中で
102graphic機能を実装した Ghostscript ライブラリ)や Portable Document Format
103(PDF)ファイルの interpreter などのソフトウェア集です。
104Ghostscript は PostScript コードをお使いのプリンターやスクリーンが理解できる
105多くの一般的な bitmap 形式のフォーマットに変換します。
106Ghostscript は一般的に PostScript ファイルを表示させたり、非 PostScript
107プリンターに PostScript ファイルを印刷する場合に使用します。
108
109もしもあなたが、PostScript ファイルを表示させたり、非 PostScript プリンターに
110PostScript ファイルを印刷するのであれば、ghostscript をインストールするべきです。
111もしもあなたが ghostscript をインストールするならば、ghostscript-fonts
112パッケージも必要です。
113
114
115%package devel
116Summary: Files for developing applications that use ghostscript.
117Summary(ja): ghostscript を使うアプリケーションを開発するためのファイル
118Requires: %{name} = %{version}-%{release}
119Group: Development/Libraries
120Obsoletes: hpijs <= 1.7.1-2vl5
121
122%description devel
123The header files for developing applications that use ghostscript.
124
125%description devel -l ja
126ghostscript を使うアプリケーションを開発するためのヘッダファイル
127
128%package doc
129Summary: Documentation for ghostscript.
130Summary(ja): ghostscript のドキュメント
131Requires: %{name} = %{version}-%{release}
132Group: Documentation
133
134%description doc
135The documentation files that come with ghostscript.
136
137%package gtk
138Summary: A GTK-enabled PostScript(TM) interpreter and renderer.
139Summary(ja): GTK+ 版の PostScript(TM) インタプリタ/レンダラ
140Requires: %{name} = %{version}-%{release}
141Group: Applications/Publishing
142
143%description gtk
144A GTK-enabled version of Ghostscript, called 'gsx'.
145
146%prep
147%setup -q -n %{name}-%{gs_ver}
148rm -rf expat freetype icclib jasper jpeg jpegxr lcms lcms2 libpng openjpeg zlib cups/libs
149
150%patch1 -p1
151
152# Fix error when using 'convert' from ImageMagick, and
153# make sure the configuration in /etc/ghostscript/Fonts.local is used:
154%patch2 -p1
155
156# Fix some shell scripts
157%patch3 -p1
158
159# Use old names for urw-fonts (bug #1207577).
160%patch4 -p1
161
162# security patches.
163# DSC parser - validate parameters (bug #1382305):
164%patch5 -p1
165
166# Add a file permissions callaback (bug #1382294):
167%patch6 -p1
168
169# Reference count device icc profile (bug #1382300):
170%patch7 -p1
171
172# Check for sufficient params in .sethalftone5 (bug #1383940):
173%patch8 -p1
174
175# Honor -dSAFER in .libfile (bug #1380415):
176%patch9 -p1
177
178# handle GlyphDirectory as an array (http://bugs.ghostscript.com/show_bug.cgi?id=697286):
179%patch10 -p1
180
181# Remove (and re-implement) ConvertUTF.c because of licensing issues (bug #1404933):
182%patch11 -p1
183
184# Squash signed/unsigned warnings in MSVC jbig2 build (bug #1410021):
185%patch12 -p1
186
187# Check for null-pointer dereference in mem_get_bits_rectangle() (bug #1434497):
188%patch13 -p1
189
190# CVE-2016-10217 (bug #1441564):
191%patch14 -p1
192
193# CVE-2016-10218 (bug #1441568):
194%patch15 -p1
195
196# CVE-2016-10219 (bug #1441569):
197%patch16 -p1
198
199# CVE-2016-10220 (bug #1441571):
200%patch17 -p1
201
202# CVE-2017-5951 (bug #1441572):
203%patch18 -p1
204
205# CVE-2017-8291 (bug #1446063):
206%patch19 -p1
207
208# CVE-2017-7975 (bug #1443940):
209%patch20 -p1
210
211
212# Convert manual pages to UTF-8
213from8859_1() {
214        iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
215        mv "${1}_" "$1"
216}
217for i in man/de/*.1; do
218  if [ "$(file --brief --mime-encoding "$i")" = iso-8859-1 ]; then
219    from8859_1 "$i"
220  fi
221done
222
223# Convert ps files to UTF-8
224for i in examples/cjk/gsc*.ps; do from8859_1 "$i"; done
225
226%build
227# Compile without strict aliasing opts due to these files:
228# gdevescv.c gdevl4v.c gdevopvp.c gdevbbox.c gdevdbit.c gdevddrw.c
229# gdevp14.c gdevpdfd.c gdevpdfi.c gdevpdfo.c gdevpdft.c gdevpdfv.c
230# gdevpdte.c gdevpdtt.c gdevps.c gdevpx.c gscoord.c gscparam.c gscrd.c
231# gsdps1.c gsimage.c gspath1.c gsptype1.c gsptype2.c gstype2.c
232# gstype42.c gxccache.c gxchar.c gxclimag.c gxclpath.c gxfcopy.c
233# gximag3x.c gximage3.c gxipixel.c gxshade1.c gxstroke.c gxtype1.c
234# ibnum.c iscanbin.c zchar1.c zchar.c zcharx.c zfapi.c zfont32.c
235# zfunc0.c zfunc3.c zfunc4.c zpcolor.c zshade.c
236EXTRACFLAGS="-fno-strict-aliasing"
237
238FONTPATH=
239for path in \
240        %{_datadir}/fonts/default/%{name} \
241        %{_datadir}/fonts/default/Type1 \
242        %{_datadir}/fonts/default/amspsfnt/pfb \
243        %{_datadir}/fonts/default/cmpsfont/pfb \
244        %{_datadir}/fonts \
245        %{_datadir}/%{name}/conf.d \
246        %{_sysconfdir}/%{name} \
247        %{_sysconfdir}/%{name}/%{gs_dot_ver} \
248        %{_datadir}/poppler/cMap/*
249do
250  FONTPATH="$FONTPATH${FONTPATH:+:}$path"
251done
252autoconf --force
253%configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" \
254        --with-drivers=ALL --disable-compile-inits --with-system-libtiff \
255        --with-install-cups \
256        CFLAGS="$CFLAGS $EXTRACFLAGS"
257
258# Build IJS
259cd ijs
260./autogen.sh
261%configure --enable-shared --enable-static
262make %{?_smp_mflags}
263cd ..
264
265%if %{build_with_freetype}
266FT_CFLAGS=$(pkg-config --cflags freetype2)
267make %{?_smp_mflags} \
268     so RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix} \
269        FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
270make %{?_smp_mflags} \
271     RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix} \
272        FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
273%else
274make %{?_smp_mflags} \
275     so RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix}
276make %{?_smp_mflags} \
277     RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix}
278%endif
279make cups
280
281%install
282rm -rf $RPM_BUILD_ROOT
283mkdir -p $RPM_BUILD_ROOT
284mkdir -p $RPM_BUILD_ROOT/{%{_mandir},%{_bindir},%{_datadir},%{_docdir}}
285mkdir -p $RPM_BUILD_ROOT/{%{_libdir},%{_includedir}/ijs}
286
287make install soinstall \
288%{?_with_freetype:FT_BRIDGE=1} \
289        prefix=$RPM_BUILD_ROOT%{_prefix} \
290        mandir=$RPM_BUILD_ROOT%{_mandir} \
291        datadir=$RPM_BUILD_ROOT%{_datadir} \
292        gsincludedir=$RPM_BUILD_ROOT%{_includedir}/ghostscript/ \
293        bindir=$RPM_BUILD_ROOT%{_bindir} \
294        libdir=$RPM_BUILD_ROOT%{_libdir} \
295        docdir=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{gs_dot_ver} \
296        gsdir=$RPM_BUILD_ROOT%{_datadir}/%{name} \
297        gsdatadir=$RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver} \
298        gssharedir=$RPM_BUILD_ROOT%{_libdir}/%{name}/%{gs_dot_ver} \
299        CUPSSERVERROOT=$RPM_BUILD_ROOT`cups-config --serverroot` \
300        CUPSSERVERBIN=$RPM_BUILD_ROOT`cups-config --serverbin` \
301        CUPSDATA=$RPM_BUILD_ROOT`cups-config --datadir`
302
303mv -f $RPM_BUILD_ROOT%{_bindir}/gsc $RPM_BUILD_ROOT%{_bindir}/gs
304
305cd ijs
306%makeinstall
307cd ..
308
309echo ".so man1/gs.1" > $RPM_BUILD_ROOT/%{_mandir}/man1/ghostscript.1
310ln -sf gs $RPM_BUILD_ROOT/usr/bin/ghostscript
311
312# Rename an original cidfmap to cidfmap.GS
313mv $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resource/Init/cidfmap{,.GS}
314# Install our own cidfmap to allow the separated
315# cidfmap which the font packages own.
316install -m0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resource/Init/CIDFnmap
317install -m0644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resource/Init/cidfmap
318
319# Documentation
320install -m0644 doc/COPYING $RPM_BUILD_ROOT%{_docdir}/%{name}-%{gs_dot_ver}
321
322# Don't ship .la files
323rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
324
325# Don't ship .a files
326rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
327
328# Don't ship ijs example client or server
329rm -f $RPM_BUILD_ROOT%{_bindir}/ijs_{client,server}_example
330
331# Don't ship URW fonts; we already have them.
332rm -rf $RPM_BUILD_ROOT%{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Font
333
334# cjk examples
335mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/examples/cjk
336install -m0644 examples/cjk/* $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/examples/cjk/
337
338# Don't ship two copies of Resource.  Just the versioned one will do.
339rm -rf $RPM_BUILD_ROOT%{_datadir}/ghostscript/Resource
340
341mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/conf.d
342mkdir -p $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}
343touch $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}/Fontmap.local
344touch $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}/cidfmap.local
345
346# cidfmap.ja
347install -m644 %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/%{name}/conf.d
348
349# vine's historical changelog
350install -m644 %{SOURCE10} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{gs_dot_ver}
351
352# The man/de/man1 symlinks are broken (bug #66238).
353find $RPM_BUILD_ROOT%{_mandir}/de/man1 -type l | xargs rm -f
354
355# Don't ship fixmswrd.pl as it pulls in perl (bug #463948).
356rm -f $RPM_BUILD_ROOT%{_bindir}/fixmswrd.pl
357
358# Don't ship CMaps (instead poppler-data paths are in search path).
359rm -f $RPM_BUILD_ROOT%{_datadir}/ghostscript/%{gs_dot_ver}/Resource/CMap/*
360
361MAIN_PWD=`pwd`
362(cd $RPM_BUILD_ROOT; find ./usr/share/ghostscript/%{gs_dot_ver}/Resource -type f | \
363                sed -e 's/\.//;' | grep -v Fontmap | grep -v gs_init.ps > $MAIN_PWD/rpm.sharelist
364 find .%{_bindir}/ | sed -e 's/\.//;' | \
365                grep -v '/$\|/hpijs$\|/gsx$\|/ijs-config$' \
366                >> $MAIN_PWD/rpm.sharelist)
367
368%clean
369rm -rf $RPM_BUILD_ROOT
370
371%post -p /sbin/ldconfig
372
373%postun -p /sbin/ldconfig
374
375%files -f rpm.sharelist
376%defattr(-,root,root)
377%dir %{_sysconfdir}/ghostscript
378%dir %{_sysconfdir}/ghostscript/%{gs_dot_ver}
379%config(noreplace) %{_sysconfdir}/ghostscript/%{gs_dot_ver}/*
380%dir %{_datadir}/ghostscript
381%dir %{_datadir}/ghostscript/conf.d
382%dir %{_datadir}/ghostscript/%{gs_dot_ver}
383%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource
384%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Init
385%config %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Init/gs_init.ps
386%config %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Init/Fontmap*
387%config %{_datadir}/ghostscript/conf.d/cidfmap.ja
388%{_datadir}/ghostscript/%{gs_dot_ver}/examples
389%{_datadir}/ghostscript/%{gs_dot_ver}/lib
390%{_datadir}/ghostscript/%{gs_dot_ver}/iccprofiles
391%{_mandir}/man*/*
392%lang(de) %{_mandir}/de/man*/*
393%{_libdir}/libgs.so.*
394%{_libdir}/libijs-*.so*
395%dir %{_libdir}/%{name}
396%{_libdir}/%{name}/%{gs_dot_ver}/
397
398%files doc
399%defattr(-,root,root)
400%doc %{_docdir}/%{name}-%{gs_dot_ver}
401
402%files gtk
403%defattr(-,root,root)
404%{_bindir}/gsx
405
406%files devel
407%defattr(-,root,root)
408%dir %{_includedir}/ghostscript
409%{_includedir}/ghostscript/*.h
410%dir %{_includedir}/ijs
411%{_includedir}/ijs/*
412%{_libdir}/pkgconfig/ijs.pc
413%{_libdir}/libijs.so
414%{_libdir}/libgs.so
415
416%changelog
417* Mon May  8 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.20-1
418- new upstream release.
419- dropped all patches.
420- imported patches from rawhide.
421
422* Sun Aug  2 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.15-2
423- added patch1000 to fix CVE-2015-3228.
424
425* Wed Dec 24 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.15-1
426- new upstream release.
427- imported patches from RawHide.
428
429* Thu Sep 20 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 8.71-6
430- add patch3000 for fix CVE-2012-4405 (icc)
431- add Vendor/Distri tags
432- use smp_flag when make
433
434* Sat Apr 28 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.71-5
435- added Patch2000 (to fix cups-raster driver).
436
437* Thu Feb 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.71-4
438- re-enable cups filter (pstoraster)
439
440* Sun Apr 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.71-3
441- rebuild with krb5-1.8.2
442- add BR: krb5-devel
443- add BR: libpaper-devel
444
445* Sat Feb 20 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 8.71-2
446- add Patch20 to fix build of the "gs" executables.
447  (import from debian package)
448  - /usr/bin/gs was built as a shared library not as an executable.
449
450* Thu Feb 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 8.71-1
451- update to 8.71
452- remove BC: libpaper-devel
453- drop obsolete patches
454- add --with-system-libtiff
455
456* Fri Jan  8 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 8.64-4
457- add patch12,13 for fix CVE-2009-4270 (debugging output)
458
459* Thu Jul 23 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 8.64-3
460- drop Provides: hpijs (should be provided by other package)
461- add BuildConflicts: libpaper-devel
462
463* Wed Jun 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 8.64-2
464- add %%{_libdir}/cups to %%files instead of /usr/lib/cups
465
466* Wed Jun 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 8.64-1
467- new upstream release
468- remove cjkv patch (merged in upstream)
469- add Patch8: fix bitcmyk driver
470- add Patch9: fix CVE-2009-0583, CVE-2009-0584
471- add Patch10: fix CVE-2009-0792
472- add Patch11: fix CVE-2009-0196
473
474* Sun Jan 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 8.63-6
475- add Patch200 to use NeverEmbeddedFontList/AlwaysEmbeddedFontList
476
477* Tue Jan 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 8.63-5
478- add hanamin entry to cidfmap.ja
479- add patch1000 to fix eplaser driver bug
480
481* Fri Oct 31 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 8.63-4
482- add Patch100,101 to fix cjk vertical writing
483- remove CIDFnmap
484
485* Thu Oct 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 8.63-3
486- remove libijs.la
487- fix broken charactor in changelog.
488
489* Wed Oct 29 2008 Shu KONNO <owa@bg.wakwak.com> 8.63-2
490- s^/usr/lib/cups/filter^%%{_libdir}/cups/filter^ at %%files
491
492* Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 8.63-1
493- update to ghostscript-8.63 based on fedora package
494- add cidfmap.ja
495- add Obsoletes/Provides: hpijs, hpijs-devel
496- historical changelogs are in Changelog.gs7.vine
497
498* Fri Oct 17 2008 Tim Waugh <twaugh@redhat.com> 8.63-4
499- Try out a work-around for bug #465311.
500
501* Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 8.63-3
502- Don't ship fixmswrd.pl as it pulls in perl (bug #463948).
503
504* Tue Oct 14 2008 Tim Waugh <twaugh@redhat.com> 8.63-2
505- Split out a doc sub-package (bug #466507).
506
507* Mon Aug  4 2008 Tim Waugh <twaugh@redhat.com> 8.63-1
508- 8.63.  No longer need r8591 or incomplete-ccittfax patches.
509- Compile without strict aliasing opts due to warnings across several
510  files.
511- Don't run autogen.sh for main package, just for ijs which doesn't
512  ship with a configure script.
513
514* Mon Jun 23 2008 Tim Waugh <twaugh@redhat.com> 8.62-4
515- Applied patch to work around bug #229174.
516- Applied patch from upstream to fix box_fill_path for shfill (bug #452348).
517
518* Mon Mar 31 2008 Tim Waugh <twaugh@redhat.com> 8.62-3
519- Fix pksmraw output (bug #308211).
520
521* Tue Mar  4 2008 Tim Waugh <twaugh@redhat.com> 8.62-2
522- No longer need CVE-2008-0411 patch.
523- Don't ship URW fonts; we already have them.
524
525* Tue Mar  4 2008 Tim Waugh <twaugh@redhat.com> 8.62-1
526- 8.62.  No longer need IJS KRGB patch, or patch for gs bug 689577.
527
528* Wed Feb 27 2008 Tim Waugh <twaugh@redhat.com> 8.61-10
529- Applied patch to fix CVE-2008-0411 (bug #431536).
530
531* Fri Feb 22 2008 Tim Waugh <twaugh@redhat.com> 8.61-9
532- Build with jasper again (bug #433897).  Build requires jasper-devel, and
533  a patch to remove jas_set_error_cb reference.
534
535* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 8.61-8
536- Rebuild for GCC 4.3.
537
538* Mon Jan 28 2008 Tim Waugh <twaugh@redhat.com> 8.61-7
539- Don't build with jasper support.
540- Remove bundled libraries.
541
542* Tue Dec 11 2007 Tim Waugh <twaugh@redhat.com> 8.61-6
543- Applied upstream patch for bug #416321.
544
545* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-5
546- Fixed runlibfileifexists patch.
547
548* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-4
549- Revert previous change, but define .runlibfileifexists, not just
550  runlibfileifexists.
551
552* Wed Nov 28 2007 Tim Waugh <twaugh@redhat.com> 8.61-3
553- No longer need runlibfileifexists.
554- Use runlibfile in cidfmap.
555
556* Wed Nov 28 2007 Tim Waugh <twaugh@redhat.com> 8.61-2
557- Add /usr/share/fonts to fontpath (bug #402551).
558- Restore cidfmap-switching bits, except for FAPIcidfmap which is no
559  longer used.
560- Add runlibfileifexists to gs_init.ps.
561- Build with --disable-compile-inits (bug #402501).
562
563* Fri Nov 23 2007 Tim Waugh <twaugh@redhat.com> 8.61-1
564- 8.61.
565
566* Tue Oct 23 2007 Tim Waugh <twaugh@redhat.com> 8.60-5
567- Applied patch from upstream to fix CVE-2007-2721 (bug #346511).
568
569* Tue Oct  9 2007 Tim Waugh <twaugh@redhat.com> 8.60-4
570- Marked localized man pages as %%lang (bug #322321).
571
572* Thu Sep 27 2007 Tim Waugh <twaugh@redhat.com> 8.60-3
573- Back-ported mkstemp64 patch (bug #308211).
574
575* Thu Aug 23 2007 Tim Waugh <twaugh@redhat.com> 8.60-2
576- More specific license tag.
577
578* Fri Aug  3 2007 Tim Waugh <twaugh@redhat.com> 8.60-1
579- 8.60.
580
581* Mon Jul 16 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.2
582- Own %%{_libdir}/ghostscript (bug #246026).
583
584* Tue Jul 10 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.1
585- 8.60 snapshot from svn.  Patches dropped:
586  - big-cmap-post
587  - split-cidfnmap
588  - exactly-enable-cidfnmap
589  - Fontmap.local
590  No longer needed:
591  - gxcht-64bit-crash
592
593* Tue Apr 17 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-3
594- Apply fonts in CIDFnmap even if the same fontnames are already registered
595  (bug #163231).
596- New file CIDFmap (bug #233966).
597- Allow local overrides for FAPIcidfmap, cidfmap and Fontmap (bug #233966).
598
599* Tue Apr  3 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-2
600- Fixed configuration file locations (bug #233966).
601
602* Wed Mar 14 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-1
603- 8.15.4.
604
605* Thu Jan 25 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-7
606- dvipdf script fixes (bug #88906).
607- Moved libijs.so and libgs.so into devel package (bug #203623).
608
609* Wed Jan 24 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-6
610- Configure with --with-drivers=ALL since the advertised default is not
611  what gets used (bug #223819).
612
613* Thu Jan 18 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-5
614- Backported gxcht 64bit crash fix from GPL trunk (bug #177763).
615
616* Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-4
617- Own cjkv directory (bug #221380, bug #222375).
618
619* Tue Dec  5 2006 Tim Waugh <twaugh@redhat.com> 8.15.3-3
620- Added split-cidfnmap patch (bug #194592).
621
622* Thu Nov 16 2006 Tim Waugh <twaugh@redhat.com> 8.15.3-2
623- 8.15.3.  No longer need gtk2, ps2epsi, badc, pagesize,
624  use-external-freetype, split-font-configuration or cjkv patches.
625- Renumbered patches.
626
627* Tue Oct  3 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-9
628- Apply CJKV patch from svn164:165 plus the fix from svn173:174 (bug #194592,
629  bug #203712, possibly bug #167596).
630
631* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 8.15.2-8.1
632- rebuild
633
634* Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-8
635- Revert CJKV patch.
636
637* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 8.15.2-7
638- rebuilt with new gnutls
639
640* Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-6
641- Undo svn sync.
642- Apply CJKV patch from svn164:165.
643
644* Fri Jun  9 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-5
645- Sync to svn165.
646
647* Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-4
648- Fix ijs-config not to have multilib conflicts (bug #192672)
649
650* Tue May  2 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-3
651- Remove adobe-cmaps and acro5-cmaps, since latest CMaps are already
652  included (bug #190463).
653
654* Tue Apr 25 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-2
655- 8.15.2.
656- No longer need build, krgb, pdfwrite, str1570 patches.
657
658* Mon Apr 24 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-10
659- Fix emacs interaction (bug #189321, STR #1570).
660
661* Mon Apr 10 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-9
662- Add %%{_datadir}/fonts/japanese to font path (bug #188448).
663- Spec file cleanups (bug #188066).
664
665* Sat Apr  8 2006 Tim Waugh <twaugh@redhat.com>
666- Build requires libtool (bug #188341).
667
668* Thu Apr  6 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-8
669- Fix pdfwrite (bug #187834).
670- CUPS filters go in /usr/lib/cups/filter even on lib64 platforms.
671
672* Thu Mar  2 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-7
673- BuildRequires: gnutls-devel
674- Updated KRGB patch for gdevijs.
675
676* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 8.15.1-6
677- BuildRequires: libXt-devel
678
679* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 8.15.1-5.2
680- bump again for double-long bug on ppc(64)
681
682* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 8.15.1-5.1
683- rebuilt for new gcc4.1 snapshot and glibc changes
684
685* Mon Jan 30 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-5
686- Updated adobe-cmaps to 200406 (bug #173613).
687
688* Fri Jan 27 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-4
689- Support reading a big cmap/post table from a TrueType font.
690
691* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
692- rebuilt
693
694* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 8.15.1-3
695- Build does not explicitly require xorg-x11-devel.
696
697* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 8.15.1-2
698- rebuilt with new openssl
699
700* Mon Sep 26 2005 Tim Waugh <twaugh@redhat.com> 8.15.1-1
701- Some directories should be "8.15" not "8.15.1" (bug #169198).
702
703* Thu Sep 22 2005 Tim Waugh <twaugh@redhat.com> 8.15.1-0.1
704- 8.15.1.
705- No longer need overflow patch.
706
707* Tue Aug 16 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.3
708- Rebuilt for new cairo.
709
710* Mon Aug 15 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.2
711- Parametrize freetype, and disable it (bug #165962).
712
713* Fri Aug 12 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.1
714- 8.15rc4.
715- Fixed lips4v driver (bug #165713).
716
717* Tue Aug  9 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.7
718- Install adobe/acro5 CMaps (bug #165428).
719
720* Mon Jul 18 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.6
721- Fixed split font configuration patch (bug #161187).
722
723* Wed Jul 13 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.5
724- Split font configuration (bug #161187).
725- Reverted this change:
726  - Build requires xorg-x11-devel, not XFree86-devel.
727
728* Tue Jul 12 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.4
729- Add Japanese fonts to FAPIcidfmap (bug #161187).
730- Moved Resource directory.
731- Added use-external-freetype patch (bug #161187).
732
733* Mon Jul 11 2005 Tim Waugh <twaugh@redhat.com>
734- Build requires libtiff-devel (bug #162826).
735
736* Thu Jun  9 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.3
737- Build requires xorg-x11-devel, not XFree86-devel.
738- Include ierrors.h in the devel package.
739
740* Wed Jun  8 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.2
741- Drop 'Provides: libijs.so' because it is incorrect.
742- Build igcref.c with -O0 to work around bug #150771.
743- Renumber patches.
744
745* Fri Jun  3 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.1
746- Switch to ESP Ghostscript.
747- 8.15rc3.
748- Lots of patches dropped.  Perhaps some will need to be re-added.
749
750* Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 7.07-40
751- Build igcref.c with -O0 to work around bug #150771.
752
753* Tue Mar  1 2005 Tim Waugh <twaugh@redhat.com> 7.07-39
754- Rebuilt for new GCC.
755
756* Mon Feb 21 2005 Tim Waugh <twaugh@redhat.com> 7.07-38
757- Fixes inspired by GCC 4.
758
759* Tue Jan 18 2005 Tim Waugh <twaugh@redhat.com>
760- Correct permissions for %%{_datadir}/ghostscript/Resource (bug #145420).
761
762* Fri Dec 10 2004 Tim Waugh <twaugh@redhat.com> 7.07-37
763- Fixed missing return statement (bug #136757).
764
765* Thu Dec  9 2004 Tim Waugh <twaugh@redhat.com> 7.07-36
766- Remove VFlib2 bits (bug #120498).
767
768* Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com> 7.07-35
769- Added /etc/ghostscript to search path and to file manifest (bug #98974).
770
771* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 7.07-34
772- Convert man pages to UTF-8
773
774* Wed Oct 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-33
775- Fix for bug #136322 (temporary files).
776
777* Tue Sep 28 2004 Tim Waugh <twaugh@redhat.com> 7.07-32
778- Turn off fontconfig until it's fixed (bug #133353).
779
780* Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-31
781- Only ship gsx in the gtk subpackage.
782
783* Fri Aug  6 2004 Tim Waugh <twaugh@redhat.com>
784- Run /sbin/ldconfig in %%post/%%postun.
785- Stricter requirements for the main package in the subpackages.
786
787* Tue Jul 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-30
788- Updated eplaser driver to add alc4000 (bug #128007).
789
790* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com> 7.07-29
791- Prevent pdf2ps generating "null setpagesize" (bug #126446).
792
793* Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 7.07-28
794- Fix Omni patch assumption about /usr/lib which breaks for multilib
795  architectures.
796
797* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
798- rebuilt
799
800* Tue Jun  1 2004 Tim Waugh <twaugh@redhat.com> 7.07-26
801- Removed another debug message from the fontconfig patch.
802
803* Tue Mar  9 2004 Tim Waugh <twaugh@redhat.com> 7.07-25
804- Added bjc250gs driver (bug #117860).
805
806* Thu Mar  4 2004 Tim Waugh <twaugh@redhat.com> 7.07-24
807- Fix compilation with GCC 3.4.
808
809* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
810- rebuilt
811
812* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-23
813- Build against gtk2/glib2 (bug #115619).  Patch from W. Michael Petullo.
814
815* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 7.07-22
816- rebuilt
817
818* Thu Feb 12 2004 Tim Waugh <twaugh@redhat.com> 7.07-21
819- Leave gdevpdfm.c seemingly-mistaken bitwise ops alone (bug #115396).
820
821* Thu Feb  5 2004 Tim Waugh <twaugh@redhat.com> 7.07-20
822- Fix compilation with GCC 3.4.
823
824* Wed Jan 28 2004 Tim Waugh <twaugh@redhat.com> 7.07-19
825- Attempt to fix gdevcups crash (bug #114256).
826- Make gs dynamically link to libgs (bug #114276).
827- Fix gdevesmv.c's misuse of const (bug #114250).
828
829* Tue Jan 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-18
830- Turn on libgs again (bug #88175).
831
832* Mon Jan 19 2004 Tim Waugh <twaugh@redhat.com> 7.07-17
833- Removed stp driver.  Use the IJS version (ijsgimpprint) instead.
834- No longer conflicts with foomatic for hpijs versioning.
835
836* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 7.07-16
837- Split hpijs out into separate source package.
838
839* Thu Jan 8  2004 Tim Waugh <twaugh@redhat.com>
840- Fix several mistakenly-used bitwise operations.
841
842* Tue Jan 6  2004 Tim Waugh <twaugh@redhat.com> 7.07-15
843- Build for Fedora Core 1 printer drivers update.
844- Conflicts with foomatic before hpijs 1.5 data.
845- Make fontconfig optional.
846
847* Sat Dec 13 2003 Tim Waugh <twaugh@redhat.com> 7.07-14
848- Disable unnecessary debug messages from fontconfig support.
849
850* Fri Dec  5 2003 Tim Waugh <twaugh@redhat.com> 7.07-13
851- Add fontconfig support (bug #111412).
852
853* Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com>
854- Build requires libjpeg-devel (bug #110737).
855
856* Tue Nov 11 2003 Tim Waugh <twaugh@redhat.com> 7.07-12
857- Updated hpijs to 1.5 (bug #109714).
858
859* Mon Nov 10 2003 Tim Waugh <twaugh@redhat.com>
860- Updated lxm3200 patch (bug #109625).
861
862* Tue Sep 30 2003 Tim Waugh <twaugh@redhat.com> 7.07-11
863- Updated gdevcups.c from CUPS 1.1.19.
864- Apply NOMEDIAATTRS patch from CUPS 1.1.19 (bug #105401).
865
866* Thu Aug 28 2003 Tim Waugh <twaugh@redhat.com>
867- Fix lips4v driver (bug #92337).
868
869* Wed Aug 20 2003 Tim Waugh <twaugh@redhat.com> 7.07-10
870- Fix compilation problems in hpijs.
871
872* Mon Aug  4 2003 Tim Waugh <twaugh@redhat.com> 7.07-9
873- Further fix from bug #100685.
874
875* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 7.07-8
876- Further fix from bug #100685.
877
878* Tue Jul 29 2003 Tim Waugh <twaugh@redhat.com> 7.07-7
879- Further fix from bug #100685.
880
881* Fri Jul 25 2003 Tim Waugh <twaugh@redhat.com> 7.07-6
882- Further fix from bug #100557.
883
884* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 7.07-5
885- Further fix from bug #100557.
886- Fix bug #100685.
887
888* Wed Jul 23 2003 Tim Waugh <twaugh@redhat.com> 7.07-4
889- Fix bug #100557.
890
891* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 7.07-3
892- rebuilt
893
894* Tue May 27 2003 Tim Waugh <twaugh@redhat.com>
895- Fix sed usage in ps2epsi (bug #89300).
896
897* Tue May 20 2003 Tim Waugh <twaugh@redhat.com> 7.07-2
898- HPIJS 1.4 (bug #91219).
899
900* Sun May 18 2003 Tim Waugh <twaugh@redhat.com> 7.07-1
901- 7.07.
902- Parametrize build_libgs.
903- Remove Omni requirement (bug #88177).
904- Fix ghostscript-gtk obsoletes: line (bug #88175).
905
906* Thu Apr  3 2003 Tim Waugh <twaugh@redhat.com> 7.06-1
907- 7.06.
908- Updated config, vflib.fixup patches.
909- No longer need dx6, jpeg patches.
910- No longer need to add in missed GNU drivers.
911- Turn off dj970 driver (hpijs drives that).
912
913* Mon Mar 31 2003 Tim Waugh <twaugh@redhat.com> 7.05-34
914- Apply fix for CJK font search method when the fonts are not available
915  (bug #83516).
916- The gb18030 patch no longer applies here.
917
918* Thu Mar 27 2003 Tim Waugh <twaugh@redhat.com> 7.05-33
919- Add some missing font aliases (bug #73342).
920- Use the system jpeg library.
921- Update hpijs to 1.3.1.
922- Update gdevcups.c from cups-1.1.18.
923
924* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 7.05-32
925- debuginfo rebuild
926
927* Fri Feb 21 2003 Elliot Lee <sopwith@redhat.com> 7.05-31
928- Add ghostscript-7.05-oob-66421.patch to fix the segfault behind #66421
929
930* Thu Jan 30 2003 Tim Waugh <twaugh@redhat.com> 7.05-30
931- Remove rss patch from hpijs (not needed).
932
933* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 7.05-29
934- rebuilt
935
936* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 7.05-28
937- Add Korean font aliases to CIDFnmap CJK resource files (bug #81924).
938
939* Sat Dec 14 2002 Tim Waugh <twaugh@redhat.com> 7.05-27
940- Obsolete ghostscript-gtk (bug #79585).
941- Omni 121002 patch.
942
943* Tue Dec 10 2002 Tim Waugh <twaugh@redhat.com> 7.05-26
944- Don't ship the shared object yet (part of bug #79340).
945- Don't make the gtk package, since that needs the shared object.
946
947* Tue Nov 26 2002 Tim Waugh <twaugh@redhat.com> 7.05-25
948- Fix level 1 PostScript output (bug #78450).
949- No need to carry gomni.c, since it comes from the patch.
950
951* Mon Nov 11 2002 Tim Waugh <twaugh@redhat.com> 7.05-24
952- Omni 071902 patch.
953
954* Mon Nov 11 2002 Tim Waugh <twaugh@redhat.com> 7.05-23
955- hpijs-1.3, with updated rss patch.
956- Fix XLIBDIRS.
957
958* Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 7.05-22
959- hpijs-rss 1.2.2.
960
961* Mon Oct 14 2002 Tim Waugh <twaugh@redhat.com> 7.05-21
962- Set libdir when installing.
963
964* Thu Aug 15 2002 Tim Waugh <twaugh@redhat.com> 7.05-20
965- Add cups device (bug #69573).
966
967* Mon Aug 12 2002 Tim Waugh <twaugh@redhat.com> 7.05-19
968- Fix the gb18030 patch (bug #71135, bug #71303).
969
970* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 7.05-18
971- rebuilt with gcc-3.2 (we hope)
972
973* Fri Aug  9 2002 Tim Waugh <twaugh@redhat.com> 7.05-17
974- Add CIDnmap for GB18030 font (bug #71135).
975- Fix URL (bug #70734).
976
977* Tue Jul 23 2002 Tim Waugh <twaugh@redhat.com> 7.05-16
978- Rebuild in new environment.
979
980* Tue Jul  9 2002 Tim Waugh <twaugh@redhat.com> 7.05-15
981- Remove the chp2200 driver again, to fix cdj890 (bug #67578).
982
983* Fri Jul  5 2002 Tim Waugh <twaugh@redhat.com> 7.05-14
984- For CJK font support, use CIDFnmap instead of CIDFont
985  resources (bug #68009).
986
987* Wed Jul  3 2002 Tim Waugh <twaugh@redhat.com> 7.05-13
988- Build requires unzip and gtk+-devel (bug #67799).
989
990* Wed Jun 26 2002 Tim Waugh <twaugh@redhat.com> 7.05-12
991- File list tweaking.
992- More file list tweaking.
993
994* Tue Jun 25 2002 Tim Waugh <twaugh@redhat.com> 7.05-10
995- Rebuild for bootstrap.
996
997* Wed Jun 19 2002 Tim Waugh <twaugh@redhat.com> 7.05-9
998- Omni 052902 patch.
999
1000* Mon Jun 10 2002 Tim Waugh <twaugh@redhat.com> 7.05-8
1001- Requires recent version of patchutils (bug #65947).
1002- Don't ship broken man page symlinks (bug #66238).
1003
1004* Wed May 29 2002 Tim Waugh <twaugh@redhat.com> 7.05-7
1005- Put gsx in its own package.
1006
1007* Tue May 28 2002 Tim Waugh <twaugh@redhat.com> 7.05-6
1008- New gomni.c from IBM to fix an A4 media size problem.
1009- Use new Adobe CMaps (bug #65362).
1010
1011* Sun May 26 2002 Tim Powers <timp@redhat.com> 7.05-5
1012- automated rebuild
1013
1014* Wed May 22 2002 Tim Waugh <twaugh@redhat.com> 7.05-4
1015- New gomni.c from IBM to fix bug #65269 (again).
1016
1017* Tue May 21 2002 Tim Waugh <twaugh@redhat.com> 7.05-2
1018- Don't apply bogus parts of vflib patch (bug #65268).
1019- Work around Omni -sPAPERSIZE=a4 problem (bug #65269).
1020
1021* Mon May 20 2002 Tim Waugh <twaugh@redhat.com> 7.05-1
1022- 7.05.
1023- No longer need mkstemp, vflib.fixup, quoting, or PARANOIDSAFER
1024  patches.
1025- Don't apply CJK patches any more (no longer needed).
1026- Updated Source15, Patch0, Patch10, Patch5, Patch24, Patch14, Patch12.
1027- Made gdevdmpr.c compile again.
1028- Move gimp-print to a separate package.
1029- Ship the shared object too (and a .so file that is dlopened).
1030- Update Omni patch.  No longer need Omni_path, Omni_quiet, Omni_glib patches.
1031- Require Omni >= 0.6.1.
1032- Add patch to fix gtk+ initial window size.
1033- Add devel package with header files.
1034- Turn on IJS support.
1035- Update hpijs to 1.1.
1036- Don't ship the hpijs binary in the ghostscript package.
1037- Use -fPIC when building ijs.
1038
1039* Wed Apr  3 2002 Tim Waugh <twaugh@redhat.com> 6.52-8
1040- New CIDFonts (bug #61015).
1041
1042* Wed Apr  3 2002 Tim Waugh <twaugh@redhat.com> 6.52-7
1043- Fix release numbers of sub packages.
1044- Handle info files, use ldconfig (bug #62574).
1045
1046* Tue Mar 19 2002 Tim Waugh <twaugh@redhat.com> 6.52-6
1047- Fix config patch so that gs --help displays the right thing.
1048- Don't ship sysvlp.sh.
1049- Fix some shell scripts.
1050- Ship escputil man page (bug #58919).
1051
1052* Mon Feb 11 2002 Tim Waugh <twaugh@redhat.com> 6.52-5
1053- Add CHP2200 driver (bug #57516).
1054- Fix gimp-print-4.2.0 so that it builds without cups-config.
1055
1056* Sat Feb  2 2002 Bill Nottingham <notting@redhat.com> 6.52-4
1057- do condrestart in %postun, not %post
1058
1059* Fri Feb  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-3
1060- Restart service cups after installing gimp-print-cups
1061
1062* Sun Jan 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-2
1063- hpijs is finally free - support it.
1064- Add extra package for CUPS support
1065
1066* Mon Jan 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-1
1067- Updates:
1068  - ghostscript 6.52
1069  - hpdj 2.6 -> pcl3 3.3
1070  - CJK Patchlevel 3, adobe-cmaps 200109
1071  - gimp-print 4.2.0
1072- Adapt patches
1073- Fix various URLs
1074- Begin cleaning up spec file
1075- Fix bugs #21879 and #50923
1076
1077* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
1078- automated rebuild
1079
1080* Thu Oct 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-16
1081- update the Omni driver, and patch it to seek in /usr/lib/Omni/ first
1082- require Omni
1083
1084* Mon Oct 01 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-15
1085- change -dPARANOIDSAFER to punch a hole for OutputFile
1086
1087* Mon Sep 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-14
1088- add -dPARANOIDSAFER to let us breathe a little easier in the print spooler.
1089
1090* Thu Sep 13 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-13
1091- apply jakub's fix to ghostscript's jmp_buf problems; #49591
1092
1093* Wed Sep  5 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-12
1094- fix lprsetup.sh; #50925
1095
1096* Fri Aug 24 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-11
1097- added Epson's old eplaseren drivers,
1098- pointed out by Till Kamppeter <till.kamppeter@gmx.net>
1099
1100* Tue Aug 21 2001 Paul Howarth <paul@city-fan.org> 6.51-10
1101- included Samsung GDI driver for ML-4500 printer support.
1102
1103* Sun Aug 19 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-9
1104- applied IBM's glib patches for Omni, which now works.
1105- BE AWARE: we now link against libstdc++ and glib for this, and use a c++
1106- link stage to do the dirty.
1107- added glib-devel buildreq and glib req, I don't think we require everything
1108- yet, I could pull in sasl.
1109
1110* Sun Aug 19 2001 David Suffield <david_suffield@hp.com> 6.51-8
1111- Added gs device hpijs and updated gdevhpij.c to hpijs 0.97
1112
1113* Wed Aug 15 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-7
1114- pull in ynakai's update to the cjk resources.
1115
1116* Thu Aug  9 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-6
1117- turn dmprt and cdj880 back on. for some reason, they work now.
1118- voodoo, who knows.
1119
1120* Thu Aug  9 2001 Yukihiro Nakai <ynakai@redhat.com> 6.51-5
1121- Add cjk resources
1122
1123* Wed Aug  1 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-4
1124- applied drepper@redhat.com's patch for #50300
1125- fixed build deps on zlib-devel and libpng-devel, #49853
1126- made gs_init.ps a config file; #25096
1127- O\^/nZ the daTa directorieZ now; #50693
1128
1129* Tue Jul 24 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-3
1130- wired up the Resource dir and the Font and CIDFont maps.
1131
1132* Mon Jul 23 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-2
1133- luckily, I had a spare chicken. Thanks to some work by Nakai, and one last
1134- desperate search through google, everything /seems/ to be working. I know
1135- that there are going to be problems in the japanese code, and I need to turn
1136- on the cjk font map from adobe, but it /works/ at the moment.
1137
1138* Thu Jun 21 2001 Crutcher Dunnavant <crutcher@redhat.com>
1139- upgraded to 6.51, a major version upgrade
1140- rewrote spec file, threw out some patches
1141- turned on IBM's Omni print drivers interface
1142- turned on HP's hpijs print drivers interface
1143- turned on every driver that looked usable from linux
1144- sacrificed a chicken to integrate the old Japanese drivers
1145- - This didn't work. The japanese patches are turned off, pending review.
1146- - I can do loops with C, but the bugs are in Postscript init files
1147
1148* Wed Apr 11 2001 Crutcher Dunnavant <crutcher@redhat.com>
1149- added P. B. West's lx5000 driver
1150
1151* Tue Feb 27 2001 Crutcher Dunnavant <crutcher@redhat.com>
1152- added xtt-fonts requirement (for VFlib)
1153
1154* Fri Feb  9 2001 Adrian Havill <havill@redhat.com>
1155- cmpskit removed as a build prereq
1156
1157* Thu Feb  8 2001 Crutcher Dunnavant <crutcher@redhat.com>
1158- merged in some patches that got away:
1159-       * Fri Sep  1 2000 Mitsuo Hamada <mhamada@redhat.com>
1160        - add support JIS B size
1161        - fix the problem of reconverting GNUPLOT output
1162
1163* Thu Feb  8 2001 Crutcher Dunnavant <crutcher@redhat.com>
1164- switched to japanese for everybody
1165
1166* Thu Feb  8 2001 Crutcher Dunnavant <crutcher@redhat.com>
1167- tweaked time_.h to test for linux, and include the right
1168- header
1169
1170* Wed Feb  7 2001 Crutcher Dunnavnat <crutcher@redhat.com>
1171- added the lxm3200 driver
1172
1173* Mon Dec 11 2000 Crutcher Dunnavant <crutcher@redhat.com>
1174- merged in the (accendental) branch that contained the mktemp
1175- and LD_RUN_PATH bug fixes.
1176
1177* Tue Oct 17 2000 Jeff Johnson <jbj@redhat.com>
1178- tetex using xdvi with ghostscript patch (#19212).
1179
1180* Tue Sep 12 2000 Michael Stefaniuc <mstefani@redhat.com>
1181- expanded the gcc296 patch to fix a compilation issue with the new stp
1182  driver
1183
1184* Mon Sep 11 2000 Michael Stefaniuc <mstefani@redhat.com>
1185- added the stp driver from the gimp-print project.
1186  It supports high quality printing especialy with Epson Stylus Photo.
1187
1188* Wed Aug  2 2000 Matt Wilson <msw@redhat.com>
1189- rebuilt against new libpng
1190
1191* Wed Aug  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1192- Fix up the cdj880 patch (Bug #14978)
1193- Fix build with gcc 2.96
1194
1195* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
1196- turn off japanese support
1197
1198* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
1199- automatic rebuild
1200
1201* Fri Jul 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
1202- fixed the broken inclusion of files in /usr/doc
1203- Build requires freetype-devel
1204
1205* Fri Jun 16 2000 Matt Wilson <msw@redhat.com>
1206- build japanese support in main distribution
1207- FHS manpage paths
1208
1209* Sun Mar 26 2000 Chris Ding <cding@redhat.com>
1210- enabled bmp16m driver
1211
1212* Thu Mar 23 2000 Matt Wilson <msw@redhat.com>
1213- added a boatload of Japanese printers
1214
1215* Thu Mar 16 2000 Matt Wilson <msw@redhat.com>
1216- add japanese support, enable_japanese macro
1217
1218* Mon Feb 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1219- 5.50 at last...
1220- hpdj 2.6
1221- Added 3rd party drivers:
1222  - Lexmark 5700 (lxm5700m)
1223  - Alps MD-* (md2k, md5k)
1224  - Lexmark 2050, 3200, 5700 and 7000 (lex2050, lex3200, lex5700, lex7000)
1225
1226* Fri Feb  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1227- rebuild to compress man page
1228- fix gs.1 symlink
1229
1230* Wed Jan 26 2000 Bill Nottingham <notting@redhat.com>
1231- add stylus 740 uniprint files
1232
1233* Thu Jan 13 2000 Preston Brown <pbrown@redhat.com>
1234- add lq850 dot matrix driver (#6357)
1235
1236* Thu Oct 28 1999 Bill Nottingham <notting@redhat.com>
1237- oops, include oki182 driver.
1238
1239* Tue Aug 24 1999 Bill Nottingham <notting@redhat.com>
1240- don't optimize on Alpha. This way it works.
1241
1242* Thu Jul 29 1999 Michael K. Johnson <johnsonm@redhat.com>
1243- added hpdj driver
1244- changed build to use tar_cat so adding new drivers is sane
1245
1246* Thu Jul  1 1999 Bill Nottingham <notting@redhat.com>
1247- add OkiPage 4w+, HP 8xx drivers
1248* Mon Apr  5 1999 Bill Nottingham <notting@redhat.com>
1249- fix typo in config patch.
1250
1251* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
1252- auto rebuild in the new build environment (release 6)
1253
1254* Mon Mar 15 1999 Cristian Gafton <gafton@redhat.com>
1255- added patch from rth to fix alignement problems on the alpha.
1256
1257* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
1258- Injected new description and group.
1259
1260* Mon Feb 08 1999 Bill Nottingham <notting@redhat.com>
1261- add uniprint .upp files
1262
1263* Sat Feb 06 1999 Preston Brown <pbrown@redhat.com>
1264- fontpath update.
1265
1266* Wed Dec 23 1998 Preston Brown <pbrown@redhat.com>
1267- updates for ghostscript 5.10
1268
1269* Fri Nov 13 1998 Preston Brown <pbrown@redhat.com>
1270- updated to use shared urw-fonts package.
1271* Mon Nov 09 1998 Preston Brown <pbrown@redhat.com>
1272- turned on truetype (ttf) font support.
1273
1274* Thu Jul  2 1998 Jeff Johnson <jbj@redhat.com>
1275- updated to 4.03.
1276
1277* Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
1278- enabled more printer drivers
1279- buildroot
1280
1281* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
1282- translations modified for de, fr, tr
1283
1284* Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
1285- Made /usr/share/ghostscript/3.33/Fontmap a config file.
Note: See TracBrowser for help on using the repository browser.