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

Revision 12188, 41.2 KB checked in by tomop, 5 years ago (diff)

ghostscript-9.27-2

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