0c733b3
%define gs_ver 9.16
0c733b3
%define gs_dot_ver 9.16
57f3798
%{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
b41625a
Summary: A PostScript interpreter and renderer
cvsdist 80197aa
Name: ghostscript
cvsdist a2799d0
Version: %{gs_ver}
cvsdist 02610c2
0c733b3
Release: 1%{?dist}
cvsdist 02610c2
0bb2e4c
# Included CMap data is Redistributable, no modification permitted,
0bb2e4c
# see http://bugzilla.redhat.com/487510
f50db1b
License: AGPLv3+ and Redistributable, no modification permitted
3641905
URL: http://www.ghostscript.com/
cvsdist 80197aa
Group: Applications/Publishing
eff4bac
Source0: ghostscript-%{gs_ver}-cleaned-1.tar.bz2
eff4bac
# ghostscript contains code we cannot ship due to licensing concerns.
eff4bac
# Therefore we use this script to remove it before shipping the
eff4bac
# tarball.
eff4bac
# Download the upstream tarball and invoke this script while in the
eff4bac
# tarball's directory:
9e5f137
Source1: generate-tarball.sh
b5ff478
Source2: CIDFnmap
57f3798
Source4: cidfmap
b7ad57d
f21c6e9
Patch1: ghostscript-multilib.patch
3da9d92
Patch2: ghostscript-scripts.patch
3da9d92
Patch3: ghostscript-noopt.patch
fcd14f5
Patch4: ghostscript-runlibfileifexists.patch
fcd14f5
Patch5: ghostscript-icc-missing-check.patch
f57ad54
Patch6: ghostscript-Fontmap.local.patch
856d045
Patch7: ghostscript-wrf-snprintf.patch
4f91b61
Patch8: ghostscript-system-openjpeg2.patch
0c733b3
Patch9: ghostscript-system-zlib.patch
cvsdist 10c1736
Rex Dieter 3ff1923
Requires: %{name}-core%{?_isa} = %{version}-%{release}
Rex Dieter 3ff1923
Requires: %{name}-x11%{?_isa} = %{version}-%{release}
15621b2
BuildRequires: xz
d121f06
BuildRequires: libjpeg-devel, libXt-devel
efbc16c
BuildRequires: zlib-devel, libpng-devel, unzip, gtk3-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
1fa2af9
BuildRequires: jasper-devel
Richard Hughes 63ba0ce
BuildRequires: dbus-devel
135b241
BuildRequires: poppler-data
b4ed15b
BuildRequires: lcms2-devel >= 2.4-5
4f91b61
BuildRequires: openjpeg2-devel
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
8a86623
Ghostscript is a set of software that provides a PostScript
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
23d38d6
Summary: Files for developing applications that use ghostscript
Rex Dieter 3ff1923
Requires: %{name}%{?_isa} = %{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
9f0b67f
%package doc
23d38d6
Summary: Documentation for ghostscript
9f0b67f
Requires: %{name} = %{version}-%{release}
9f0b67f
Group: Documentation
70ad2fc
BuildArch: noarch
9f0b67f
9f0b67f
%description doc
9f0b67f
The documentation files that come with ghostscript.
9f0b67f
4a9a410
%package x11
4a9a410
Summary: The X11 driver for Ghostscript
Rex Dieter 3ff1923
Requires: %{name}%{?_isa} = %{version}-%{release}
4a9a410
Group: Applications/Publishing
4a9a410
4a9a410
%description x11
4a9a410
4a9a410
The X11 driver for Ghostscript.
4a9a410
4a9a410
%package core
4a9a410
Summary: Parts of Ghostscript which do not require X11
4a9a410
Requires: urw-fonts >= 1.1, ghostscript-fonts
4a9a410
Requires: poppler-data
4a9a410
Group: Applications/Publishing
4a9a410
4a9a410
%description core
4a9a410
The parts of Ghostscript which do not require X11.
4a9a410
cvsdist 9ba9caf
%package gtk
23d38d6
Summary: A GTK-enabled PostScript interpreter and renderer
Rex Dieter 3ff1923
Requires: %{name}%{?_isa} = %{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
d9b0f02
%setup -q -n %{name}-%{gs_ver}
c542db8
rm -rf expat freetype icclib jasper jpeg jpegxr lcms lcms2 libpng openjpeg zlib cups/libs
cvsdist dd72b28
f21c6e9
# Fix ijs-config not to have multilib conflicts (bug #192672)
f21c6e9
%patch1 -p1 -b .multilib
f21c6e9
b7ad57d
# Fix some shell scripts
3da9d92
%patch2 -p1 -b .scripts
cvsdist af6faed
6d266b1
# Build igcref.c with -O0 to work around bug #150771.
3da9d92
%patch3 -p1 -b .noopt
8e258de
89ab42c
# Define .runlibfileifexists.
fcd14f5
%patch4 -p1
89ab42c
03a292c
# Fixed missing error check when setting ICC profile.
fcd14f5
%patch5 -p1 -b .icc-missing-check
03a292c
14bd3eb
# Restored Fontmap.local patch, incorrectly dropped after
14bd3eb
# ghostscript-8.15.4-3 (bug #610301).
a70c402
# Note: don't use -b here to avoid the backup file ending up in the
a70c402
# package manifest.
f57ad54
%patch6 -p1
14bd3eb
31ae65a
# Use more caution when converting floats to strings (bug #980085).
856d045
%patch7 -p1 -b .wrf-snprintf
739f561
4f91b61
%patch8 -p1 -b .system-openjpeg2
4f91b61
0c733b3
# Fixes for using the system zlib
0c733b3
%patch9 -p1 -b .system-zlib
0c733b3
55552e4
# Convert manual pages to UTF-8
55552e4
from8859_1() {
b41625a
        iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
b41625a
        mv "${1}_" "$1"
55552e4
}
8152b01
for i in man/de/*.1; do
8152b01
  if [ "$(file --brief --mime-encoding "$i")" = iso-8859-1 ]; then
8152b01
    from8859_1 "$i"
8152b01
  fi
8152b01
done
55552e4
a317f6b
# Convert ps files to UTF-8
a317f6b
for i in examples/cjk/gsc*.ps; do from8859_1 "$i"; done
a317f6b
cvsdist 80197aa
%build
3116a3c
# Compile without strict aliasing opts due to these files:
3116a3c
# gdevescv.c gdevl4v.c gdevopvp.c gdevbbox.c gdevdbit.c gdevddrw.c 
3116a3c
# gdevp14.c gdevpdfd.c gdevpdfi.c gdevpdfo.c gdevpdft.c gdevpdfv.c 
3116a3c
# gdevpdte.c gdevpdtt.c gdevps.c gdevpx.c gscoord.c gscparam.c gscrd.c 
3116a3c
# gsdps1.c gsimage.c gspath1.c gsptype1.c gsptype2.c gstype2.c 
3116a3c
# gstype42.c gxccache.c gxchar.c gxclimag.c gxclpath.c gxfcopy.c 
3116a3c
# gximag3x.c gximage3.c gxipixel.c gxshade1.c gxstroke.c gxtype1.c 
3116a3c
# ibnum.c iscanbin.c zchar1.c zchar.c zcharx.c zfapi.c zfont32.c 
3116a3c
# zfunc0.c zfunc3.c zfunc4.c zpcolor.c zshade.c
3116a3c
EXTRACFLAGS="-fno-strict-aliasing"
3116a3c
b2727e9
FONTPATH=
b2727e9
for path in \
b41625a
        %{_datadir}/fonts/default/%{name} \
b41625a
        %{_datadir}/fonts/default/Type1 \
b41625a
        %{_datadir}/fonts/default/amspsfnt/pfb \
b41625a
        %{_datadir}/fonts/default/cmpsfont/pfb \
b41625a
        %{_datadir}/fonts \
b41625a
        %{_datadir}/%{name}/conf.d \
b41625a
        %{_sysconfdir}/%{name} \
135b241
        %{_sysconfdir}/%{name}/%{gs_dot_ver} \
135b241
        %{_datadir}/poppler/cMap/*
b2727e9
do
b2727e9
  FONTPATH="$FONTPATH${FONTPATH:+:}$path"
b2727e9
done
0c733b3
rm -f ijs/ltmain.sh
0c733b3
autoreconf -fiv
043d60f
%configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" \
b41625a
        --with-drivers=ALL --disable-compile-inits --with-system-libtiff \
a753806
        --with-install-cups \
b41625a
        CFLAGS="$CFLAGS $EXTRACFLAGS"
b7ad57d
cvsdist 08ff115
# Build IJS
cvsdist 08ff115
cd ijs
3116a3c
./autogen.sh
1491db8
%configure --enable-shared --disable-static
cvsdist 08ff115
make
cvsdist 08ff115
cd ..
cvsdist 08ff115
57f3798
%if %{build_with_freetype}
41ce6dd
FT_CFLAGS=$(pkg-config --cflags freetype2)
54422c3
make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRACFLAGS" prefix=%{_prefix} \
b41625a
        FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
54422c3
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRACFLAGS" prefix=%{_prefix} \
b41625a
        FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
57f3798
%else
54422c3
make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRACFLAGS" prefix=%{_prefix}
54422c3
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRACFLAGS" prefix=%{_prefix}
57f3798
%endif
f8f891f
make cups
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} \
b41625a
        prefix=$RPM_BUILD_ROOT%{_prefix} \
b41625a
        mandir=$RPM_BUILD_ROOT%{_mandir} \
b41625a
        datadir=$RPM_BUILD_ROOT%{_datadir} \
b41625a
        gsincludedir=$RPM_BUILD_ROOT%{_includedir}/ghostscript/ \
b41625a
        bindir=$RPM_BUILD_ROOT%{_bindir} \
b41625a
        libdir=$RPM_BUILD_ROOT%{_libdir} \
b41625a
        docdir=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{gs_dot_ver} \
b41625a
        gsdir=$RPM_BUILD_ROOT%{_datadir}/%{name} \
b41625a
        gsdatadir=$RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver} \
b41625a
        gssharedir=$RPM_BUILD_ROOT%{_libdir}/%{name}/%{gs_dot_ver} \
b41625a
        CUPSSERVERROOT=$RPM_BUILD_ROOT`cups-config --serverroot` \
b41625a
        CUPSSERVERBIN=$RPM_BUILD_ROOT`cups-config --serverbin` \
b41625a
        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
b41625a
ln -sf gs $RPM_BUILD_ROOT%{_bindir}/ghostscript
cvsdist 10c1736
57f3798
# Rename an original cidfmap to cidfmap.GS
f8f891f
mv $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resource/Init/cidfmap{,.GS}
f08a51a
# Install our own cidfmap to allow the separated
f08a51a
# cidfmap which the font packages own.
f8f891f
install -m0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resource/Init/CIDFnmap
f8f891f
install -m0644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resource/Init/cidfmap
cvsdist a2799d0
e325189
# Documentation
e325189
install -m0644 doc/COPYING $RPM_BUILD_ROOT%{_docdir}/%{name}-%{gs_dot_ver}
e325189
e6211e7
# Don't ship libtool la files.
e6211e7
rm -f $RPM_BUILD_ROOT%{_libdir}/libijs.la
310a76f
b7ad57d
# Don't ship ijs example client or server
b7ad57d
rm -f $RPM_BUILD_ROOT%{_bindir}/ijs_{client,server}_example
b7ad57d
6a01a7c
# Don't ship URW fonts; we already have them.
6a01a7c
rm -rf $RPM_BUILD_ROOT%{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Font
6a01a7c
b41625a
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ghostscript/%{gs_dot_ver}
b41625a
touch $RPM_BUILD_ROOT%{_sysconfdir}/ghostscript/%{gs_dot_ver}/Fontmap.local
b41625a
touch $RPM_BUILD_ROOT%{_sysconfdir}/ghostscript/%{gs_dot_ver}/cidfmap.local
b41625a
touch $RPM_BUILD_ROOT%{_sysconfdir}/ghostscript/%{gs_dot_ver}/CIDFnmap.local
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
b0a02a7
# Don't ship fixmswrd.pl as it pulls in perl (bug #463948).
b0a02a7
rm -f $RPM_BUILD_ROOT%{_bindir}/fixmswrd.pl
b0a02a7
135b241
# Don't ship CMaps (instead poppler-data paths are in search path).
135b241
rm -f $RPM_BUILD_ROOT%{_datadir}/ghostscript/%{gs_dot_ver}/Resource/CMap/*
135b241
cvsdist 08ff115
MAIN_PWD=`pwd`
b41625a
(cd $RPM_BUILD_ROOT; find .%{_datadir}/ghostscript/%{gs_dot_ver}/Resource -type f | \
b41625a
                sed -e 's/\.//;' | grep -v Fontmap | grep -v gs_init.ps > $MAIN_PWD/rpm.sharelist
cvsdist 08ff115
 find .%{_bindir}/ | sed -e 's/\.//;' | \
b41625a
                grep -v '/$\|/hpijs$\|/gsx$\|/ijs-config$' \
b41625a
                >> $MAIN_PWD/rpm.sharelist)
cvsdist a2799d0
cvsdist 08ff115
%clean
cvsdist 08ff115
rm -rf $RPM_BUILD_ROOT
cvsdist a2799d0
4a9a410
%post core -p /sbin/ldconfig
93c8b75
4a9a410
%postun core -p /sbin/ldconfig
93c8b75
4a9a410
%files core -f rpm.sharelist
cvsdist 80197aa
%defattr(-,root,root)
b41625a
%dir %{_sysconfdir}/ghostscript
b41625a
%dir %{_sysconfdir}/ghostscript/%{gs_dot_ver}
6c921df
%dir %{_datadir}/ghostscript/%{gs_dot_ver}
f8f891f
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource
f8f891f
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Init
f8f891f
%config %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Init/gs_init.ps
f8f891f
%config %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Init/Fontmap*
d61c474
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/CMap
70ec04d
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/CIDFont
70ec04d
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/CIDFSubst
d61c474
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/ColorSpace
d61c474
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Decoding
d61c474
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Encoding
50b6192
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/IdiomSet
d61c474
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/SubstCID
f8f891f
%{_datadir}/ghostscript/%{gs_dot_ver}/lib
9930de3
%{_datadir}/ghostscript/%{gs_dot_ver}/iccprofiles
6ab0d7d
%{_mandir}/man*/*
6ab0d7d
%lang(de) %{_mandir}/de/man*/*
cvsdist 9ba9caf
%{_libdir}/libgs.so.*
9446583
%{_libdir}/libijs-*.so*
da5847e
%dir %{_libdir}/%{name}
4a9a410
%dir %{_libdir}/%{name}/%{gs_dot_ver}
b41625a
%config(noreplace) %{_sysconfdir}/ghostscript/%{gs_dot_ver}/*
cvsdist 08ff115
4a9a410
%files
4a9a410
%defattr(-,root,root)
4a9a410
9f0b67f
%files doc
9f0b67f
%defattr(-,root,root)
fd5bf36
%doc %{_datadir}/ghostscript/%{gs_dot_ver}/examples
9f0b67f
%doc %{_docdir}/%{name}-%{gs_dot_ver}
9f0b67f
cvsdist 9ba9caf
%files gtk
cvsdist 9ba9caf
%defattr(-,root,root)
cvsdist 9ba9caf
%{_bindir}/gsx
cvsdist 08ff115
4a9a410
%files x11
4a9a410
%defattr(-,root,root)
4a9a410
%{_libdir}/%{name}/%{gs_dot_ver}/X11.so
4a9a410
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
e6211e7
%{_libdir}/pkgconfig/ijs.pc
9446583
%{_libdir}/libijs.so
9446583
%{_libdir}/libgs.so
cvsdist 80197aa
cvsdist 80197aa
%changelog
0c733b3
* Mon Mar 30 2015 Tim Waugh <twaugh@redhat.com> 9.16-1
0c733b3
- 9.16.
0c733b3
e98726d
* Fri Dec 19 2014 Tim Waugh <twaugh@redhat.com> 9.15-6
e98726d
- Don't ship X11.so in both the main package and the x11 sub-package.
e98726d
Rex Dieter 3ff1923
* Fri Dec 19 2014 Rex Dieter <rdieter@fedoraproject.org> 9.15-5
Rex Dieter 3ff1923
- fix %%_isa macro usage
Rex Dieter 3ff1923
4a9a410
* Thu Dec 18 2014 Tim Waugh <twaugh@redhat.com> 9.15-4
4a9a410
- New ghostscript-x11 package for X11 driver (bug #148939).
4a9a410
- Ghostscript not requiring X11 is now in ghostscript-core.
4a9a410
- The 'ghostscript' package requires both of these.
4a9a410
956b783
* Tue Oct  7 2014 Tim Waugh <twaugh@redhat.com> 9.15-3
eff4bac
- Avoid shipping ramfs source as its license is unclear. Similarly
eff4bac
  with some documentation and example code (bug #1149617).
eff4bac
4f91b61
* Fri Oct  3 2014 Tim Waugh <twaugh@redhat.com> 9.15-2
4f91b61
- Use system openjpeg2 library so we can decode JPX (upstream
4f91b61
  bug #695557).
4f91b61
856d045
* Tue Sep 23 2014 Tim Waugh <twaugh@redhat.com> 9.15-1
856d045
- 9.15. No longer need iccprofiles-initdir, gs694154, crash, sys-zlib,
856d045
  or trio-g patches.
856d045
7a4fe39
* Tue Sep  9 2014 Tim Waugh <twaugh@redhat.com>
7a4fe39
- No need to apply patch for already-applied gdevcups-debug-uninit.
7a4fe39
382fde0
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.14-6
382fde0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
382fde0
b86ef46
* Fri Aug 15 2014 Tim Waugh <twaugh@redhat.com> 9.14-5
739f561
- Fix double-to-string conversion on e.g. ppc64 (bug #1014772).
739f561
66e7ae9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.14-4
66e7ae9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
66e7ae9
51ebf65
* Wed Jun  4 2014 Tim Waugh <twaugh@redhat.com> 9.14-3
51ebf65
- Applied patch from upstream to fix memory handling issue that could
51ebf65
  lead to crashes (bug #1087071).
51ebf65
50b6192
* Tue Jun 03 2014 Ralf Corsépius <corsepiu@fedoraproject.org> 9.14-2
50b6192
- Add %%{_datadir}/ghostscript/%%{gs_dot_ver}/Resource/IdiomSet
50b6192
  (RHBZ #1100338).
50b6192
5f432cb
* Thu Mar 27 2014 Tim Waugh <twaugh@redhat.com> 9.14-1
5f432cb
- 9.14.
5f432cb
c7d6860
* Wed Mar 26 2014 Tim Waugh <twaugh@redhat.com> 9.12-1
c7d6860
- 9.12 (bug #1080814).
c7d6860
- Fix build when using system zlib.
c7d6860
6849970
* Thu Feb 27 2014 Tim Waugh <twaugh@redhat.com> 9.10-6
6849970
- Use upstream patch to fix duplex for some devices (bug #1068896).
6849970
80985fa
* Tue Dec 10 2013 Tim Waugh <twaugh@redhat.com> 9.10-5
7237d43
- Use upstream patches to fix gs segfaults (bug #1026428, bug #1039718).
80985fa
4aeef6d
* Wed Sep 25 2013 Tim Waugh <twaugh@redhat.com> 9.09-4
9e5f137
- Regenerate tarball (bug #1000387).
2f99dfa
ffc3312
* Wed Aug 28 2013 Tim Waugh <twaugh@redhat.com> 9.09-3
4489aac
- Remove jpegxr to ensure it isn't built (bug #1000387).
4489aac
4300802
* Thu Aug 22 2013 Tim Waugh <twaugh@redhat.com> 9.09-2
836e3bb
- Fixed character set conversion issue in pdfwrite (bug #999927).
836e3bb
d9b0f02
* Thu Aug 22 2013 Tim Waugh <twaugh@redhat.com> 9.09-1
d9b0f02
- 9.09.
d9b0f02
5cfddfe
* Sat Aug 17 2013 Tim Waugh <twaugh@redhat.com> 9.09-0.rc1.1
5cfddfe
- 9.09rc1.
5cfddfe
f57ad54
* Thu Aug 15 2013 Tim Waugh <twaugh@redhat.com> 9.08-1
f57ad54
- 9.08.
f57ad54
5e3e208
* Mon Aug 12 2013 Tim Waugh <twaugh@redhat.com> 9.08-0.rc1.1
5e3e208
- 9.08rc1.  CUPS filters moved to the cups-filters package.
5e3e208
08e89d9
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.07-12
08e89d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
08e89d9
f50db1b
* Thu Jul 18 2013 Tim Waugh <twaugh@redhat.com> 9.07-11
c4ba7ef
- Remove bundled (and unused) lcms source.
f50db1b
- Fixed license tag (AGPLv3+).
f50db1b
999742f
* Wed Jul 17 2013 Tim Waugh <twaugh@redhat.com> 9.07-10
999742f
- Added in missing part of gs_sprintf backport: add in the header to
999742f
  stdio_.h. Without this there are problems with va_args on some
999742f
  platforms (bug #979681).
999742f
d4cc58d
* Mon Jul  8 2013 Tim Waugh <twaugh@redhat.com> 9.07-9
d4cc58d
- Upstream patch from bug #693921 to avoid zfapi crash (bug #969785).
d4cc58d
b364eac
* Mon Jul  1 2013 Tim Waugh <twaugh@redhat.com> 9.07-8
b364eac
- Use correct colord device ID in gstoraster.
b364eac
31ae65a
* Mon Jul  1 2013 Tim Waugh <twaugh@redhat.com> 9.07-7
31ae65a
- Use more caution when converting floats to strings (bug #980085).
31ae65a
a84c27a
* Tue Jun 18 2013 Tim Waugh <twaugh@redhat.com> 9.07-6
41ef5a5
- Upstream patch from bug #690692 to handle strange fonts (bug #969660).
41ef5a5
0fae297
* Fri May 17 2013 Tim Waugh <twaugh@redhat.com> 9.07-5
0fae297
- Remove pdfopt man pages which were mistakenly left in (bug #963882).
0fae297
98998b8
* Thu May 16 2013 Tim Waugh <twaugh@redhat.com> 9.07-4
9c8808c
- Upstream patch to fix pdfwrite segfault (bug #962120).
9c8808c
a0426f4
* Thu May  9 2013 Tim Waugh <twaugh@redhat.com> - 9.07-3
a0426f4
- Back-ported locale fix (bug #961149).
a0426f4
70ec04d
* Thu Apr 25 2013 Tim Waugh <twaugh@redhat.com>
70ec04d
- Unowned directories (bug #902525).
70ec04d
909a3d9
* Mon Apr  8 2013 Tim Waugh <twaugh@redhat.com> - 9.07-2
909a3d9
- Rebuilt.
909a3d9
b4ed15b
* Fri Mar  8 2013 Tim Waugh <twaugh@redhat.com> - 9.07-1
b4ed15b
- 9.07.
b4ed15b
982e6b6
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.06-7
982e6b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
982e6b6
Adam Tkac 747dde6
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 9.06-6
Adam Tkac 747dde6
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac 747dde6
efbc16c
* Fri Jan  4 2013 Tim Waugh <twaugh@redhat.com> - 9.06-5
efbc16c
- Updated build requirement from gtk2-devel to gtk3-devel so that gsx
efbc16c
  gets built using the correct loader (bug #884483).
efbc16c
cfc0ec5
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 9.06-4
cfc0ec5
- rebuild against new libjpeg
cfc0ec5
a8b1f7b
* Thu Sep 27 2012 Tim Waugh <twaugh@redhat.com> - 9.06-3
a8b1f7b
- Remove cups/libs to avoid bundling, although it isn't built in any
a8b1f7b
  case.
a8b1f7b
8152b01
* Tue Sep  4 2012 Tim Waugh <twaugh@redhat.com> - 9.06-2
8152b01
- Fixed encoding of German ps2pdf man page (bug #853764).
8152b01
068e729
* Wed Aug  8 2012 Tim Waugh <twaugh@redhat.com> - 9.06-1
068e729
- 9.06.
068e729
64c688e
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.05-5
64c688e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
64c688e
e6211e7
* Tue Jul 17 2012 Tim Waugh <twaugh@redhat.com> - 9.05-4
e6211e7
- Ship pkg-config file for ijs (bug #840830).
e6211e7
49a7508
* Mon Apr 30 2012 Tim Waugh <twaugh@redhat.com> - 9.05-3
49a7508
- Removed more bundled packages (bug #816747).
03a292c
- Fixed missing error check when setting ICC profile.
03a292c
a317f6b
* Thu Apr 26 2012 Jon Ciesla <limburgher@gmail.com> - 9.05-2
a317f6b
- Fixed encodings and changelog version for merge review BZ 225795.
a317f6b
a317f6b
* Thu Feb  9 2012 Tim Waugh <twaugh@redhat.com> 9.05-1.1
a753806
- Avoid mixed tabs and spaces in spec file.
a753806
133be3f
* Thu Feb  9 2012 Tim Waugh <twaugh@redhat.com> 9.05-1
133be3f
- 9.05.
133be3f
04f1d88
* Fri Jan  6 2012 Tim Waugh <twaugh@redhat.com> 9.04-9
04f1d88
- Use %%_cups_serverbin macro.
04f1d88
ead0e99
* Fri Jan  6 2012 Tim Waugh <twaugh@redhat.com> 9.04-8
cab932c
- Rebuilt for GCC 4.7.
cab932c
95acfdb
* Tue Nov  8 2011 Tim Waugh <twaugh@redhat.com> 9.04-7
95acfdb
- Applied fix for type 1 font copying code SEAC scanner (bug #728710).
95acfdb
2998f8d
* Mon Nov  7 2011 Tim Waugh <twaugh@redhat.com> 9.04-6
2998f8d
- Rebuilt for new libpng.
2998f8d
405d207
* Tue Nov  1 2011 Tim Waugh <twaugh@redhat.com> 9.04-5
405d207
- Applied upstream fix for skipping "cached" outline glyphs (bug #742349).
405d207
54422c3
* Wed Aug 31 2011 Tim Waugh <twaugh@redhat.com> 9.04-4
54422c3
- Fixed typo (EXTRAFLAGS -> EXTRACFLAGS).
54422c3
ea33f65
* Mon Aug 22 2011 Tim Waugh <twaugh@redhat.com> 9.04-3
ea33f65
- Updated upstream fix for gdevcups RGBW handling (Ghostscript bug #691922).
ea33f65
41ebc2c
* Tue Aug 16 2011 Tim Waugh <twaugh@redhat.com> 9.04-2
41ebc2c
- Applied upstream fix for gdevcups handling of RGBW (Ghostscript
41ebc2c
  bug #691922).
41ebc2c
2982191
* Mon Aug  1 2011 Tim Waugh <twaugh@redhat.com> 9.04-1
2982191
- 9.04.
2982191
55bdfab
* Mon Aug  1 2011 Tim Waugh <twaugh@redhat.com> 9.02-5
9049c1b
- No longer need jbig2-image-refcount patch.
55bdfab
- Fixed error reporting in the gstoraster filter.
55bdfab
2fe3729
* Wed May 25 2011 Tim Waugh <twaugh@redhat.com> 9.02-4
2fe3729
- colord is optional (bug #706619).
2fe3729
f162a59
* Tue Apr 12 2011 Tim Waugh <twaugh@redhat.com> 9.02-3
f162a59
- Prevent segfault when running gstoraster outside CUPS.
f162a59
9aeffaf
* Thu Apr  7 2011 Tim Waugh <twaugh@redhat.com>
9aeffaf
- Remove bundled expat directory.  Not used, but this makes it
9aeffaf
  clearer.
9aeffaf
a65b257
* Wed Apr  6 2011 Tim Waugh <twaugh@redhat.com> 9.02-2
a65b257
- pxl: match landscape page sizes (bug #692165).
a65b257
2ac3edf
* Mon Apr  4 2011 Tim Waugh <twaugh@redhat.com>
2ac3edf
- Fixed source URL.
2ac3edf
8ffc6df
* Mon Apr  4 2011 Tim Waugh <twaugh@redhat.com> 9.02-1
8ffc6df
- 9.02.
8ffc6df
562801b
* Thu Mar 10 2011 Tim Waugh <twaugh@redhat.com> 9.01-3
562801b
- colord support: prefix printer name with "cups-" to get device ID.
562801b
Richard Hughes 63ba0ce
* Thu Feb 10 2011 Richard Hughes <rhughes@redhat.com> 9.01-2
Richard Hughes 63ba0ce
- Backport a patch from svn trunk to enable colord support.
Richard Hughes 63ba0ce
1a1240e
* Thu Feb 10 2011 Tim Waugh <twaugh@redhat.com> 9.01-1
1a1240e
- 9.01.  No longer needed gdevcups-691733, glyph-stretch-691920,
1a1240e
  icc-fix, scan_token, or system-jasper patches.
1a1240e
a8e0cd1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.00-14
a8e0cd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a8e0cd1
c3040aa
* Wed Feb  2 2011 Tim Waugh <twaugh@redhat.com> 9.00-13
c3040aa
- Applied fix for upstream bug #691920.
c3040aa
135b241
* Fri Jan 28 2011 Tim Waugh <twaugh@redhat.com> 9.00-12
135b241
- Use poppler-data for CMaps (bug #630632).
135b241
12643a2
* Mon Jan 17 2011 Tim Waugh <twaugh@redhat.com> 9.00-11
12643a2
- Fixed macro in comment.
12643a2
- Include full source URL.
12643a2
2ef2200
* Fri Jan 14 2011 Tim Waugh <twaugh@redhat.com> 9.00-10
2ef2200
- Avoid symbol clash with scan_token (bug #590914).
2ef2200
8f7093b
* Mon Jan 10 2011 Tim Waugh <twaugh@redhat.com> 9.00-9
8f7093b
- Replaced width-and-height patch with the one actually used upstream.
8f7093b
eefd1c3
* Fri Jan  7 2011 Tim Waugh <twaugh@redhat.com> 9.00-8
2469960
- Applied upstream ICC fix (bug #655449).
eefd1c3
- gdevcups: use correct width and height values when allocating memory
eefd1c3
  (upstream bug 691733).
eefd1c3
6f55838
* Fri Nov 26 2010 Tim Waugh <twaugh@redhat.com> 9.00-7
23d38d6
- Fixed more summaries ending with ".".
23d38d6
b161816
* Thu Oct 21 2010 Tim Waugh <twaugh@redhat.com> 9.00-6
d61c474
- Own more directories (bug #645075).
d61c474
218fb19
* Thu Oct 14 2010 Tim Waugh <twaugh@redhat.com> 9.00-5
f9f0f1a
- gdevcups: don't use uninitialized variables in debugging output
f9f0f1a
  (Ghostscript bug #691683).
f9f0f1a
d315dcd
* Fri Oct  1 2010 Tim Waugh <twaugh@redhat.com> 9.00-4
54e47e6
- Reverted incorrect change introduced to fix bug #635786.
54e47e6
1944204
* Thu Sep 30 2010 Tim Waugh <twaugh@redhat.com> 9.00-3
1deda51
- Don't use carriage return in ps2epsi output (bug #635786).
e325189
- Include more documentation (bug #634354).
e325189
Jesse Keating 4783568
* Wed Sep 29 2010 jkeating - 9.00-2
Jesse Keating 4783568
- Rebuilt for gcc bug 634757
Jesse Keating 4783568
9930de3
* Thu Sep 23 2010 Tim Waugh <twaugh@redhat.com> 9.00-1
9930de3
- Updated to 9.00.  No longer need -P-, CVE-2009-4270, CVE-2010-1628,
9930de3
  SEARCH_HERE_FIRST, bbox-close, cups-realloc-color-depth,
9930de3
  epstopdf-failure, fPIC, gdevcups-ripcache, iname-segfault, ldfalgs,
9930de3
  pdf2dsc, pdftoraster-exit, tif-fail-close, tiff-default-strip-size,
9930de3
  or tiff-fixes patches.
9930de3
a70c402
* Mon Sep 13 2010 Tim Waugh <twaugh@redhat.com> 8.71-16
a70c402
- Pulled in gs_fonts.ps modification for .runlibfileifexists from
a70c402
  OpenSUSE package (bug #610301).
a70c402
14bd3eb
* Fri Sep  3 2010 Tim Waugh <twaugh@redhat.com> 8.71-15
14bd3eb
- Restored Fontmap.local patch, incorrectly dropped after
14bd3eb
  ghostscript-8.15.4-3 (bug #610301).
d24aade
- Applied patch to let gdevcups use automatic memory allocation.  Use
d24aade
  RIPCache=auto in /etc/cups/cupsd.conf to enable.
92552fb
- Applied patch to fix NULL dereference in bbox driver (bug #591624).
f35503c
- Applied upstream patch to fix iname.c segfault (bug #465311).
f35503c
3f91350
* Thu Aug 26 2010 Tim Waugh <twaugh@redhat.com> 8.71-14
c755f33
- Avoid epstopdf failure using upstream patch (bug #627390).
51b0241
- More upstream fixes for bug #599564.
51b0241
bf4041c
* Wed Aug 25 2010 Tim Waugh <twaugh@redhat.com> 8.71-13
0c1e753
- Fix implementation of -P- (bug #599564).
0c1e753
- Use -P- and -dSAFER in scripts (bug #599564).
0c1e753
bf4041c
* Wed Aug 25 2010 Tim Waugh <twaugh@redhat.com> 8.71-12
5a5e484
- Change SEARCH_HERE_FIRST default to make -P- default instead of -P
5a5e484
  (bug #599564).
b3e2cfe
- Removed redundant gs-executable patch (bug #502550).
b3e2cfe
56ff80c
* Thu Aug  5 2010 Tim Waugh <twaugh@redhat.com> 8.71-11
2e84257
- Avoid another NULL pointer dereference in jbig2 code (bug #621569).
2e84257
33c4fe6
* Fri Jul 16 2010 Tim Waugh <twaugh@redhat.com> 8.71-10
33c4fe6
- Applied patch to fix CVE-2010-1628 (memory corruption at PS stack
33c4fe6
  overflow, bug #592492).
33c4fe6
986d069
* Tue Mar 16 2010 Tim Waugh <twaugh@redhat.com> 8.71-9
4a1dbe1
- Backported some more TIFF fixes (bug #573970).
986d069
- Use upstream fix for TIFF default strip size (bug #571520).
986d069
4ec0ef2
* Mon Mar 15 2010 Tim Waugh <twaugh@redhat.com> 8.71-8
5c33331
- Restore the TIFF default strip size of 0 (bug #571520).
9c4a7af
- Don't segfault closing tiffg3 device if opening failed (bug #571520).
4ec0ef2
- Don't revert gdevcups y-axis change (bug #541604).
4ec0ef2
- Reallocate memory in gdevcups when color depth changes (bug #563313).
4ec0ef2
32b0bc8
* Fri Mar  5 2010 Tim Waugh <twaugh@redhat.com> 8.71-7
32b0bc8
- Don't own the %%{_datadir}/ghostscript or
32b0bc8
  %%{_datadir}/ghostscript/conf.d directories as the filesystem
32b0bc8
  package already does (bug #569442).
32b0bc8
b41625a
* Wed Mar  3 2010 Tim Waugh <twaugh@redhat.com> 8.71-6
b41625a
- Fixed summary.
b41625a
- Fixed macros in changelog.
b41625a
- Avoid mixed spaces and tabs.
b41625a
- Ship COPYING file.
b41625a
- Added comments for all patches.
b41625a
- More consistent macro use.
b41625a
70ad2fc
* Mon Feb 22 2010 Tim Waugh <twaugh@redhat.com> 8.71-5
70ad2fc
- The doc subpackage is now noarch (bug #567179).
70ad2fc
23f47da
* Sat Feb 20 2010 Tim Waugh <twaugh@redhat.com> 8.71-4
cc2011b
- Actually revert the upstream gdevcups changes (bug #563313).
23a2c4f
- Fixed pdf2dsc.ps (bug #565935).
23f47da
- Use fixed patch for LDFLAGS to make sure libgs.so gets a soname
23f47da
  (bug #565935).
23f47da
babc847
* Fri Feb 19 2010 Tim Waugh <twaugh@redhat.com> 8.71-3
babc847
- Fixed LDFLAGS when building dynamically linked executables (bug #565935).
babc847
efdde16
* Wed Feb 17 2010 Tim Waugh <twaugh@redhat.com> 8.71-2
efdde16
- Use system libtiff.
efdde16
a881776
* Wed Feb 17 2010 Tim Waugh <twaugh@redhat.com> 8.71-1
a881776
- 8.71 (bug #565935).
a881776
117c32f
* Tue Feb 16 2010 Tim Waugh <twaugh@redhat.com> 8.70-7
117c32f
- Reverted gdevcups duplex changes as they cause a regression
117c32f
  (see bug #563313).
117c32f
1b044ba
* Mon Jan 25 2010 Tim Waugh <twaugh@redhat.com> 8.70-6
1b044ba
- Fixed pdftoraster so that it waits for its sub-process to exit.
1b044ba
- Another gdevcups duplex fix from upstream revision 10631
1b044ba
  (bug #541604).
1b044ba
7f19d06
* Fri Jan 22 2010 Tim Waugh <twaugh@redhat.com> 8.70-5
7f19d06
- Don't build static library for ijs (bug #556051).
7f19d06
2cf5f5a
* Thu Jan 21 2010 Tim Waugh <twaugh@redhat.com> 8.70-4
2cf5f5a
- Fixed gdevcups duplex output (bug #541604) by backporting upstream
2cf5f5a
  revision 10625.
2cf5f5a
3067051
* Thu Dec 24 2009 Tim Waugh <twaugh@redhat.com> 8.70-3
263db7b
- Don't ship libtool la files (bug #542674).
3067051
- Fix debugging output from gdevcups (CVE-2009-4270, bug #540760).
3067051
- Harden ghostscript's debugging output functions (bug #540760).
3067051
01bff26
* Thu Oct 15 2009 Tim Waugh <twaugh@redhat.com> 8.70-2
01bff26
- New cups sub-package for pstoraster/pdftoraster/pstopxl.
01bff26
15621b2
* Mon Aug  3 2009 Tim Waugh <twaugh@redhat.com> 8.70-1
15621b2
- 8.70.
15621b2
- License has changed to GPLv3+.  Packages containing programs that
15621b2
  link to libgs/libijs are:
15621b2
  - foomatic (GPLv2+)
15621b2
  - libspectre (GPLv2+)
15621b2
  - ImageMagick (ImageMagick, listed on Licensing wiki page under
15621b2
    "Good Licenses" and marked as GPLv3 compat)
15621b2
  - gutenprint (GPLv2+)
15621b2
3016e15
* Mon Aug  3 2009 Tim Waugh <twaugh@redhat.com> 8.64-12
fd5bf36
- Moved examples to doc subpackage (bug #515167).
3016e15
- Converted spec file to UTF-8.
3016e15
a82e34f
* Thu Jul 30 2009 Tim Waugh <twaugh@redhat.com> 8.64-11
a82e34f
- Fixed CVE-2009-0583,0584 patch by using 255 as the maximum number of
a82e34f
  points, not 100, and by not treating a missing black point tag as an
a82e34f
  error (bug #487744).
a82e34f
0bb2e4c
* Thu Jul 30 2009 Rex Dieter <rdieter@fedoraproject.org> - 8.64-10
0bb2e4c
- License: GPLv2 and Redistributable, no modification permitted (bug #487510)
0bb2e4c
6df2cff
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.64-9
6df2cff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6df2cff
b76f875
* Wed Jun 10 2009 Tim Waugh <twaugh@redhat.com> 8.64-8
b76f875
- Fix scripts so they don't get broken on install (bug #502550).
b76f875
12d81d6
* Thu Jun  4 2009 Tim Waugh <twaugh@redhat.com> 8.64-7
12d81d6
- Applied patch to fix NULL dereference in JBIG2 decoder (bug #503995).
12d81d6
b62d203
* Wed Apr 15 2009 Tim Waugh <twaugh@redhat.com> 8.64-6
b62d203
- Applied patch to fix CVE-2009-0792 (bug #491853).
b62d203
- Applied patch to fix CVE-2009-0196 (bug #493379).
b62d203
d22b996
* Fri Mar 20 2009 Tim Waugh <twaugh@redhat.com> 8.64-5
d22b996
- Applied patch to fix CVE-2009-0583 (bug #487742) and CVE-2009-0584
d22b996
  (bug #487744).
d22b996
85995c5
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.64-4
85995c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
85995c5
41ce992
* Tue Feb 17 2009 Tim Waugh <twaugh@redhat.com> 8.64-3
41ce992
- Fix bitcmyk driver (bug #486644).
41ce992
47b08cc
* Wed Feb  4 2009 Tim Waugh <twaugh@redhat.com> 8.64-2
47b08cc
- 8.64 (bug #483958).
8a86623
- Removed trade marks to avoid any potential confusion.
8a86623
7e0d056
* Fri Oct 17 2008 Tim Waugh <twaugh@redhat.com>
7e0d056
- Removed last patch (unsuccessful).
7e0d056
75f9971
* Fri Oct 17 2008 Tim Waugh <twaugh@redhat.com> 8.63-4
75f9971
- Try out a work-around for bug #465311.
75f9971
b0a02a7
* Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 8.63-3
b0a02a7
- Don't ship fixmswrd.pl as it pulls in perl (bug #463948).
b0a02a7
9f0b67f
* Tue Oct 14 2008 Tim Waugh <twaugh@redhat.com> 8.63-2
9f0b67f
- Split out a doc sub-package (bug #466507).
9f0b67f
3116a3c
* Mon Aug  4 2008 Tim Waugh <twaugh@redhat.com> 8.63-1
3116a3c
- 8.63.  No longer need r8591 or incomplete-ccittfax patches.
3116a3c
- Compile without strict aliasing opts due to warnings across several
3116a3c
  files.
3116a3c
- Don't run autogen.sh for main package, just for ijs which doesn't
3116a3c
  ship with a configure script.
3116a3c
3f2c793
* Mon Jun 23 2008 Tim Waugh <twaugh@redhat.com> 8.62-4
733f9f4
- Applied patch to work around bug #229174.
d6a8216
- Applied patch from upstream to fix box_fill_path for shfill (bug #452348).
d6a8216
6fd98b0
* Mon Mar 31 2008 Tim Waugh <twaugh@redhat.com> 8.62-3
6fd98b0
- Fix pksmraw output (bug #308211).
6fd98b0
05c0279
* Tue Mar  4 2008 Tim Waugh <twaugh@redhat.com> 8.62-2
05c0279
- No longer need CVE-2008-0411 patch.
6a01a7c
- Don't ship URW fonts; we already have them.
05c0279
dd8785b
* Tue Mar  4 2008 Tim Waugh <twaugh@redhat.com> 8.62-1
dd8785b
- 8.62.  No longer need IJS KRGB patch, or patch for gs bug 689577.
dd8785b
0e32b81
* Wed Feb 27 2008 Tim Waugh <twaugh@redhat.com> 8.61-10
84e3fde
- Applied patch to fix CVE-2008-0411 (bug #431536).
0e32b81
1fa2af9
* Fri Feb 22 2008 Tim Waugh <twaugh@redhat.com> 8.61-9
1fa2af9
- Build with jasper again (bug #433897).  Build requires jasper-devel, and
70fe506
  a patch to remove jas_set_error_cb reference.
1fa2af9
2cf528e
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 8.61-8
2cf528e
- Rebuild for GCC 4.3.
2cf528e
d05124d
* Mon Jan 28 2008 Tim Waugh <twaugh@redhat.com> 8.61-7
d121f06
- Don't build with jasper support.
d05124d
- Remove bundled libraries.
d05124d
08d24bf
* Tue Dec 11 2007 Tim Waugh <twaugh@redhat.com> 8.61-6
08d24bf
- Applied upstream patch for bug #416321.
08d24bf
2050c98
* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-5
2050c98
- Fixed runlibfileifexists patch.
2050c98
3e4c6fe
* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-4
3e4c6fe
- Revert previous change, but define .runlibfileifexists, not just
3e4c6fe
  runlibfileifexists.
3e4c6fe
58606b2
* Wed Nov 28 2007 Tim Waugh <twaugh@redhat.com> 8.61-3
58606b2
- No longer need runlibfileifexists.
58606b2
- Use runlibfile in cidfmap.
58606b2
89d528c
* Wed Nov 28 2007 Tim Waugh <twaugh@redhat.com> 8.61-2
a671dd4
- Add /usr/share/fonts to fontpath (bug #402551).
c09a9fe
- Restore cidfmap-switching bits, except for FAPIcidfmap which is no
c09a9fe
  longer used.
8d8748a
- Add runlibfileifexists to gs_init.ps.
f96f06c
- Build with --disable-compile-inits (bug #402501).
f96f06c
1b697da
* Fri Nov 23 2007 Tim Waugh <twaugh@redhat.com> 8.61-1
1b697da
- 8.61.
1b697da
ff17cad
* Tue Oct 23 2007 Tim Waugh <twaugh@redhat.com> 8.60-5
ff17cad
- Applied patch from upstream to fix CVE-2007-2721 (bug #346511).
ff17cad
6ab0d7d
* Tue Oct  9 2007 Tim Waugh <twaugh@redhat.com> 8.60-4
6ab0d7d
- Marked localized man pages as %%lang (bug #322321).
6ab0d7d
1555141
* Thu Sep 27 2007 Tim Waugh <twaugh@redhat.com> 8.60-3
1555141
- Back-ported mkstemp64 patch (bug #308211).
1555141
0c939a7
* Thu Aug 23 2007 Tim Waugh <twaugh@redhat.com> 8.60-2
0c939a7
- More specific license tag.
0c939a7
06f2d18
* Fri Aug  3 2007 Tim Waugh <twaugh@redhat.com> 8.60-1
06f2d18
- 8.60.
06f2d18
5c25057
* Mon Jul 16 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.2
da5847e
- Own %%{_libdir}/ghostscript (bug #246026).
da5847e
3641905
* Tue Jul 10 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.1
3641905
- 8.60 snapshot from svn.  Patches dropped:
3641905
  - big-cmap-post
3641905
  - split-cidfnmap
3641905
  - exactly-enable-cidfnmap
3641905
  - Fontmap.local
3641905
  No longer needed:
3641905
  - gxcht-64bit-crash
3641905
b5ff478
* Tue Apr 17 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-3
20e7169
- Apply fonts in CIDFnmap even if the same fontnames are already registered
20e7169
  (bug #163231).
b5ff478
- New file CIDFmap (bug #233966).
b5ff478
- Allow local overrides for FAPIcidfmap, cidfmap and Fontmap (bug #233966).
b5ff478
09a3e2a
* Tue Apr  3 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-2
09a3e2a
- Fixed configuration file locations (bug #233966).
09a3e2a
f2d513a
* Wed Mar 14 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-1
f2d513a
- 8.15.4.
f2d513a
b524225
* Thu Jan 25 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-7
ff495ba
- dvipdf script fixes (bug #88906).
9446583
- Moved libijs.so and libgs.so into devel package (bug #203623).
9446583
043d60f
* Wed Jan 24 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-6
043d60f
- Configure with --with-drivers=ALL since the advertised default is not
043d60f
  what gets used (bug #223819).
043d60f
07ece8c
* Thu Jan 18 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-5
d2691e1
- Backported gxcht 64bit crash fix from GPL trunk (bug #177763).
d2691e1
9adfd97
* Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-4
9adfd97
- Own cjkv directory (bug #221380, bug #222375).
9adfd97
3259141
* Tue Dec  5 2006 Tim Waugh <twaugh@redhat.com> 8.15.3-3
d7fa87e
- Added split-cidfnmap patch (bug #194592).
d7fa87e
3da9d92
* Thu Nov 16 2006 Tim Waugh <twaugh@redhat.com> 8.15.3-2
3da9d92
- 8.15.3.  No longer need gtk2, ps2epsi, badc, pagesize,
3da9d92
  use-external-freetype, split-font-configuration or cjkv patches.
3da9d92
- Renumbered patches.
3da9d92
2265fe0
* Tue Oct  3 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-9
2265fe0
- Apply CJKV patch from svn164:165 plus the fix from svn173:174 (bug #194592,
2265fe0
  bug #203712, possibly bug #167596).
2265fe0
ee8eec7
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 8.15.2-8.1
ee8eec7
- rebuild
ee8eec7
566900f
* Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-8
566900f
- Revert CJKV patch.
566900f
bb877a0
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 8.15.2-7
bb877a0
- rebuilt with new gnutls
bb877a0
baa88bc
* Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-6
aaa2f40
- Undo svn sync.
baa88bc
- Apply CJKV patch from svn164:165.
aaa2f40
42590c5
* Fri Jun  9 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-5
42590c5
- Sync to svn165.
42590c5
6e08ee8
* Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-4
f21c6e9
- Fix ijs-config not to have multilib conflicts (bug #192672)
f21c6e9
d2ff86e
* Tue May  2 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-3
d2ff86e
- Remove adobe-cmaps and acro5-cmaps, since latest CMaps are already
d2ff86e
  included (bug #190463).
d2ff86e
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
b41625a
- 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
b4ed15b
* Wed 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:
b41625a
  * Fri Sep  1 2000 Mitsuo Hamada <mhamada@redhat.com>
b41625a
  - add support JIS B size
b41625a
  - 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
3016e15
* 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.