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

Revision 12519, 41.7 KB checked in by tomop, 3 years ago (diff)

updated 7 packages

ghostscript-9.53.3-1

lua-5.4.2-1

libjpeg-turbo-2.0.6-1

libtiff-4.2.0-1

openjpeg2-2.4.0-1

proftpd-1.3.7a-1

wireshark-3.4.2-1

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