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

Revision 12393, 41.4 KB checked in by tomop, 4 years ago (diff)

updated 6 packages

OpenType?-ipaexfont-4.01-1

OpenType?-ipamj-mincho-6.01-1

OpenType?-source-sans-pro-3.006-1

TrueType?-ipafont-3.03-4

TrueType?-vlgothic-2.120-2

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