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

Revision 9252, 41.3 KB checked in by tomop, 9 years ago (diff)

ghostscript-9.15-1

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