source: projects/specs/branches/6/g/ghostscript/ghostscript-vl.spec @ 9691

Revision 9691, 40.7 KB checked in by tomop, 9 years ago (diff)

ghostscript-8.71-7

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