89e8e44
%define gs_ver 8.15.2
6c921df
%define gs_dot_ver 8.15
57f3798
%{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
cvsdist 80197aa
Summary: A PostScript(TM) interpreter and renderer.
cvsdist 80197aa
Name: ghostscript
cvsdist a2799d0
Version: %{gs_ver}
cvsdist 02610c2
89e8e44
Release: 2
cvsdist 02610c2
cvsdist 80197aa
License: GPL
b7ad57d
URL: http://www.cups.org/espgs/
cvsdist 80197aa
Group: Applications/Publishing
4711326
Source0: ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/ghostscript/%{?gs_rc:test/}espgs-%{gs_ver}%{?gs_rc:gs_rc}-source.tar.bz2
b2727e9
Source1: FAPIcidfmap
12518b6
Source2: adobe-cmaps-200406.tar.gz
0a08c4e
Source3: acro5-cmaps-2001.tar.gz
57f3798
Source4: cidfmap
b7ad57d
b7ad57d
Patch2: ghostscript-gtk2.patch
1d8d9b4
Patch3: ghostscript-scripts.patch
1d8d9b4
Patch4: ghostscript-ps2epsi.patch
1d8d9b4
Patch5: ghostscript-badc.patch
1d8d9b4
Patch6: ghostscript-pagesize.patch
6d266b1
Patch7: ghostscript-noopt.patch
41ce6dd
Patch8: ghostscript-use-external-freetype.patch
b2727e9
Patch9: ghostscript-split-font-configuration.patch
05c3105
Patch10: ghostscript-big-cmap-post.patch
cvsdist 10c1736
cvsdist 80197aa
Requires: urw-fonts >= 1.1, ghostscript-fonts
48b7127
BuildRequires: libjpeg-devel, libXt-devel
93c8b75
BuildRequires: zlib-devel, libpng-devel, unzip, gtk2-devel
389a5d8
BuildRequires: glib2-devel, gnutls-devel
cvsdist 08ff115
# Omni requires libxml
cvsdist f6e2595
BuildRequires: libxml2-devel
244cfbf
BuildRequires: libtiff-devel
cvsdist a2799d0
BuildRequires: cups-devel >= 1.1.13
a68fa66
BuildRequires: libtool
57f3798
%{?_with_freetype:BuildRequires: freetype-devel}
cvsdist a2799d0
BuildRoot: %{_tmppath}/%{name}-%{gs_ver}-root
cvsdist 80197aa
cvsdist 9ba9caf
# See bug #83516.
cvsdist 9ba9caf
Conflicts: ttfonts-ja < 1.2-23
cvsdist 9ba9caf
Conflicts: ttfonts-ko < 1.0.11-27
cvsdist 9ba9caf
Conflicts: ttfonts-zh_CN < 2.12-2
cvsdist 9ba9caf
Conflicts: ttfonts-zh_TW < 2.11-20
cvsdist 9ba9caf
cvsdist 80197aa
%description
cvsdist 80197aa
Ghostscript is a set of software that provides a PostScript(TM)
cvsdist 80197aa
interpreter, a set of C procedures (the Ghostscript library, which
cvsdist 80197aa
implements the graphics capabilities in the PostScript language) and
cvsdist 10c1736
an interpreter for Portable Document Format (PDF) files. Ghostscript
cvsdist 80197aa
translates PostScript code into many common, bitmapped formats, like
cvsdist 10c1736
those understood by your printer or screen. Ghostscript is normally
cvsdist 80197aa
used to display PostScript files and to print PostScript files to
cvsdist 80197aa
non-PostScript printers.
cvsdist 80197aa
cvsdist 80197aa
If you need to display PostScript files or print them to
cvsdist 10c1736
non-PostScript printers, you should install ghostscript. If you
cvsdist 80197aa
install ghostscript, you also need to install the ghostscript-fonts
cvsdist 80197aa
package.
cvsdist 80197aa
cvsdist 08ff115
%package devel
cvsdist 08ff115
Summary: Files for developing applications that use ghostscript.
cvsdist 4deb153
Requires: %{name} = %{version}-%{release}
cvsdist 08ff115
Group: Development/Libraries
cvsdist 08ff115
cvsdist 08ff115
%description devel
cvsdist 08ff115
The header files for developing applications that use ghostscript.
cvsdist 08ff115
cvsdist 9ba9caf
%package gtk
cvsdist 9ba9caf
Summary: A GTK-enabled PostScript(TM) interpreter and renderer.
cvsdist 4deb153
Requires: %{name} = %{version}-%{release}
cvsdist 9ba9caf
Group: Applications/Publishing
cvsdist 9ba9caf
cvsdist 9ba9caf
%description gtk
cvsdist 9ba9caf
A GTK-enabled version of Ghostscript, called 'gsx'.
cvsdist 08ff115
cvsdist 80197aa
%prep
45109fe
%setup -q -n espgs-%{gs_ver}%{?gs_rc:%gs_rc}
cvsdist dd72b28
b7ad57d
# Make it build.
b7ad57d
%patch2 -p1 -b .gtk2
cvsdist dd72b28
b7ad57d
# Fix some shell scripts
1d8d9b4
%patch3 -p1 -b .scripts
cvsdist 9ba9caf
cvsdist 9ba9caf
# Fix sed usage in ps2epsi (bug #89300).
1d8d9b4
%patch4 -p1 -b .ps2epsi
cvsdist 9ba9caf
1d8d9b4
%patch5 -p1 -b .badc
cvsdist 181cea6
cvsdist af6faed
# Prevent pdf2ps generating "null setpagesize" (bug #126446).
1d8d9b4
%patch6 -p1 -b .pagesize
cvsdist af6faed
6d266b1
# Build igcref.c with -O0 to work around bug #150771.
6d266b1
%patch7 -p1 -b .noopt
6d266b1
8e258de
# Use external freetype (bug #161187).
41ce6dd
%patch8 -p1 -b .use-external-freetype
41ce6dd
b2727e9
# Allow separated font configuration (bug #161187).
b2727e9
%patch9 -p1 -b .split-font-configuration
8e258de
05c3105
# Support reading a big cmap/post table from a TrueType font.
05c3105
%patch10 -p1 -b .big-cmap-post
05c3105
55552e4
# Convert manual pages to UTF-8
55552e4
from8859_1() {
55552e4
	iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
55552e4
	mv "${1}_" "$1"
55552e4
}
55552e4
for i in man/de/*.1; do from8859_1 "$i"; done
55552e4
cvsdist 80197aa
%build
b2727e9
FONTPATH=
b2727e9
for path in \
b2727e9
	%{_datadir}/fonts/default/%{name} \
b2727e9
	%{_datadir}/fonts/default/Type1 \
b2727e9
	%{_datadir}/fonts/default/amspsfnt/pfb \
b2727e9
	%{_datadir}/fonts/default/cmpsfont/pfb \
f8f3272
	%{_datadir}/fonts/japanese \
b2727e9
	%{_sysconfdir}/%{name}
b2727e9
do
b2727e9
  FONTPATH="$FONTPATH${FONTPATH:+:}$path"
b2727e9
done
b2727e9
%configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH"
b7ad57d
cvsdist 08ff115
# Build IJS
cvsdist 08ff115
cd ijs
b7ad57d
automake --add-missing --copy || : # Ships with broken symlinks
b7ad57d
%configure --enable-shared --enable-static
cvsdist 08ff115
make
cvsdist 08ff115
cd ..
cvsdist 08ff115
57f3798
%if %{build_with_freetype}
41ce6dd
FT_CFLAGS=$(pkg-config --cflags freetype2)
41ce6dd
make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix} \
41ce6dd
	FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
41ce6dd
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix} \
41ce6dd
	FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
57f3798
%else
57f3798
make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix}
57f3798
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix}
57f3798
%endif
cvsdist a2799d0
cvsdist 80197aa
%install
cvsdist 80197aa
rm -rf $RPM_BUILD_ROOT
cvsdist 10c1736
mkdir -p $RPM_BUILD_ROOT
cvsdist 10c1736
mkdir -p $RPM_BUILD_ROOT/{%{_mandir},%{_bindir},%{_datadir},%{_docdir}}
cvsdist 08ff115
mkdir -p $RPM_BUILD_ROOT/{%{_libdir},%{_includedir}/ijs}
cvsdist 08ff115
cvsdist 181cea6
make install soinstall \
57f3798
%{?_with_freetype:FT_BRIDGE=1} \
cvsdist 72a87bf
	prefix=$RPM_BUILD_ROOT%{_prefix} \
cvsdist 72a87bf
	mandir=$RPM_BUILD_ROOT%{_mandir} \
cvsdist 72a87bf
	datadir=$RPM_BUILD_ROOT%{_datadir} \
cvsdist 72a87bf
	bindir=$RPM_BUILD_ROOT%{_bindir} \
cvsdist 72a87bf
	libdir=$RPM_BUILD_ROOT%{_libdir} \
6c921df
	docdir=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{gs_dot_ver} \
b7ad57d
	gsdir=$RPM_BUILD_ROOT%{_datadir}/%{name} \
6c921df
	gsdatadir=$RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver} \
6c921df
	gssharedir=$RPM_BUILD_ROOT%{_libdir}/%{name}/%{gs_dot_ver} \
b7ad57d
	CUPSSERVER=$RPM_BUILD_ROOT`cups-config --serverbin` \
b7ad57d
	CUPSCONFIG=$RPM_BUILD_ROOT`cups-config --serverroot` \
57f3798
	CUPSDATA=$RPM_BUILD_ROOT`cups-config --datadir`
b7ad57d
cvsdist 181cea6
mv -f $RPM_BUILD_ROOT%{_bindir}/gsc $RPM_BUILD_ROOT%{_bindir}/gs
cvsdist 08ff115
cvsdist 08ff115
cd ijs
cvsdist 08ff115
%makeinstall
cvsdist a2799d0
cd ..
cvsdist 10c1736
93c8b75
echo ".so man1/gs.1" > $RPM_BUILD_ROOT/%{_mandir}/man1/ghostscript.1
cvsdist 80197aa
ln -sf gs $RPM_BUILD_ROOT/usr/bin/ghostscript
cvsdist 10c1736
b2727e9
# Rename an original FAPIcidfmap to FAPIcidfmap.GS
6c921df
mv $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/lib/FAPIcidfmap{,.GS}
57f3798
# Rename an original cidfmap to cidfmap.GS
6c921df
mv $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/lib/cidfmap{,.GS}
57f3798
# Install our own FAPIcidfmap/cidfmap to allow the separated
57f3798
# FAPIcidfmap/cidfmap which the font packages own.
6c921df
install -m0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/lib/FAPIcidfmap
6c921df
install -m0644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/lib/cidfmap
b2727e9
0a08c4e
# Install adobe/acro5 CMaps (bug #165428).
6c921df
tar zxf %{SOURCE2} -C $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resource
6c921df
tar zxf %{SOURCE3} -C $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resource
0a08c4e
cvsdist a2799d0
# Don't ship sysvlp.sh.
cvsdist a2799d0
rm -f $RPM_BUILD_ROOT/usr/bin/sysvlp.sh
cvsdist a2799d0
cvsdist 08ff115
# Header files.
cvsdist 08ff115
mkdir -p $RPM_BUILD_ROOT%{_includedir}/ghostscript
cvsdist 08ff115
install -m0644 src/iapi.h $RPM_BUILD_ROOT%{_includedir}/ghostscript
cdd169a
install -m0644 src/ierrors.h $RPM_BUILD_ROOT%{_includedir}/ghostscript
cvsdist 08ff115
install -m0644 src/errors.h $RPM_BUILD_ROOT%{_includedir}/ghostscript
cvsdist 08ff115
install -m0644 src/gdevdsp.h $RPM_BUILD_ROOT%{_includedir}/ghostscript
cvsdist d3ccbee
b8ce1a7
# Don't ship pkgconfig files.
b8ce1a7
rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/ijs.pc
310a76f
b7ad57d
# Don't ship ijs example client or server
b7ad57d
rm -f $RPM_BUILD_ROOT%{_bindir}/ijs_{client,server}_example
b7ad57d
b7ad57d
# Don't ship files that get shipped in the cups package.
b7ad57d
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/cups
b7ad57d
rm -f $RPM_BUILD_ROOT%{_libdir}/cups/filter/pstoraster
1d190d2
rm -f $RPM_BUILD_ROOT/usr/lib/cups/filter/pstoraster
b7ad57d
a1de136
# Don't ship two copies of Resource.  Just the versioned one will do.
a1de136
rm -rf $RPM_BUILD_ROOT%{_datadir}/ghostscript/Resource
cvsdist 80197aa
aa4475c
mkdir -p $RPM_BUILD_ROOT/etc/ghostscript
aa4475c
cvsdist 08ff115
# The man/de/man1 symlinks are broken (bug #66238).
cvsdist 08ff115
find $RPM_BUILD_ROOT%{_mandir}/de/man1 -type l | xargs rm -f
cvsdist a2799d0
cvsdist 08ff115
MAIN_PWD=`pwd`
6c921df
(cd $RPM_BUILD_ROOT; find ./usr/share/ghostscript/%{gs_dot_ver}/lib/* | \
cvsdist 08ff115
		sed -e 's/\.//;' | grep -v lib/Fontmap* | grep -v gs_init.ps > $MAIN_PWD/rpm.sharelist
cvsdist 08ff115
 find .%{_bindir}/ | sed -e 's/\.//;' | \
cvsdist 08ff115
		grep -v '/$\|/hpijs$\|/gsx$\|/ijs-config$' \
cvsdist 08ff115
		>> $MAIN_PWD/rpm.sharelist)
cvsdist a2799d0
cvsdist 08ff115
%clean
cvsdist 08ff115
rm -rf $RPM_BUILD_ROOT
cvsdist a2799d0
93c8b75
%post -p /sbin/ldconfig
93c8b75
93c8b75
%postun -p /sbin/ldconfig
93c8b75
cvsdist 10c1736
%files -f rpm.sharelist
cvsdist 80197aa
%defattr(-,root,root)
aa4475c
%dir /etc/ghostscript
cvsdist a2799d0
%dir %{_datadir}/ghostscript
6c921df
%dir %{_datadir}/ghostscript/%{gs_dot_ver}
6c921df
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/lib
6c921df
%config %{_datadir}/ghostscript/%{gs_dot_ver}/lib/gs_init.ps
6c921df
%config %{_datadir}/ghostscript/%{gs_dot_ver}/lib/Fontmap*
6c921df
%{_datadir}/ghostscript/%{gs_dot_ver}/Resource/
6c921df
%{_datadir}/ghostscript/%{gs_dot_ver}/examples
cvsdist 08ff115
%{_mandir}/*/*
6c921df
%doc %{_docdir}/%{name}-%{gs_dot_ver}
cvsdist 9ba9caf
%{_libdir}/libgs.so.*
cvsdist 9ba9caf
%{_libdir}/libgs.so
b7ad57d
%{_libdir}/libijs*.so*
6c921df
%{_libdir}/%{name}/%{gs_dot_ver}
da3a5d3
/usr/lib/cups/filter/pstopxl
b7ad57d
%{_datadir}/cups/model/pxl*
cvsdist 08ff115
cvsdist 9ba9caf
%files gtk
cvsdist 9ba9caf
%defattr(-,root,root)
cvsdist 9ba9caf
%{_bindir}/gsx
cvsdist 08ff115
cvsdist 08ff115
%files devel
cvsdist 08ff115
%defattr(-,root,root)
cvsdist 08ff115
%dir %{_includedir}/ghostscript
cvsdist 08ff115
%{_includedir}/ghostscript/*.h
cvsdist 08ff115
%dir %{_includedir}/ijs
cvsdist 08ff115
%{_includedir}/ijs/*
cvsdist 08ff115
%{_bindir}/ijs-config
b7ad57d
%{_libdir}/libijs.*a
cvsdist 80197aa
cvsdist 80197aa
%changelog
89e8e44
* Tue Apr 25 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-2
89e8e44
- 8.15.2.
89e8e44
- No longer need build, krgb, pdfwrite, str1570 patches.
89e8e44
7812740
* Mon Apr 24 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-10
26861b1
- Fix emacs interaction (bug #189321, STR #1570).
26861b1
f8f3272
* Mon Apr 10 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-9
f8f3272
- Add %%{_datadir}/fonts/japanese to font path (bug #188448).
93c8b75
- Spec file cleanups (bug #188066).
f8f3272
a68fa66
* Sat Apr  8 2006 Tim Waugh <twaugh@redhat.com>
a68fa66
- Build requires libtool (bug #188341).
a68fa66
da3a5d3
* Thu Apr  6 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-8
da3a5d3
- Fix pdfwrite (bug #187834).
da3a5d3
- CUPS filters go in /usr/lib/cups/filter even on lib64 platforms.
da3a5d3
e1f8bc1
* Thu Mar  2 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-7
389a5d8
- BuildRequires: gnutls-devel
389a5d8
- Updated KRGB patch for gdevijs.
389a5d8
48b7127
* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 8.15.1-6
48b7127
- BuildRequires: libXt-devel
48b7127
20d7c68
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 8.15.1-5.2
20d7c68
- bump again for double-long bug on ppc(64)
20d7c68
447cd5b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 8.15.1-5.1
447cd5b
- rebuilt for new gcc4.1 snapshot and glibc changes
447cd5b
12518b6
* Mon Jan 30 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-5
12518b6
- Updated adobe-cmaps to 200406 (bug #173613).
12518b6
245be30
* Fri Jan 27 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-4
05c3105
- Support reading a big cmap/post table from a TrueType font.
05c3105
65276dd
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
65276dd
- rebuilt
65276dd
7cc772f
* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 8.15.1-3
7cc772f
- Build does not explicitly require xorg-x11-devel.
7cc772f
66c3749
* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 8.15.1-2
66c3749
- rebuilt with new openssl
66c3749
6c921df
* Mon Sep 26 2005 Tim Waugh <twaugh@redhat.com> 8.15.1-1
6c921df
- Some directories should be "8.15" not "8.15.1" (bug #169198).
6c921df
ef16ab3
* Thu Sep 22 2005 Tim Waugh <twaugh@redhat.com> 8.15.1-0.1
ef16ab3
- 8.15.1.
ef16ab3
- No longer need overflow patch.
ef16ab3
20bfe6e
* Tue Aug 16 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.3
20bfe6e
- Rebuilt for new cairo.
20bfe6e
57f3798
* Mon Aug 15 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.2
57f3798
- Parametrize freetype, and disable it (bug #165962).
57f3798
970da03
* Fri Aug 12 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.1
a4a834a
- 8.15rc4.
74e57db
- Fixed lips4v driver (bug #165713).
a4a834a
2ac9b5f
* Tue Aug  9 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.7
0a08c4e
- Install adobe/acro5 CMaps (bug #165428).
0a08c4e
c14c331
* Mon Jul 18 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.6
c14c331
- Fixed split font configuration patch (bug #161187).
c14c331
0dfb5c0
* Wed Jul 13 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.5
b2727e9
- Split font configuration (bug #161187).
faa929d
- Reverted this change:
faa929d
  - Build requires xorg-x11-devel, not XFree86-devel.
faa929d
c0ac82a
* Tue Jul 12 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.4
8e258de
- Add Japanese fonts to FAPIcidfmap (bug #161187).
a1de136
- Moved Resource directory.
41ce6dd
- Added use-external-freetype patch (bug #161187).
41ce6dd
244cfbf
* Mon Jul 11 2005 Tim Waugh <twaugh@redhat.com>
244cfbf
- Build requires libtiff-devel (bug #162826).
244cfbf
d177aca
* Thu Jun  9 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.3
9693b90
- Build requires xorg-x11-devel, not XFree86-devel.
cdd169a
- Include ierrors.h in the devel package.
cdd169a
acf8e9f
* Wed Jun  8 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.2
acf8e9f
- Drop 'Provides: libijs.so' because it is incorrect.
6d266b1
- Build igcref.c with -O0 to work around bug #150771.
1d8d9b4
- Renumber patches.
1d8d9b4
b7ad57d
* Fri Jun  3 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.1
b7ad57d
- Switch to ESP Ghostscript.
bda1546
- 8.15rc3.
b7ad57d
- Lots of patches dropped.  Perhaps some will need to be re-added.
b7ad57d
a309054
* Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 7.07-40
1c8db13
- Build igcref.c with -O0 to work around bug #150771.
1c615e7
e82d387
* Tue Mar  1 2005 Tim Waugh <twaugh@redhat.com> 7.07-39
e82d387
- Rebuilt for new GCC.
e82d387
d486799
* Mon Feb 21 2005 Tim Waugh <twaugh@redhat.com> 7.07-38
acc3e0e
- Fixes inspired by GCC 4.
d486799
26d7b7a
* Tue Jan 18 2005 Tim Waugh <twaugh@redhat.com>
26d7b7a
- Correct permissions for %%{_datadir}/ghostscript/Resource (bug #145420).
26d7b7a
f17ffe4
* Fri Dec 10 2004 Tim Waugh <twaugh@redhat.com> 7.07-37
d6f6040
- Fixed missing return statement (bug #136757).
d6f6040
407e0cf
* Thu Dec  9 2004 Tim Waugh <twaugh@redhat.com> 7.07-36
407e0cf
- Remove VFlib2 bits (bug #120498).
407e0cf
aa4475c
* Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com> 7.07-35
aa4475c
- Added /etc/ghostscript to search path and to file manifest (bug #98974).
aa4475c
55552e4
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 7.07-34
55552e4
- Convert man pages to UTF-8
55552e4
d6620b3
* Wed Oct 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-33
d6620b3
- Fix for bug #136322 (temporary files).
d6620b3
495e977
* Tue Sep 28 2004 Tim Waugh <twaugh@redhat.com> 7.07-32
495e977
- Turn off fontconfig until it's fixed (bug #133353).
495e977
cvsdist 4deb153
* Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-31
cvsdist 4deb153
- Only ship gsx in the gtk subpackage.
cvsdist 4deb153
cvsdist 4deb153
* Fri Aug  6 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 4deb153
- Run /sbin/ldconfig in %%post/%%postun.
cvsdist 4deb153
- Stricter requirements for the main package in the subpackages.
cvsdist 4deb153
cvsdist e7b0486
* Tue Jul 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-30
cvsdist e7b0486
- Updated eplaser driver to add alc4000 (bug #128007).
cvsdist e7b0486
cvsdist af6faed
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com> 7.07-29
cvsdist af6faed
- Prevent pdf2ps generating "null setpagesize" (bug #126446).
cvsdist af6faed
cvsdist c259c84
* Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 7.07-28
cvsdist c259c84
- Fix Omni patch assumption about /usr/lib which breaks for multilib
cvsdist c259c84
  architectures.
cvsdist c259c84
cvsdist 31aefac
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 31aefac
- rebuilt
cvsdist 31aefac
cvsdist 5357184
* Tue Jun  1 2004 Tim Waugh <twaugh@redhat.com> 7.07-26
cvsdist 5357184
- Removed another debug message from the fontconfig patch.
cvsdist 5357184
cvsdist f6e2595
* Tue Mar  9 2004 Tim Waugh <twaugh@redhat.com> 7.07-25
cvsdist f6e2595
- Added bjc250gs driver (bug #117860).
cvsdist f6e2595
cvsdist f6e2595
* Thu Mar  4 2004 Tim Waugh <twaugh@redhat.com> 7.07-24
cvsdist f6e2595
- Fix compilation with GCC 3.4.
cvsdist f6e2595
cvsdist f6e2595
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f6e2595
- rebuilt
cvsdist f6e2595
cvsdist f6e2595
* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-23
cvsdist f6e2595
- Build against gtk2/glib2 (bug #115619).  Patch from W. Michael Petullo.
cvsdist f6e2595
cvsdist f6e2595
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 7.07-22
cvsdist f6e2595
- rebuilt
cvsdist f6e2595
cvsdist f6e2595
* Thu Feb 12 2004 Tim Waugh <twaugh@redhat.com> 7.07-21
cvsdist f6e2595
- Leave gdevpdfm.c seemingly-mistaken bitwise ops alone (bug #115396).
cvsdist f6e2595
cvsdist f6e2595
* Thu Feb  5 2004 Tim Waugh <twaugh@redhat.com> 7.07-20
cvsdist f6e2595
- Fix compilation with GCC 3.4.
cvsdist f6e2595
cvsdist 181cea6
* Wed Jan 28 2004 Tim Waugh <twaugh@redhat.com> 7.07-19
cvsdist 181cea6
- Attempt to fix gdevcups crash (bug #114256).
cvsdist 181cea6
- Make gs dynamically link to libgs (bug #114276).
cvsdist 181cea6
- Fix gdevesmv.c's misuse of const (bug #114250).
cvsdist cd93728
cvsdist 181cea6
* Tue Jan 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-18
cvsdist 181cea6
- Turn on libgs again (bug #88175).
cvsdist 4cf804b
cvsdist 181cea6
* Mon Jan 19 2004 Tim Waugh <twaugh@redhat.com> 7.07-17
cvsdist 181cea6
- Removed stp driver.  Use the IJS version (ijsgimpprint) instead.
cvsdist 181cea6
- No longer conflicts with foomatic for hpijs versioning.
cvsdist 4581572
cvsdist 181cea6
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 7.07-16
cvsdist 181cea6
- Split hpijs out into separate source package.
cvsdist 181cea6
cvsdist 181cea6
* Thu Jan 8  2004 Tim Waugh <twaugh@redhat.com>
cvsdist 181cea6
- Fix several mistakenly-used bitwise operations.
cvsdist 084d933
cvsdist 084d933
* Tue Jan 6  2004 Tim Waugh <twaugh@redhat.com> 7.07-15
cvsdist 084d933
- Build for Fedora Core 1 printer drivers update.
cvsdist 084d933
- Conflicts with foomatic before hpijs 1.5 data.
cvsdist 084d933
- Make fontconfig optional.
cvsdist 084d933
cvsdist 084d933
* Sat Dec 13 2003 Tim Waugh <twaugh@redhat.com> 7.07-14
cvsdist 084d933
- Disable unnecessary debug messages from fontconfig support.
cvsdist 084d933
cvsdist 084d933
* Fri Dec  5 2003 Tim Waugh <twaugh@redhat.com> 7.07-13
cvsdist 084d933
- Add fontconfig support (bug #111412).
cvsdist 084d933
cvsdist 084d933
* Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 084d933
- Build requires libjpeg-devel (bug #110737).
cvsdist 084d933
cvsdist 084d933
* Tue Nov 11 2003 Tim Waugh <twaugh@redhat.com> 7.07-12
cvsdist 084d933
- Updated hpijs to 1.5 (bug #109714).
cvsdist 084d933
cvsdist 084d933
* Mon Nov 10 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 084d933
- Updated lxm3200 patch (bug #109625).
cvsdist 084d933
cvsdist 9ba9caf
* Tue Sep 30 2003 Tim Waugh <twaugh@redhat.com> 7.07-11
cvsdist 9ba9caf
- Updated gdevcups.c from CUPS 1.1.19.
cvsdist 9ba9caf
- Apply NOMEDIAATTRS patch from CUPS 1.1.19 (bug #105401).
cvsdist 9ba9caf
cvsdist 9ba9caf
* Thu Aug 28 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 9ba9caf
- Fix lips4v driver (bug #92337).
cvsdist 9ba9caf
cvsdist 9ba9caf
* Wed Aug 20 2003 Tim Waugh <twaugh@redhat.com> 7.07-10
cvsdist 9ba9caf
- Fix compilation problems in hpijs.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Mon Aug  4 2003 Tim Waugh <twaugh@redhat.com> 7.07-9
cvsdist 9ba9caf
- Further fix from bug #100685.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 7.07-8
cvsdist 9ba9caf
- Further fix from bug #100685.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Tue Jul 29 2003 Tim Waugh <twaugh@redhat.com> 7.07-7
cvsdist 9ba9caf
- Further fix from bug #100685.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Fri Jul 25 2003 Tim Waugh <twaugh@redhat.com> 7.07-6
cvsdist 9ba9caf
- Further fix from bug #100557.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 7.07-5
cvsdist 9ba9caf
- Further fix from bug #100557.
cvsdist 9ba9caf
- Fix bug #100685.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Wed Jul 23 2003 Tim Waugh <twaugh@redhat.com> 7.07-4
cvsdist 9ba9caf
- Fix bug #100557.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 7.07-3
cvsdist 9ba9caf
- rebuilt
cvsdist 9ba9caf
cvsdist 9ba9caf
* Tue May 27 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 9ba9caf
- Fix sed usage in ps2epsi (bug #89300).
cvsdist 9ba9caf
cvsdist 9ba9caf
* Tue May 20 2003 Tim Waugh <twaugh@redhat.com> 7.07-2
cvsdist 9ba9caf
- HPIJS 1.4 (bug #91219).
cvsdist 9ba9caf
cvsdist 9ba9caf
* Sun May 18 2003 Tim Waugh <twaugh@redhat.com> 7.07-1
cvsdist 9ba9caf
- 7.07.
cvsdist 9ba9caf
- Parametrize build_libgs.
cvsdist 9ba9caf
- Remove Omni requirement (bug #88177).
cvsdist 9ba9caf
- Fix ghostscript-gtk obsoletes: line (bug #88175).
cvsdist 9ba9caf
cvsdist 9ba9caf
* Thu Apr  3 2003 Tim Waugh <twaugh@redhat.com> 7.06-1
cvsdist 9ba9caf
- 7.06.
cvsdist 9ba9caf
- Updated config, vflib.fixup patches.
cvsdist 9ba9caf
- No longer need dx6, jpeg patches.
cvsdist 9ba9caf
- No longer need to add in missed GNU drivers.
cvsdist 9ba9caf
- Turn off dj970 driver (hpijs drives that).
cvsdist 9ba9caf
cvsdist 9ba9caf
* Mon Mar 31 2003 Tim Waugh <twaugh@redhat.com> 7.05-34
cvsdist 9ba9caf
- Apply fix for CJK font search method when the fonts are not available
cvsdist 9ba9caf
  (bug #83516).
cvsdist 9ba9caf
- The gb18030 patch no longer applies here.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Thu Mar 27 2003 Tim Waugh <twaugh@redhat.com> 7.05-33
cvsdist 9ba9caf
- Add some missing font aliases (bug #73342).
cvsdist 9ba9caf
- Use the system jpeg library.
cvsdist 9ba9caf
- Update hpijs to 1.3.1.
cvsdist 9ba9caf
- Update gdevcups.c from cups-1.1.18.
cvsdist 0ee4d6e
cvsdist 0ee4d6e
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 7.05-32
cvsdist 72a87bf
- debuginfo rebuild
cvsdist 72a87bf
cvsdist 72a87bf
* Fri Feb 21 2003 Elliot Lee <sopwith@redhat.com> 7.05-31
cvsdist 72a87bf
- Add ghostscript-7.05-oob-66421.patch to fix the segfault behind #66421
cvsdist 72a87bf
cvsdist 72a87bf
* Thu Jan 30 2003 Tim Waugh <twaugh@redhat.com> 7.05-30
cvsdist 72a87bf
- Remove rss patch from hpijs (not needed).
cvsdist 72a87bf
cvsdist 72a87bf
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 7.05-29
cvsdist 72a87bf
- rebuilt
cvsdist 72a87bf
cvsdist 72a87bf
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 7.05-28
cvsdist 72a87bf
- Add Korean font aliases to CIDFnmap CJK resource files (bug #81924).
cvsdist 72a87bf
cvsdist 72a87bf
* Sat Dec 14 2002 Tim Waugh <twaugh@redhat.com> 7.05-27
cvsdist 72a87bf
- Obsolete ghostscript-gtk (bug #79585).
cvsdist 72a87bf
- Omni 121002 patch.
cvsdist 72a87bf
cvsdist 72a87bf
* Tue Dec 10 2002 Tim Waugh <twaugh@redhat.com> 7.05-26
cvsdist 72a87bf
- Don't ship the shared object yet (part of bug #79340).
cvsdist 72a87bf
- Don't make the gtk package, since that needs the shared object.
cvsdist 72a87bf
cvsdist bb588fe
* Tue Nov 26 2002 Tim Waugh <twaugh@redhat.com> 7.05-25
cvsdist bb588fe
- Fix level 1 PostScript output (bug #78450).
cvsdist bb588fe
- No need to carry gomni.c, since it comes from the patch.
cvsdist bb588fe
cvsdist bb588fe
* Mon Nov 11 2002 Tim Waugh <twaugh@redhat.com> 7.05-24
cvsdist bb588fe
- Omni 071902 patch.
cvsdist bb588fe
cvsdist bb588fe
* Mon Nov 11 2002 Tim Waugh <twaugh@redhat.com> 7.05-23
cvsdist bb588fe
- hpijs-1.3, with updated rss patch.
cvsdist bb588fe
- Fix XLIBDIRS.
cvsdist bb588fe
cvsdist bb588fe
* Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 7.05-22
cvsdist bb588fe
- hpijs-rss 1.2.2.
cvsdist bb588fe
cvsdist bb588fe
* Mon Oct 14 2002 Tim Waugh <twaugh@redhat.com> 7.05-21
cvsdist bb588fe
- Set libdir when installing.
cvsdist 4a44043
cvsdist 48221a5
* Thu Aug 15 2002 Tim Waugh <twaugh@redhat.com> 7.05-20
cvsdist 48221a5
- Add cups device (bug #69573).
cvsdist 48221a5
cvsdist 08ff115
* Mon Aug 12 2002 Tim Waugh <twaugh@redhat.com> 7.05-19
cvsdist 08ff115
- Fix the gb18030 patch (bug #71135, bug #71303).
cvsdist 08ff115
cvsdist 08ff115
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 7.05-18
cvsdist 08ff115
- rebuilt with gcc-3.2 (we hope)
cvsdist 08ff115
cvsdist 08ff115
* Fri Aug  9 2002 Tim Waugh <twaugh@redhat.com> 7.05-17
cvsdist 08ff115
- Add CIDnmap for GB18030 font (bug #71135).
cvsdist 08ff115
- Fix URL (bug #70734).
cvsdist 08ff115
cvsdist 08ff115
* Tue Jul 23 2002 Tim Waugh <twaugh@redhat.com> 7.05-16
cvsdist 08ff115
- Rebuild in new environment.
cvsdist 08ff115
cvsdist 08ff115
* Tue Jul  9 2002 Tim Waugh <twaugh@redhat.com> 7.05-15
cvsdist 08ff115
- Remove the chp2200 driver again, to fix cdj890 (bug #67578).
cvsdist 08ff115
cvsdist 08ff115
* Fri Jul  5 2002 Tim Waugh <twaugh@redhat.com> 7.05-14
cvsdist 08ff115
- For CJK font support, use CIDFnmap instead of CIDFont
cvsdist 08ff115
  resources (bug #68009).
cvsdist 08ff115
cvsdist 08ff115
* Wed Jul  3 2002 Tim Waugh <twaugh@redhat.com> 7.05-13
cvsdist 08ff115
- Build requires unzip and gtk+-devel (bug #67799).
cvsdist 08ff115
cvsdist 08ff115
* Wed Jun 26 2002 Tim Waugh <twaugh@redhat.com> 7.05-12
cvsdist 08ff115
- File list tweaking.
cvsdist 08ff115
- More file list tweaking.
cvsdist 08ff115
cvsdist 08ff115
* Tue Jun 25 2002 Tim Waugh <twaugh@redhat.com> 7.05-10
cvsdist 08ff115
- Rebuild for bootstrap.
cvsdist 08ff115
cvsdist 08ff115
* Wed Jun 19 2002 Tim Waugh <twaugh@redhat.com> 7.05-9
cvsdist 08ff115
- Omni 052902 patch.
cvsdist 08ff115
cvsdist 08ff115
* Mon Jun 10 2002 Tim Waugh <twaugh@redhat.com> 7.05-8
cvsdist 08ff115
- Requires recent version of patchutils (bug #65947).
cvsdist 08ff115
- Don't ship broken man page symlinks (bug #66238).
cvsdist 08ff115
cvsdist 08ff115
* Wed May 29 2002 Tim Waugh <twaugh@redhat.com> 7.05-7
cvsdist 08ff115
- Put gsx in its own package.
cvsdist 08ff115
cvsdist 08ff115
* Tue May 28 2002 Tim Waugh <twaugh@redhat.com> 7.05-6
cvsdist 08ff115
- New gomni.c from IBM to fix an A4 media size problem.
cvsdist 08ff115
- Use new Adobe CMaps (bug #65362).
cvsdist 08ff115
cvsdist 08ff115
* Sun May 26 2002 Tim Powers <timp@redhat.com> 7.05-5
cvsdist 08ff115
- automated rebuild
cvsdist 08ff115
cvsdist 08ff115
* Wed May 22 2002 Tim Waugh <twaugh@redhat.com> 7.05-4
cvsdist 08ff115
- New gomni.c from IBM to fix bug #65269 (again).
cvsdist 08ff115
cvsdist 08ff115
* Tue May 21 2002 Tim Waugh <twaugh@redhat.com> 7.05-2
cvsdist 08ff115
- Don't apply bogus parts of vflib patch (bug #65268).
cvsdist 08ff115
- Work around Omni -sPAPERSIZE=a4 problem (bug #65269).
cvsdist 08ff115
cvsdist 08ff115
* Mon May 20 2002 Tim Waugh <twaugh@redhat.com> 7.05-1
cvsdist 08ff115
- 7.05.
cvsdist 08ff115
- No longer need mkstemp, vflib.fixup, quoting, or PARANOIDSAFER
cvsdist 08ff115
  patches.
cvsdist 08ff115
- Don't apply CJK patches any more (no longer needed).
cvsdist 08ff115
- Updated Source15, Patch0, Patch10, Patch5, Patch24, Patch14, Patch12.
cvsdist 08ff115
- Made gdevdmpr.c compile again.
cvsdist 08ff115
- Move gimp-print to a separate package.
cvsdist 08ff115
- Ship the shared object too (and a .so file that is dlopened).
cvsdist 08ff115
- Update Omni patch.  No longer need Omni_path, Omni_quiet, Omni_glib patches.
cvsdist 08ff115
- Require Omni >= 0.6.1.
cvsdist 08ff115
- Add patch to fix gtk+ initial window size.
cvsdist 08ff115
- Add devel package with header files.
cvsdist 08ff115
- Turn on IJS support.
cvsdist 08ff115
- Update hpijs to 1.1.
cvsdist 08ff115
- Don't ship the hpijs binary in the ghostscript package.
cvsdist 08ff115
- Use -fPIC when building ijs.
cvsdist d3ccbee
cvsdist 02610c2
* Wed Apr  3 2002 Tim Waugh <twaugh@redhat.com> 6.52-8
cvsdist 02610c2
- New CIDFonts (bug #61015).
cvsdist 02610c2
cvsdist a2799d0
* Wed Apr  3 2002 Tim Waugh <twaugh@redhat.com> 6.52-7
cvsdist a2799d0
- Fix release numbers of sub packages.
cvsdist a2799d0
- Handle info files, use ldconfig (bug #62574).
cvsdist a2799d0
cvsdist a2799d0
* Tue Mar 19 2002 Tim Waugh <twaugh@redhat.com> 6.52-6
cvsdist a2799d0
- Fix config patch so that gs --help displays the right thing.
cvsdist a2799d0
- Don't ship sysvlp.sh.
cvsdist a2799d0
- Fix some shell scripts.
cvsdist a2799d0
- Ship escputil man page (bug #58919).
cvsdist a2799d0
cvsdist a2799d0
* Mon Feb 11 2002 Tim Waugh <twaugh@redhat.com> 6.52-5
cvsdist a2799d0
- Add CHP2200 driver (bug #57516).
cvsdist a2799d0
- Fix gimp-print-4.2.0 so that it builds without cups-config.
cvsdist a2799d0
cvsdist a2799d0
* Sat Feb  2 2002 Bill Nottingham <notting@redhat.com> 6.52-4
cvsdist a2799d0
- do condrestart in %postun, not %post
cvsdist a2799d0
cvsdist a2799d0
* Fri Feb  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-3
cvsdist a2799d0
- Restart service cups after installing gimp-print-cups
cvsdist a2799d0
cvsdist a2799d0
* Sun Jan 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-2
cvsdist a2799d0
- hpijs is finally free - support it.
cvsdist a2799d0
- Add extra package for CUPS support
cvsdist a2799d0
cvsdist a2799d0
* Mon Jan 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-1
cvsdist a2799d0
- Updates:
cvsdist a2799d0
  - ghostscript 6.52
cvsdist a2799d0
  - hpdj 2.6 -> pcl3 3.3
cvsdist a2799d0
  - CJK Patchlevel 3, adobe-cmaps 200109
cvsdist a2799d0
  - gimp-print 4.2.0
cvsdist a2799d0
- Adapt patches
cvsdist a2799d0
- Fix various URLs
cvsdist a2799d0
- Begin cleaning up spec file
cvsdist a2799d0
- Fix bugs #21879 and #50923
cvsdist a2799d0
cvsdist a2799d0
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist a2799d0
- automated rebuild
cvsdist f331454
cvsdist 5f7de76
* Thu Oct 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-16
cvsdist 5f7de76
- update the Omni driver, and patch it to seek in /usr/lib/Omni/ first
cvsdist 5f7de76
- require Omni
cvsdist 5f7de76
cvsdist 5f7de76
* Mon Oct 01 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-15
cvsdist 5f7de76
- change -dPARANOIDSAFER to punch a hole for OutputFile
cvsdist 5f7de76
cvsdist 5f7de76
* Mon Sep 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-14
cvsdist 5f7de76
- add -dPARANOIDSAFER to let us breathe a little easier in the print spooler.
cvsdist 5f7de76
cvsdist 5f7de76
* Thu Sep 13 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-13
cvsdist 5f7de76
- apply jakub's fix to ghostscript's jmp_buf problems; #49591
cvsdist 7b98c51
cvsdist 1949e8e
* Wed Sep  5 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-12
cvsdist 1949e8e
- fix lprsetup.sh; #50925
cvsdist 1949e8e
cvsdist e526061
* Fri Aug 24 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-11
cvsdist e526061
- added Epson's old eplaseren drivers,
cvsdist e526061
- pointed out by Till Kamppeter <till.kamppeter@gmx.net>
cvsdist e526061
cvsdist dd72b28
* Tue Aug 21 2001 Paul Howarth <paul@city-fan.org> 6.51-10
cvsdist dd72b28
- included Samsung GDI driver for ML-4500 printer support.
cvsdist dd72b28
cvsdist 2b5d24d
* Sun Aug 19 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-9
cvsdist 2b5d24d
- applied IBM's glib patches for Omni, which now works.
cvsdist 2b5d24d
- BE AWARE: we now link against libstdc++ and glib for this, and use a c++
cvsdist 2b5d24d
- link stage to do the dirty.
cvsdist 2b5d24d
- added glib-devel buildreq and glib req, I don't think we require everything
cvsdist 2b5d24d
- yet, I could pull in sasl.
cvsdist 2b5d24d
cvsdist 2b5d24d
* Sun Aug 19 2001 David Suffield <david_suffield@hp.com> 6.51-8
cvsdist 2b5d24d
- Added gs device hpijs and updated gdevhpij.c to hpijs 0.97
cvsdist 2b5d24d
cvsdist 2b5d24d
* Wed Aug 15 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-7
cvsdist 2b5d24d
- pull in ynakai's update to the cjk resources.
cvsdist 2b5d24d
cvsdist 4084302
* Thu Aug  9 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-6
cvsdist 4084302
- turn dmprt and cdj880 back on. for some reason, they work now.
cvsdist 4084302
- voodoo, who knows.
cvsdist 4084302
cvsdist 10c1736
* Thu Aug  9 2001 Yukihiro Nakai <ynakai@redhat.com> 6.51-5
cvsdist 10c1736
- Add cjk resources
cvsdist 10c1736
cvsdist 10c1736
* Thu Aug  1 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-4
cvsdist 10c1736
- applied drepper@redhat.com's patch for #50300
cvsdist 10c1736
- fixed build deps on zlib-devel and libpng-devel, #49853
cvsdist 10c1736
- made gs_init.ps a config file; #25096
cvsdist 10c1736
- O\^/nZ the daTa directorieZ now; #50693
cvsdist 10c1736
cvsdist 10c1736
* Tue Jul 24 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-3
cvsdist 10c1736
- wired up the Resource dir and the Font and CIDFont maps.
cvsdist 10c1736
cvsdist 10c1736
* Mon Jul 23 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-2
cvsdist 10c1736
- luckily, I had a spare chicken. Thanks to some work by Nakai, and one last
cvsdist 10c1736
- desperate search through google, everything /seems/ to be working. I know
cvsdist 10c1736
- that there are going to be problems in the japanese code, and I need to turn
cvsdist 10c1736
- on the cjk font map from adobe, but it /works/ at the moment.
cvsdist 10c1736
cvsdist 10c1736
* Thu Jun 21 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 10c1736
- upgraded to 6.51, a major version upgrade
cvsdist 10c1736
- rewrote spec file, threw out some patches
cvsdist 10c1736
- turned on IBM's Omni print drivers interface
cvsdist 10c1736
- turned on HP's hpijs print drivers interface
cvsdist 10c1736
- turned on every driver that looked usable from linux
cvsdist 10c1736
- sacrificed a chicken to integrate the old Japanese drivers
cvsdist 2b5d24d
- - This didn't work. The japanese patches are turned off, pending review.
cvsdist 2b5d24d
- - I can do loops with C, but the bugs are in Postscript init files
cvsdist c7670ff
cvsdist 10c1736
* Wed Apr 11 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 10c1736
- added P. B. West's lx5000 driver
cvsdist 29b0d80
cvsdist 6fe0b55
* Tue Feb 27 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 6fe0b55
- added xtt-fonts requirement (for VFlib)
cvsdist 6fe0b55
cvsdist 6fe0b55
* Fri Feb  9 2001 Adrian Havill <havill@redhat.com>
cvsdist 6fe0b55
- cmpskit removed as a build prereq
cvsdist 6fe0b55
cvsdist 6fe0b55
* Thu Feb  8 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 6fe0b55
- merged in some patches that got away:
cvsdist 6fe0b55
-	* Fri Sep  1 2000 Mitsuo Hamada <mhamada@redhat.com>
cvsdist 6fe0b55
	- add support JIS B size
cvsdist 6fe0b55
	- fix the problem of reconverting GNUPLOT output
cvsdist 6fe0b55
cvsdist 6fe0b55
* Thu Feb  8 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 6fe0b55
- switched to japanese for everybody
cvsdist 6fe0b55
cvsdist 6fe0b55
* Thu Feb  8 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 6fe0b55
- tweaked time_.h to test for linux, and include the right
cvsdist 6fe0b55
- header
cvsdist 6fe0b55
cvsdist 6fe0b55
* Wed Feb  7 2001 Crutcher Dunnavnat <crutcher@redhat.com>
cvsdist 6fe0b55
- added the lxm3200 driver
cvsdist 6fe0b55
cvsdist 6fe0b55
* Mon Dec 11 2000 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 6fe0b55
- merged in the (accendental) branch that contained the mktemp
cvsdist 6fe0b55
- and LD_RUN_PATH bug fixes.
cvsdist 6fe0b55
cvsdist 6fe0b55
* Tue Oct 17 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 6fe0b55
- tetex using xdvi with ghostscript patch (#19212).
cvsdist 6fe0b55
cvsdist 6fe0b55
* Tue Sep 12 2000 Michael Stefaniuc <mstefani@redhat.com>
cvsdist 6fe0b55
- expanded the gcc296 patch to fix a compilation issue with the new stp
cvsdist 6fe0b55
  driver
cvsdist c61a740
cvsdist 6fe0b55
* Mon Sep 11 2000 Michael Stefaniuc <mstefani@redhat.com>
cvsdist 6fe0b55
- added the stp driver from the gimp-print project.
cvsdist 6fe0b55
  It supports high quality printing especialy with Epson Stylus Photo.
cvsdist 13a2453
cvsdist 80197aa
* Wed Aug  2 2000 Matt Wilson <msw@redhat.com>
cvsdist 80197aa
- rebuilt against new libpng
cvsdist 80197aa
cvsdist 80197aa
* Wed Aug  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 80197aa
- Fix up the cdj880 patch (Bug #14978)
cvsdist 80197aa
- Fix build with gcc 2.96
cvsdist 80197aa
cvsdist 80197aa
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- turn off japanese support
cvsdist 80197aa
cvsdist 80197aa
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist 80197aa
- automatic rebuild
cvsdist 80197aa
cvsdist 80197aa
* Fri Jul 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 80197aa
- fixed the broken inclusion of files in /usr/doc
cvsdist 80197aa
- Build requires freetype-devel
cvsdist 80197aa
cvsdist 80197aa
* Fri Jun 16 2000 Matt Wilson <msw@redhat.com>
cvsdist 80197aa
- build japanese support in main distribution
cvsdist 80197aa
- FHS manpage paths
cvsdist 80197aa
cvsdist 80197aa
* Sun Mar 26 2000 Chris Ding <cding@redhat.com>
cvsdist 80197aa
- enabled bmp16m driver
cvsdist 80197aa
cvsdist 80197aa
* Thu Mar 23 2000 Matt Wilson <msw@redhat.com>
cvsdist 80197aa
- added a boatload of Japanese printers
cvsdist 80197aa
cvsdist 80197aa
* Thu Mar 16 2000 Matt Wilson <msw@redhat.com>
cvsdist 80197aa
- add japanese support, enable_japanese macro
cvsdist 80197aa
cvsdist 80197aa
* Mon Feb 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 80197aa
- 5.50 at last...
cvsdist 80197aa
- hpdj 2.6
cvsdist 80197aa
- Added 3rd party drivers:
cvsdist 80197aa
  - Lexmark 5700 (lxm5700m)
cvsdist 80197aa
  - Alps MD-* (md2k, md5k)
cvsdist 80197aa
  - Lexmark 2050, 3200, 5700 and 7000 (lex2050, lex3200, lex5700, lex7000)
cvsdist 80197aa
cvsdist 80197aa
* Fri Feb  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 80197aa
- rebuild to compress man page
cvsdist 80197aa
- fix gs.1 symlink
cvsdist 80197aa
cvsdist 80197aa
* Wed Jan 26 2000 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- add stylus 740 uniprint files
cvsdist 80197aa
cvsdist 80197aa
* Thu Jan 13 2000 Preston Brown <pbrown@redhat.com>
cvsdist 80197aa
- add lq850 dot matrix driver (#6357)
cvsdist 80197aa
cvsdist 80197aa
* Thu Oct 28 1999 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- oops, include oki182 driver.
cvsdist 80197aa
cvsdist 80197aa
* Tue Aug 24 1999 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- don't optimize on Alpha. This way it works.
cvsdist 80197aa
cvsdist 80197aa
* Thu Jul 29 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 80197aa
- added hpdj driver
cvsdist 80197aa
- changed build to use tar_cat so adding new drivers is sane
cvsdist 80197aa
cvsdist 80197aa
* Thu Jul  1 1999 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- add OkiPage 4w+, HP 8xx drivers
cvsdist 80197aa
* Mon Apr  5 1999 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- fix typo in config patch.
cvsdist 80197aa
cvsdist 80197aa
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 80197aa
- auto rebuild in the new build environment (release 6)
cvsdist 80197aa
cvsdist 80197aa
* Mon Mar 15 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 80197aa
- added patch from rth to fix alignement problems on the alpha.
cvsdist 80197aa
cvsdist 80197aa
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist 80197aa
- Injected new description and group.
cvsdist 80197aa
cvsdist 80197aa
* Mon Feb 08 1999 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- add uniprint .upp files
cvsdist 80197aa
cvsdist 80197aa
* Sat Feb 06 1999 Preston Brown <pbrown@redhat.com>
cvsdist 80197aa
- fontpath update.
cvsdist 80197aa
cvsdist 80197aa
* Wed Dec 23 1998 Preston Brown <pbrown@redhat.com>
cvsdist 80197aa
- updates for ghostscript 5.10
cvsdist 80197aa
cvsdist 80197aa
* Fri Nov 13 1998 Preston Brown <pbrown@redhat.com>
cvsdist 80197aa
- updated to use shared urw-fonts package.
cvsdist 80197aa
* Mon Nov 09 1998 Preston Brown <pbrown@redhat.com>
cvsdist 80197aa
- turned on truetype (ttf) font support.
cvsdist 80197aa
cvsdist 80197aa
* Thu Jul  2 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 80197aa
- updated to 4.03.
cvsdist 80197aa
cvsdist 80197aa
* Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 80197aa
- enabled more printer drivers
cvsdist 80197aa
- buildroot
cvsdist 80197aa
cvsdist 80197aa
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
cvsdist 80197aa
- translations modified for de, fr, tr
cvsdist 80197aa
cvsdist 80197aa
* Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
cvsdist 80197aa
- Made /usr/share/ghostscript/3.33/Fontmap a config file.