11938ab
%define gs_ver 8.61
11938ab
%define gs_dot_ver 8.61
2820519
%{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
e9e80ae
Release: 4%{?dist}
cvsdist 02610c2
5639564
License: GPLv2
9963832
URL: http://www.ghostscript.com/
cvsdist 80197aa
Group: Applications/Publishing
ae42ff4
Source0: ghostscript-%{gs_ver}.tar.bz2
de50988
Source2: CIDFnmap
2820519
Source4: cidfmap
a5db1a2
b8d2b56
Patch1: ghostscript-multilib.patch
c3e94a4
Patch2: ghostscript-scripts.patch
c3e94a4
Patch3: ghostscript-noopt.patch
9963832
Patch4: ghostscript-fPIC.patch
9963832
Patch5: http://www.openprinting.org/download/printing/esp-gpl-ghostscript-merge/ghostscript-8.57-ijs-krgb.patch
bc983c9
Patch6: ghostscript-runlibfileifexists.patch
cvsdist 10c1736
cvsdist 80197aa
Requires: urw-fonts >= 1.1, ghostscript-fonts
8584c55
BuildRequires: libjpeg-devel, libXt-devel
827a6b0
BuildRequires: zlib-devel, libpng-devel, unzip, gtk2-devel
b495bd0
BuildRequires: glib2-devel, gnutls-devel
cvsdist 08ff115
# Omni requires libxml
cvsdist 83dc796
BuildRequires: libxml2-devel
2b271b3
BuildRequires: libtiff-devel
cvsdist a2799d0
BuildRequires: cups-devel >= 1.1.13
04d9ec2
BuildRequires: libtool
2820519
%{?_with_freetype:BuildRequires: freetype-devel}
cvsdist a2799d0
BuildRoot: %{_tmppath}/%{name}-%{gs_ver}-root
cvsdist 80197aa
cvsdist 4617036
# See bug #83516.
cvsdist 4617036
Conflicts: ttfonts-ja < 1.2-23
cvsdist 4617036
Conflicts: ttfonts-ko < 1.0.11-27
cvsdist 4617036
Conflicts: ttfonts-zh_CN < 2.12-2
cvsdist 4617036
Conflicts: ttfonts-zh_TW < 2.11-20
cvsdist 4617036
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 1756771
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 4617036
%package gtk
cvsdist 4617036
Summary: A GTK-enabled PostScript(TM) interpreter and renderer.
cvsdist 1756771
Requires: %{name} = %{version}-%{release}
cvsdist 4617036
Group: Applications/Publishing
cvsdist 4617036
cvsdist 4617036
%description gtk
cvsdist 4617036
A GTK-enabled version of Ghostscript, called 'gsx'.
cvsdist 08ff115
cvsdist 80197aa
%prep
ae42ff4
%setup -q -n %{name}-%{gs_ver}
cvsdist dd72b28
b8d2b56
# Fix ijs-config not to have multilib conflicts (bug #192672)
b8d2b56
%patch1 -p1 -b .multilib
b8d2b56
a5db1a2
# Fix some shell scripts
c3e94a4
%patch2 -p1 -b .scripts
cvsdist 9c51cf5
d097bf8
# Build igcref.c with -O0 to work around bug #150771.
c3e94a4
%patch3 -p1 -b .noopt
e780aa0
9963832
# Fix shared library build.
9963832
%patch4 -p1 -b .fPIC
71e17ce
9963832
# IJS KRGB patch.
9963832
%patch5 -p1 -b .ijs-krgb
c3f8f72
bc983c9
# Define .runlibfileifexists.
bc983c9
%patch6 -p1 -b .runlibfileifexists
bc983c9
f0e20cc
# Convert manual pages to UTF-8
f0e20cc
from8859_1() {
f0e20cc
	iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
f0e20cc
	mv "${1}_" "$1"
f0e20cc
}
f0e20cc
for i in man/de/*.1; do from8859_1 "$i"; done
f0e20cc
9963832
if [ -x autogen.sh ]; then
9963832
  ./autogen.sh
9963832
  pushd ijs
9963832
  ./autogen.sh
9963832
  popd
9963832
fi
9963832
cvsdist 80197aa
%build
8ea9108
FONTPATH=
8ea9108
for path in \
8ea9108
	%{_datadir}/fonts/default/%{name} \
8ea9108
	%{_datadir}/fonts/default/Type1 \
8ea9108
	%{_datadir}/fonts/default/amspsfnt/pfb \
8ea9108
	%{_datadir}/fonts/default/cmpsfont/pfb \
11938ab
	%{_datadir}/fonts \
3c6db04
	%{_datadir}/%{name}/conf.d \
3c6db04
	%{_sysconfdir}/%{name} \
3c6db04
	%{_sysconfdir}/%{name}/%{gs_dot_ver}
8ea9108
do
8ea9108
  FONTPATH="$FONTPATH${FONTPATH:+:}$path"
8ea9108
done
4005df6
%configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" \
11938ab
	--with-drivers=ALL --disable-compile-inits
a5db1a2
cvsdist 08ff115
# Build IJS
cvsdist 08ff115
cd ijs
a5db1a2
automake --add-missing --copy || : # Ships with broken symlinks
a5db1a2
%configure --enable-shared --enable-static
cvsdist 08ff115
make
cvsdist 08ff115
cd ..
cvsdist 08ff115
2820519
%if %{build_with_freetype}
2130e54
FT_CFLAGS=$(pkg-config --cflags freetype2)
2130e54
make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix} \
2130e54
	FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
2130e54
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix} \
2130e54
	FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
2820519
%else
2820519
make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix}
2820519
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix}
2820519
%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 ef42ce6
make install soinstall \
2820519
%{?_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} \
11938ab
	gsincludedir=$RPM_BUILD_ROOT%{_includedir}/ghostscript \
cvsdist 72a87bf
	bindir=$RPM_BUILD_ROOT%{_bindir} \
cvsdist 72a87bf
	libdir=$RPM_BUILD_ROOT%{_libdir} \
eb38bc4
	docdir=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{gs_dot_ver} \
a5db1a2
	gsdir=$RPM_BUILD_ROOT%{_datadir}/%{name} \
eb38bc4
	gsdatadir=$RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver} \
eb38bc4
	gssharedir=$RPM_BUILD_ROOT%{_libdir}/%{name}/%{gs_dot_ver} \
11938ab
	CUPSSERVERROOT=$RPM_BUILD_ROOT`cups-config --serverroot` \
11938ab
	CUPSSERVERBIN=$RPM_BUILD_ROOT`cups-config --serverbin` \
2820519
	CUPSDATA=$RPM_BUILD_ROOT`cups-config --datadir`
a5db1a2
cvsdist ef42ce6
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
827a6b0
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
2820519
# Rename an original cidfmap to cidfmap.GS
eb38bc4
mv $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/lib/cidfmap{,.GS}
11938ab
# Install our own cidfmap to allow the separated
11938ab
# cidfmap which the font packages own.
de50988
install -m0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/lib/CIDFnmap
eb38bc4
install -m0644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/lib/cidfmap
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
db1dc89
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
6141770
# Don't ship pkgconfig files.
6141770
rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/ijs.pc
d70368e
a5db1a2
# Don't ship ijs example client or server
a5db1a2
rm -f $RPM_BUILD_ROOT%{_bindir}/ijs_{client,server}_example
a5db1a2
a5db1a2
# Don't ship files that get shipped in the cups package.
a5db1a2
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/cups
a5db1a2
rm -f $RPM_BUILD_ROOT%{_libdir}/cups/filter/pstoraster
b4647b9
rm -f $RPM_BUILD_ROOT/usr/lib/cups/filter/pstoraster
a5db1a2
59d9392
# Don't ship two copies of Resource.  Just the versioned one will do.
59d9392
rm -rf $RPM_BUILD_ROOT%{_datadir}/ghostscript/Resource
cvsdist 80197aa
3c6db04
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/conf.d
3c6db04
mkdir -p $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}
3c6db04
touch $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}/Fontmap.local
3c6db04
touch $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}/cidfmap.local
3c6db04
touch $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}/CIDFnmap.local
aa352e7
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`
9a496b5
(cd $RPM_BUILD_ROOT; find ./usr/share/ghostscript/%{gs_dot_ver}/lib -type f | \
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
827a6b0
%post -p /sbin/ldconfig
827a6b0
827a6b0
%postun -p /sbin/ldconfig
827a6b0
cvsdist 10c1736
%files -f rpm.sharelist
cvsdist 80197aa
%defattr(-,root,root)
aa352e7
%dir /etc/ghostscript
3c6db04
%dir /etc/ghostscript/%{gs_dot_ver}
cvsdist a2799d0
%dir %{_datadir}/ghostscript
3c6db04
%dir %{_datadir}/ghostscript/conf.d
eb38bc4
%dir %{_datadir}/ghostscript/%{gs_dot_ver}
eb38bc4
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/lib
eb38bc4
%config %{_datadir}/ghostscript/%{gs_dot_ver}/lib/gs_init.ps
eb38bc4
%config %{_datadir}/ghostscript/%{gs_dot_ver}/lib/Fontmap*
eb38bc4
%{_datadir}/ghostscript/%{gs_dot_ver}/Resource/
eb38bc4
%{_datadir}/ghostscript/%{gs_dot_ver}/examples
180f67b
%{_mandir}/man*/*
180f67b
%lang(de) %{_mandir}/de/man*/*
eb38bc4
%doc %{_docdir}/%{name}-%{gs_dot_ver}
cvsdist 4617036
%{_libdir}/libgs.so.*
40d27a2
%{_libdir}/libijs-*.so*
bf90b40
%dir %{_libdir}/%{name}
eb38bc4
%{_libdir}/%{name}/%{gs_dot_ver}
86ecf97
/usr/lib/cups/filter/pstopxl
a5db1a2
%{_datadir}/cups/model/pxl*
3c6db04
%config(noreplace) /etc/ghostscript/%{gs_dot_ver}/*
cvsdist 08ff115
cvsdist 4617036
%files gtk
cvsdist 4617036
%defattr(-,root,root)
cvsdist 4617036
%{_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
40d27a2
%{_libdir}/libijs.so
a5db1a2
%{_libdir}/libijs.*a
40d27a2
%{_libdir}/libgs.so
cvsdist 80197aa
cvsdist 80197aa
%changelog
e9e80ae
* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-4
e9e80ae
- Fixed runlibfileifexists patch.
e9e80ae
bc983c9
* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-3
bc983c9
- Revert previous change, but define .runlibfileifexists not just
bc983c9
  runlibfileifexists.
bc983c9
ead1435
* Thu Nov 29 2007 Tim Waugh <twaugh@redhat.com> 8.61-2
ead1435
- Fixed cidfmap (bug #402481).
ead1435
11938ab
* Wed Nov 28 2007 Tim Waugh <twaugh@redhat.com> 8.61-1
11938ab
- 8.61 (bug #402481).
11938ab
- Build with --disable-compile-inits (bug #402501).
11938ab
- Add %%{_datadir}/fonts to fontpath (bug #402481).
11938ab
- Restore the cidfmap-switching bits (bug #402481).
11938ab
859144b
* Tue Oct 23 2007 Tim Waugh <twaugh@redhat.com> 8.60-5
859144b
- Applied patch from upstream to fix CVE-2007-2721 (bug #346511).
859144b
180f67b
* Tue Oct  9 2007 Tim Waugh <twaugh@redhat.com> 8.60-4
180f67b
- Marked localized man pages as %%lang (bug #322321).
180f67b
2613bff
* Thu Sep 27 2007 Tim Waugh <twaugh@redhat.com> 8.60-3
2613bff
- Back-ported mkstemp64 patch (bug #308211).
2613bff
5639564
* Thu Aug 23 2007 Tim Waugh <twaugh@redhat.com> 8.60-2
5639564
- More specific license tag.
5639564
ae42ff4
* Fri Aug  3 2007 Tim Waugh <twaugh@redhat.com> 8.60-1
ae42ff4
- 8.60.
ae42ff4
144a967
* Mon Jul 16 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.2
bf90b40
- Own %%{_libdir}/ghostscript (bug #246026).
bf90b40
9963832
* Tue Jul 10 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.1
9963832
- 8.60 snapshot from svn.  Patches dropped:
9963832
  - big-cmap-post
9963832
  - split-cidfnmap
9963832
  - exactly-enable-cidfnmap
9963832
  - Fontmap.local
9963832
  No longer needed:
9963832
  - gxcht-64bit-crash
9963832
de50988
* Tue Apr 17 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-3
c3f8f72
- Apply fonts in CIDFnmap even if the same fontnames are already registered
c3f8f72
  (bug #163231).
de50988
- New file CIDFmap (bug #233966).
de50988
- Allow local overrides for FAPIcidfmap, cidfmap and Fontmap (bug #233966).
de50988
3c6db04
* Tue Apr  3 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-2
3c6db04
- Fixed configuration file locations (bug #233966).
3c6db04
cec8a0c
* Wed Mar 14 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-1
cec8a0c
- 8.15.4.
cec8a0c
4f8244e
* Thu Jan 25 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-7
cdec161
- dvipdf script fixes (bug #88906).
40d27a2
- Moved libijs.so and libgs.so into devel package (bug #203623).
40d27a2
4005df6
* Wed Jan 24 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-6
4005df6
- Configure with --with-drivers=ALL since the advertised default is not
4005df6
  what gets used (bug #223819).
4005df6
4150c4a
* Thu Jan 18 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-5
0363d79
- Backported gxcht 64bit crash fix from GPL trunk (bug #177763).
0363d79
5d3e940
* Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-4
5d3e940
- Own cjkv directory (bug #221380, bug #222375).
5d3e940
8dadf71
* Tue Dec  5 2006 Tim Waugh <twaugh@redhat.com> 8.15.3-3
d0ee460
- Added split-cidfnmap patch (bug #194592).
d0ee460
c3e94a4
* Thu Nov 16 2006 Tim Waugh <twaugh@redhat.com> 8.15.3-2
c3e94a4
- 8.15.3.  No longer need gtk2, ps2epsi, badc, pagesize,
c3e94a4
  use-external-freetype, split-font-configuration or cjkv patches.
c3e94a4
- Renumbered patches.
c3e94a4
71e17ce
* Tue Oct  3 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-9
71e17ce
- Apply CJKV patch from svn164:165 plus the fix from svn173:174 (bug #194592,
71e17ce
  bug #203712, possibly bug #167596).
71e17ce
38a0fcd
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 8.15.2-8.1
38a0fcd
- rebuild
38a0fcd
d0db90e
* Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-8
d0db90e
- Revert CJKV patch.
d0db90e
5b38938
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 8.15.2-7
5b38938
- rebuilt with new gnutls
5b38938
6c72f89
* Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-6
7e9deb9
- Undo svn sync.
6c72f89
- Apply CJKV patch from svn164:165.
7e9deb9
9a496b5
* Fri Jun  9 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-5
9a496b5
- Sync to svn165.
9a496b5
4a5b5af
* Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-4
b8d2b56
- Fix ijs-config not to have multilib conflicts (bug #192672)
b8d2b56
b9f3bad
* Tue May  2 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-3
b9f3bad
- Remove adobe-cmaps and acro5-cmaps, since latest CMaps are already
b9f3bad
  included (bug #190463).
b9f3bad
d7d2317
* Tue Apr 25 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-2
d7d2317
- 8.15.2.
d7d2317
- No longer need build, krgb, pdfwrite, str1570 patches.
d7d2317
89973ef
* Mon Apr 24 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-10
f9fc412
- Fix emacs interaction (bug #189321, STR #1570).
f9fc412
003c4d1
* Mon Apr 10 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-9
003c4d1
- Add %%{_datadir}/fonts/japanese to font path (bug #188448).
827a6b0
- Spec file cleanups (bug #188066).
003c4d1
04d9ec2
* Sat Apr  8 2006 Tim Waugh <twaugh@redhat.com>
04d9ec2
- Build requires libtool (bug #188341).
04d9ec2
86ecf97
* Thu Apr  6 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-8
86ecf97
- Fix pdfwrite (bug #187834).
86ecf97
- CUPS filters go in /usr/lib/cups/filter even on lib64 platforms.
86ecf97
fc8e11e
* Thu Mar  2 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-7
b495bd0
- BuildRequires: gnutls-devel
b495bd0
- Updated KRGB patch for gdevijs.
b495bd0
8584c55
* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 8.15.1-6
8584c55
- BuildRequires: libXt-devel
8584c55
a6303d9
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 8.15.1-5.2
a6303d9
- bump again for double-long bug on ppc(64)
a6303d9
542bf98
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 8.15.1-5.1
542bf98
- rebuilt for new gcc4.1 snapshot and glibc changes
542bf98
116f628
* Mon Jan 30 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-5
116f628
- Updated adobe-cmaps to 200406 (bug #173613).
116f628
3f225aa
* Fri Jan 27 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-4
708ee8a
- Support reading a big cmap/post table from a TrueType font.
708ee8a
aa2e277
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
aa2e277
- rebuilt
aa2e277
c332557
* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 8.15.1-3
c332557
- Build does not explicitly require xorg-x11-devel.
c332557
42c5ac1
* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 8.15.1-2
42c5ac1
- rebuilt with new openssl
42c5ac1
eb38bc4
* Mon Sep 26 2005 Tim Waugh <twaugh@redhat.com> 8.15.1-1
eb38bc4
- Some directories should be "8.15" not "8.15.1" (bug #169198).
eb38bc4
7646326
* Thu Sep 22 2005 Tim Waugh <twaugh@redhat.com> 8.15.1-0.1
7646326
- 8.15.1.
7646326
- No longer need overflow patch.
7646326
a814454
* Tue Aug 16 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.3
a814454
- Rebuilt for new cairo.
a814454
2820519
* Mon Aug 15 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.2
2820519
- Parametrize freetype, and disable it (bug #165962).
2820519
c2ef6f4
* Fri Aug 12 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.1
9d7ba60
- 8.15rc4.
39d1ffa
- Fixed lips4v driver (bug #165713).
9d7ba60
35937c3
* Tue Aug  9 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.7
d6c0bb7
- Install adobe/acro5 CMaps (bug #165428).
d6c0bb7
1f96249
* Mon Jul 18 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.6
1f96249
- Fixed split font configuration patch (bug #161187).
1f96249
09eb006
* Wed Jul 13 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.5
8ea9108
- Split font configuration (bug #161187).
9c6b251
- Reverted this change:
9c6b251
  - Build requires xorg-x11-devel, not XFree86-devel.
9c6b251
b99bdec
* Tue Jul 12 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.4
e780aa0
- Add Japanese fonts to FAPIcidfmap (bug #161187).
59d9392
- Moved Resource directory.
2130e54
- Added use-external-freetype patch (bug #161187).
2130e54
2b271b3
* Mon Jul 11 2005 Tim Waugh <twaugh@redhat.com>
2b271b3
- Build requires libtiff-devel (bug #162826).
2b271b3
7356129
* Thu Jun  9 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.3
4390f89
- Build requires xorg-x11-devel, not XFree86-devel.
db1dc89
- Include ierrors.h in the devel package.
db1dc89
1bf1596
* Wed Jun  8 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.2
1bf1596
- Drop 'Provides: libijs.so' because it is incorrect.
d097bf8
- Build igcref.c with -O0 to work around bug #150771.
5403677
- Renumber patches.
5403677
a5db1a2
* Fri Jun  3 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.1
a5db1a2
- Switch to ESP Ghostscript.
97d2b5a
- 8.15rc3.
a5db1a2
- Lots of patches dropped.  Perhaps some will need to be re-added.
a5db1a2
22e2289
* Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 7.07-40
7b9b1cb
- Build igcref.c with -O0 to work around bug #150771.
b66b2c0
cf0cd68
* Tue Mar  1 2005 Tim Waugh <twaugh@redhat.com> 7.07-39
cf0cd68
- Rebuilt for new GCC.
cf0cd68
16c5028
* Mon Feb 21 2005 Tim Waugh <twaugh@redhat.com> 7.07-38
6e03243
- Fixes inspired by GCC 4.
16c5028
f51d498
* Tue Jan 18 2005 Tim Waugh <twaugh@redhat.com>
f51d498
- Correct permissions for %%{_datadir}/ghostscript/Resource (bug #145420).
f51d498
cdf7080
* Fri Dec 10 2004 Tim Waugh <twaugh@redhat.com> 7.07-37
7a45f24
- Fixed missing return statement (bug #136757).
7a45f24
7990b5b
* Thu Dec  9 2004 Tim Waugh <twaugh@redhat.com> 7.07-36
7990b5b
- Remove VFlib2 bits (bug #120498).
7990b5b
aa352e7
* Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com> 7.07-35
aa352e7
- Added /etc/ghostscript to search path and to file manifest (bug #98974).
aa352e7
f0e20cc
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 7.07-34
f0e20cc
- Convert man pages to UTF-8
f0e20cc
edd7253
* Wed Oct 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-33
edd7253
- Fix for bug #136322 (temporary files).
edd7253
066581c
* Tue Sep 28 2004 Tim Waugh <twaugh@redhat.com> 7.07-32
066581c
- Turn off fontconfig until it's fixed (bug #133353).
066581c
cvsdist 1756771
* Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-31
cvsdist 1756771
- Only ship gsx in the gtk subpackage.
cvsdist 1756771
cvsdist 1756771
* Fri Aug  6 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 1756771
- Run /sbin/ldconfig in %%post/%%postun.
cvsdist 1756771
- Stricter requirements for the main package in the subpackages.
cvsdist 1756771
cvsdist 48b6ce9
* Tue Jul 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-30
cvsdist 48b6ce9
- Updated eplaser driver to add alc4000 (bug #128007).
cvsdist 48b6ce9
cvsdist 9c51cf5
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com> 7.07-29
cvsdist 9c51cf5
- Prevent pdf2ps generating "null setpagesize" (bug #126446).
cvsdist 9c51cf5
cvsdist eeb4a8b
* Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 7.07-28
cvsdist eeb4a8b
- Fix Omni patch assumption about /usr/lib which breaks for multilib
cvsdist eeb4a8b
  architectures.
cvsdist eeb4a8b
cvsdist 5b275a0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 5b275a0
- rebuilt
cvsdist 5b275a0
cvsdist 58978d5
* Tue Jun  1 2004 Tim Waugh <twaugh@redhat.com> 7.07-26
cvsdist 58978d5
- Removed another debug message from the fontconfig patch.
cvsdist 58978d5
cvsdist 83dc796
* Tue Mar  9 2004 Tim Waugh <twaugh@redhat.com> 7.07-25
cvsdist 83dc796
- Added bjc250gs driver (bug #117860).
cvsdist 83dc796
cvsdist 83dc796
* Thu Mar  4 2004 Tim Waugh <twaugh@redhat.com> 7.07-24
cvsdist 83dc796
- Fix compilation with GCC 3.4.
cvsdist 83dc796
cvsdist 83dc796
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 83dc796
- rebuilt
cvsdist 83dc796
cvsdist 83dc796
* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-23
cvsdist 83dc796
- Build against gtk2/glib2 (bug #115619).  Patch from W. Michael Petullo.
cvsdist 83dc796
cvsdist 83dc796
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 7.07-22
cvsdist 83dc796
- rebuilt
cvsdist 83dc796
cvsdist 83dc796
* Thu Feb 12 2004 Tim Waugh <twaugh@redhat.com> 7.07-21
cvsdist 83dc796
- Leave gdevpdfm.c seemingly-mistaken bitwise ops alone (bug #115396).
cvsdist 83dc796
cvsdist 83dc796
* Thu Feb  5 2004 Tim Waugh <twaugh@redhat.com> 7.07-20
cvsdist 83dc796
- Fix compilation with GCC 3.4.
cvsdist 83dc796
cvsdist ef42ce6
* Wed Jan 28 2004 Tim Waugh <twaugh@redhat.com> 7.07-19
cvsdist ef42ce6
- Attempt to fix gdevcups crash (bug #114256).
cvsdist ef42ce6
- Make gs dynamically link to libgs (bug #114276).
cvsdist ef42ce6
- Fix gdevesmv.c's misuse of const (bug #114250).
cvsdist 819e8c9
cvsdist ef42ce6
* Tue Jan 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-18
cvsdist ef42ce6
- Turn on libgs again (bug #88175).
cvsdist ff5a22d
cvsdist ef42ce6
* Mon Jan 19 2004 Tim Waugh <twaugh@redhat.com> 7.07-17
cvsdist ef42ce6
- Removed stp driver.  Use the IJS version (ijsgimpprint) instead.
cvsdist ef42ce6
- No longer conflicts with foomatic for hpijs versioning.
cvsdist 24fb04e
cvsdist ef42ce6
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 7.07-16
cvsdist ef42ce6
- Split hpijs out into separate source package.
cvsdist ef42ce6
cvsdist ef42ce6
* Thu Jan 8  2004 Tim Waugh <twaugh@redhat.com>
cvsdist ef42ce6
- Fix several mistakenly-used bitwise operations.
cvsdist 30ba988
cvsdist 30ba988
* Tue Jan 6  2004 Tim Waugh <twaugh@redhat.com> 7.07-15
cvsdist 30ba988
- Build for Fedora Core 1 printer drivers update.
cvsdist 30ba988
- Conflicts with foomatic before hpijs 1.5 data.
cvsdist 30ba988
- Make fontconfig optional.
cvsdist 30ba988
cvsdist 30ba988
* Sat Dec 13 2003 Tim Waugh <twaugh@redhat.com> 7.07-14
cvsdist 30ba988
- Disable unnecessary debug messages from fontconfig support.
cvsdist 30ba988
cvsdist 30ba988
* Fri Dec  5 2003 Tim Waugh <twaugh@redhat.com> 7.07-13
cvsdist 30ba988
- Add fontconfig support (bug #111412).
cvsdist 30ba988
cvsdist 30ba988
* Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 30ba988
- Build requires libjpeg-devel (bug #110737).
cvsdist 30ba988
cvsdist 30ba988
* Tue Nov 11 2003 Tim Waugh <twaugh@redhat.com> 7.07-12
cvsdist 30ba988
- Updated hpijs to 1.5 (bug #109714).
cvsdist 30ba988
cvsdist 30ba988
* Mon Nov 10 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 30ba988
- Updated lxm3200 patch (bug #109625).
cvsdist 30ba988
cvsdist 4617036
* Tue Sep 30 2003 Tim Waugh <twaugh@redhat.com> 7.07-11
cvsdist 4617036
- Updated gdevcups.c from CUPS 1.1.19.
cvsdist 4617036
- Apply NOMEDIAATTRS patch from CUPS 1.1.19 (bug #105401).
cvsdist 4617036
cvsdist 4617036
* Thu Aug 28 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 4617036
- Fix lips4v driver (bug #92337).
cvsdist 4617036
cvsdist 4617036
* Wed Aug 20 2003 Tim Waugh <twaugh@redhat.com> 7.07-10
cvsdist 4617036
- Fix compilation problems in hpijs.
cvsdist 4617036
cvsdist 4617036
* Mon Aug  4 2003 Tim Waugh <twaugh@redhat.com> 7.07-9
cvsdist 4617036
- Further fix from bug #100685.
cvsdist 4617036
cvsdist 4617036
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 7.07-8
cvsdist 4617036
- Further fix from bug #100685.
cvsdist 4617036
cvsdist 4617036
* Tue Jul 29 2003 Tim Waugh <twaugh@redhat.com> 7.07-7
cvsdist 4617036
- Further fix from bug #100685.
cvsdist 4617036
cvsdist 4617036
* Fri Jul 25 2003 Tim Waugh <twaugh@redhat.com> 7.07-6
cvsdist 4617036
- Further fix from bug #100557.
cvsdist 4617036
cvsdist 4617036
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 7.07-5
cvsdist 4617036
- Further fix from bug #100557.
cvsdist 4617036
- Fix bug #100685.
cvsdist 4617036
cvsdist 4617036
* Wed Jul 23 2003 Tim Waugh <twaugh@redhat.com> 7.07-4
cvsdist 4617036
- Fix bug #100557.
cvsdist 4617036
cvsdist 4617036
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 7.07-3
cvsdist 4617036
- rebuilt
cvsdist 4617036
cvsdist 4617036
* Tue May 27 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 4617036
- Fix sed usage in ps2epsi (bug #89300).
cvsdist 4617036
cvsdist 4617036
* Tue May 20 2003 Tim Waugh <twaugh@redhat.com> 7.07-2
cvsdist 4617036
- HPIJS 1.4 (bug #91219).
cvsdist 4617036
cvsdist 4617036
* Sun May 18 2003 Tim Waugh <twaugh@redhat.com> 7.07-1
cvsdist 4617036
- 7.07.
cvsdist 4617036
- Parametrize build_libgs.
cvsdist 4617036
- Remove Omni requirement (bug #88177).
cvsdist 4617036
- Fix ghostscript-gtk obsoletes: line (bug #88175).
cvsdist 4617036
cvsdist 4617036
* Thu Apr  3 2003 Tim Waugh <twaugh@redhat.com> 7.06-1
cvsdist 4617036
- 7.06.
cvsdist 4617036
- Updated config, vflib.fixup patches.
cvsdist 4617036
- No longer need dx6, jpeg patches.
cvsdist 4617036
- No longer need to add in missed GNU drivers.
cvsdist 4617036
- Turn off dj970 driver (hpijs drives that).
cvsdist 4617036
cvsdist 4617036
* Mon Mar 31 2003 Tim Waugh <twaugh@redhat.com> 7.05-34
cvsdist 4617036
- Apply fix for CJK font search method when the fonts are not available
cvsdist 4617036
  (bug #83516).
cvsdist 4617036
- The gb18030 patch no longer applies here.
cvsdist 4617036
cvsdist 4617036
* Thu Mar 27 2003 Tim Waugh <twaugh@redhat.com> 7.05-33
cvsdist 4617036
- Add some missing font aliases (bug #73342).
cvsdist 4617036
- Use the system jpeg library.
cvsdist 4617036
- Update hpijs to 1.3.1.
cvsdist 4617036
- 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.