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

Revision 6031, 39.9 KB checked in by daisuke, 12 years ago (diff)

gs: re-enable cups filter (pstoraster)

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