6bfa55
#
6bfa55
# Important notes regarding the package:
6bfa55
# ======================================
6bfa55
# 1) This package has GUI versions (*-x11, *-gtk), but we are not shipping the
6bfa55
#    desktop files, because the GUI versions are used for displaying of files
6bfa55
#    invoked from command line. The displaying GUI does not contain any buttons
6bfa55
#    or other means for user interaction. It can't even open a different file
6bfa55
#    from the GUI version. Therefore it does not make sense to ship desktop
6bfa55
#    files...
6bfa55
6bfa55
# === GLOBAL MACROS ===========================================================
6bfa55
6bfa55
# According to Fedora Package Guidelines, it is advised that packages that can
6bfa55
# process untrusted input are build with position-independent code (PIC).
6bfa55
#
6bfa55
# Koji should override the compilation flags and add the -fPIC or -fPIE flags by
6bfa55
# default. This is here just in case this wouldn't happen for some reason.
6bfa55
# For more info: https://fedoraproject.org/wiki/Packaging:Guidelines#PIE
6bfa55
%global _hardened_build 1
6bfa55
6bfa55
# By redefining the '_docdir_fmt' macro we override the default location of
6bfa55
# documentation or license files. Instead of them being located in 'libgs'
6bfa55
# folder, they are now located in 'ghostscript'.
6bfa55
%global _docdir_fmt     %{name}
6bfa55
6bfa55
# NOTE: Artifex is using Github only as a mirror for providing the source
6bfa55
#       tarballs, and their release tags/branches do not use the dot in version
6bfa55
#       tag. This makes obtaining the current version harder, and might prevent
6bfa55
#       automatic builds of new releases...
6bfa55
%global version_short   %(echo "%{version}" | tr -d '.')
6bfa55
6bfa55
# =============================================================================
6bfa55
6bfa55
Name:             ghostscript
6bfa55
Summary:          Interpreter for PostScript language & PDF
6bfa55
Version:          9.25
6b07db
Release:          5%{?dist}
6bfa55
6bfa55
License:          AGPLv3+
6bfa55
6bfa55
URL:              https://ghostscript.com/
6bfa55
Source0:          https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs%{version_short}/ghostscript-%{version}.tar.xz
6bfa55
Source1:          ghostscript-cups-9.07.tar.xz
6bfa55
6bfa55
# NOTE: We're not explicitly requiring 'dvips' utility needed for 'dvipdf'
6bfa55
#       script, because it would pull a lot of 'texlive-*' to user as a result.
6bfa55
#
6bfa55
#       If user needs to use 'dvipdf', then they will need to install the
6bfa55
Requires:         libgs%{?_isa} = %{version}-%{release}
6bfa55
6bfa55
# Auxiliary build requirements:
6bfa55
BuildRequires:    autoconf
6bfa55
BuildRequires:    automake
6bfa55
BuildRequires:    libtool
6bfa55
BuildRequires:    gcc
6bfa55
BuildRequires:    git
6bfa55
6bfa55
# Already packaged Resources -- needed to build package correctly:
6bfa55
BuildRequires:    adobe-mappings-cmap-devel
6bfa55
BuildRequires:    adobe-mappings-pdf-devel
6bfa55
BuildRequires:    urw-base35-fonts-devel
6bfa55
6bfa55
# Already packaged software -- needed for debundling of Ghostscript:
6bfa55
BuildRequires:    cups-devel
6bfa55
BuildRequires:    dbus-devel
6bfa55
BuildRequires:    fontconfig-devel
6bfa55
BuildRequires:    freetype-devel
6bfa55
BuildRequires:    lcms2-devel
6bfa55
BuildRequires:    libidn-devel
6bfa55
BuildRequires:    libjpeg-turbo-devel
6bfa55
BuildRequires:    libpng-devel
6bfa55
BuildRequires:    libpaper-devel
6bfa55
BuildRequires:    libtiff-devel
6bfa55
BuildRequires:    openjpeg2-devel
6bfa55
BuildRequires:    zlib-devel
6bfa55
6bfa55
# Enabling the GUI possibilities of Ghostscript:
6bfa55
BuildRequires:    gtk3-devel
6bfa55
BuildRequires:    libXt-devel
6bfa55
6bfa55
# =============================================================================
6bfa55
6bfa55
# NOTE: 'autosetup' macro (below) uses 'git' for applying the patches:
6bfa55
#       ->> All the patches should be provided in 'git format-patch' format.
6bfa55
#       ->> Auxiliary repository will be created during 'fedpkg prep', you
6bfa55
#           can see all the applied patches there via 'git log'.
6bfa55
6bfa55
# Upstream patches -- official upstream patches released by upstream since the
6bfa55
# ----------------    last rebase that are necessary for any reason:
6bfa55
#Patch000: example000.patch
6bfa55
Patch000: ghostscript-cve-2018-19409.patch
6bfa55
Patch001: ghostscript-cve-2018-18073.patch
6bfa55
Patch002: ghostscript-cve-2018-17961.patch
6bfa55
Patch003: ghostscript-cve-2018-18284.patch
6bfa55
Patch004: ghostscript-cve-2018-19134.patch
6bfa55
Patch005: ghostscript-cve-2018-19475.patch
6bfa55
Patch006: ghostscript-cve-2018-19476.patch
6bfa55
Patch007: ghostscript-cve-2018-19477.patch
6bfa55
Patch008: ghostscript-cve-2019-6116.patch
6bfa55
Patch009: ghostscript-cve-2019-6116-downstream.patch
6bfa55
Patch010: ghostscript-cve-2019-3839.patch
6bfa55
Patch011: ghostscript-cve-2019-3835.patch
6bfa55
Patch012: ghostscript-cve-2019-3838.patch
6bfa55
Patch013: ghostscript-fix-DSC-comment-parsing.patch
6bfa55
Patch014: ghostscript-pdf2dsc-regression.patch
6bfa55
Patch015: ghostscript-cve-2019-10216.patch
6bfa55
Patch016: ghostscript-cve-2019-14811-14812-14813.patch
6bfa55
Patch017: ghostscript-cve-2019-14817.patch
6b07db
Patch018: ghostscript-cve-2019-14869.patch
6bfa55
6bfa55
# Downstream patches -- these should be always included when doing rebase:
6bfa55
# ------------------
6bfa55
Patch100: ghostscript-9.23-100-run-dvipdf-securely.patch
6bfa55
Patch101: ghostscript-9.25-101-reenable-cups-filters.patch
6bfa55
6bfa55
6bfa55
# Downstream patches for RHEL -- patches that we keep only in RHEL for various
6bfa55
# ---------------------------    reasons, but are not enabled in Fedora:
6bfa55
%if %{defined rhel} || %{defined centos}
6bfa55
#Patch200: example200.patch
6bfa55
%endif
6bfa55
6bfa55
6bfa55
# Patches to be removed -- deprecated functionality which shall be removed at
6bfa55
# ---------------------    some point in the future:
6bfa55
6bfa55
6bfa55
%description
6bfa55
This package provides useful conversion utilities based on Ghostscript software,
6bfa55
for converting PS, PDF and other document formats between each other.
6bfa55
6bfa55
Ghostscript is a suite of software providing an interpreter for Adobe Systems'
6bfa55
PostScript (PS) and Portable Document Format (PDF) page description languages.
6bfa55
Its primary purpose includes displaying (rasterization & rendering) and printing
6bfa55
of document pages, as well as conversions between different document formats.
6bfa55
6bfa55
# === SUBPACKAGES =============================================================
6bfa55
6bfa55
# Below requirements are resources, which are not detected by RPM automatically:
6bfa55
%package -n libgs
6bfa55
Summary:          Library providing Ghostcript's core functionality
6bfa55
Requires:         adobe-mappings-cmap
6bfa55
Requires:         adobe-mappings-cmap-deprecated
6bfa55
Requires:         adobe-mappings-pdf
6bfa55
Requires:         urw-base35-fonts
6bfa55
6bfa55
# NOTE: Keeping this here for RHEL-7 to avoid possilible regressions:
6bfa55
#
6bfa55
# Upstream is not versioning the SONAME correctly, thus the rpmbuild is unable
6bfa55
# to recognize we need a newer version of lcms2. This 'hackish' workaround
6bfa55
# will make ghostscript to require at least the version we are built with. (bug #1436273)
6bfa55
%global lcms2_version %(pkg-config --modversion lcms2 2>/dev/null || echo 0)
6bfa55
Requires:         lcms2 >= %{lcms2_version}
6bfa55
6bfa55
%description -n libgs
6bfa55
This library provides Ghostscript's core functionality, based on Ghostscript's
6bfa55
API, which is useful for many packages that are build on top of Ghostscript.
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
%package -n libgs-devel
6bfa55
Summary:          Development files for Ghostscript's library
6bfa55
Requires:         libgs%{?_isa} = %{version}-%{release}
6bfa55
6bfa55
# This virtual provides is useful in case people get confused what *-devel
6bfa55
# subpackage they should actually use (i.e. ghostscript-devel vss libgs-devel?).
6bfa55
# By having this virtual provide both of the options above will work...
6bfa55
Provides:         %{name}-devel         = %{version}-%{release}
6bfa55
Provides:         %{name}-devel%{?_isa} = %{version}-%{release}
6bfa55
Obsoletes:        %{name}-devel < 9.07-32
6bfa55
6bfa55
%description -n libgs-devel
6bfa55
This package contains development files that are useful for building packages
6bfa55
against Ghostscript's library, which provides Ghostscript's core functionality.
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
%package gtk
6bfa55
Summary:          Ghostscript's GTK-based document renderer
6bfa55
Requires:         libgs%{?_isa} = %{version}-%{release}
6bfa55
6bfa55
%description gtk
6bfa55
This package provides GTK-based utility 'gsx', which can be used for displaying
6bfa55
of various document files (including PS and PDF).
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
%package cups
6bfa55
Summary:          CUPS filter for interpreting PostScript and PDF
6bfa55
Requires:         %{name} = %{version}-%{release}
6bfa55
Requires:         libgs%{?_isa} = %{version}-%{release}
6bfa55
Requires:         cups
6bfa55
6bfa55
%description cups
6bfa55
CUPS filter and conversion rules for interpreting PostScript and PDF.
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
%package doc
6bfa55
Summary:          Documentation files for Ghostscript
6bfa55
Requires:         %{name} = %{version}-%{release}
6bfa55
BuildArch:        noarch
6bfa55
6bfa55
%description doc
6bfa55
This package provides detailed documentation files for Ghostscript software.
6bfa55
6bfa55
# === BUILD INSTRUCTIONS ======================================================
6bfa55
6bfa55
# Call the 'autosetup' macro to prepare the environment, but do not patch the
6bfa55
# source code yet -- we need to remove bundled software before the build first:
6bfa55
%prep
6bfa55
%autosetup -N -S git
6bfa55
6bfa55
# Libraries that we already have packaged in Fedora (see Build Requirements):
6bfa55
rm -rf cups/libs freetype jpeg lcms2* libpng openjpeg tiff windows zlib
6bfa55
6bfa55
# We need to extract additional sources for the ghostscript-cups supbackage.
6bfa55
# These sources are already patched - taken from RHEL-7.6 branch:
6bfa55
tar -xf %{SOURCE1}
6bfa55
6bfa55
# Add the remaining source code to the initial commit, patch the source code:
6bfa55
git add --all --force .
6bfa55
git commit --all --amend --no-edit > /dev/null
6bfa55
%autopatch -p1
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
%build
6bfa55
# NOTE: The ghostscript-9.25-101-fix-for-cups-filters.patch updates the
6bfa55
#       configure.ac, so we need to keep this here permanently...
6bfa55
autoreconf -fv
6bfa55
6bfa55
# --enable-dynamic
6bfa55
#     ... enables dynamically loaded drivers
6bfa55
#
6bfa55
# --disable-compile-inits
6bfa55
#     ... disables compiling of init files (PS code, fonts, etc.) into resulting
6bfa55
#         binaries, so they are loaded dynamically
6bfa55
#
6bfa55
# --without-versioned-path
6bfa55
#     ... tells configure to not use version string in the resulting paths after
6bfa55
#         'make_install' macro - this is safe, because only one version of
6bfa55
#         package can be installed at a given time on Fedora distribution,
6bfa55
#         so we won't end up with conflicting folders when doing rebase
6bfa55
#
6bfa55
# --with-fonthpath
6bfa55
#     ... searches for necessary fonts in these column-separated directories,
6bfa55
#         not just default ones
6bfa55
#
6bfa55
# --with-install-cups
6bfa55
#     ... needed to correctly install CUPS filters
6bfa55
#
6bfa55
# NOTE:   In RHEL we need to keep the /usr/share/ghostscript/conf.d/ folder
6bfa55
#         for China's GB18030 official certification:
6bfa55
%configure --enable-dynamic --disable-compile-inits --without-versioned-path \
6b07db
           --with-fontpath="%{urw_base35_fontpath}:%{_datadir}/%{name}/conf.d/:%{_sysconfdir}/%{name}/:%{_datadir}/fonts" \
6bfa55
           --with-install-cups --with-ijs
6bfa55
6bfa55
# Build IJS
6bfa55
cd ijs
6bfa55
autoreconf -ifv
6bfa55
%configure --disable-static --enable-shared
6bfa55
make
6bfa55
cd ..
6bfa55
6bfa55
# NOTE: In RHEL-7, we need to ship ghostscript-cups (filters). In RHEL-8 the
6bfa55
#       filters are provided by cups-filters package.
6bfa55
%make_build
6bfa55
%make_build cups
6bfa55
6bfa55
%make_build so
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
%install
6bfa55
# Before we run 'soinstall' target, we need to run 'install' first. Without it,
6bfa55
# the CUPS filters would not get installed into buildroot...
6bfa55
make DESTDIR=%{buildroot} install
6bfa55
6bfa55
# Using the 'make_install' macro with 'soinstall' target would result in some
6bfa55
# files being installed unnecessary, so we are using traditional way:
6bfa55
make DESTDIR=%{buildroot} soinstall
6bfa55
6bfa55
cd ijs
6bfa55
make DESTDIR=%{buildroot} install
6bfa55
cd ..
6bfa55
6bfa55
# Don't ship libtool la files.
6bfa55
rm -f %{buildroot}%{_libdir}/libijs.la
6bfa55
6bfa55
# Don't ship ijs example client or server
6bfa55
rm -f %{buildroot}%{_bindir}/ijs_{client,server}_example
6bfa55
6bfa55
# NOTE: In RHEL-8, we have dropped the LPR scripts, since they should not be
6bfa55
#       needed anymore. However, for RHEL-7 we have to keep them.
6bfa55
6bfa55
# Rename the dynamic binary to be used by default as 'gs' binary.
6bfa55
mv -f %{buildroot}%{_bindir}/{gsc,gs}
6bfa55
6bfa55
# Remove useless files from doc/ directory and doc/ symlink:
6bfa55
rm -f %{buildroot}%{_docdir}/%{name}/{AUTHORS,COPYING,*.tex,*.hlp,*.txt}
6bfa55
rm -f %{buildroot}%{_datadir}/%{name}/doc
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
# Move html documentation into html/ subdir:
6bfa55
install -m 0755 -d %{buildroot}%{_docdir}/%{name}/html
6bfa55
mv -f %{buildroot}%{_docdir}/%{name}/{*.htm*,*.el,html}
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
# Create 'ghostscript' symlink for its binary:
6bfa55
ln -s %{_bindir}/gs %{buildroot}%{_bindir}/ghostscript
6bfa55
6bfa55
# Create a man page symlink for 'ghostscript':
6bfa55
ln -s %{_mandir}/man1/gs.1 %{buildroot}%{_mandir}/man1/ghostscript.1
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
# According to upstream, using fontconfig for fonts lookup is quite a slow
6bfa55
# process for Ghostscript startup, and they advise using the symlinks where
6bfa55
# possible. The fontconfig (Ghostscript's search path) should be used preferably
6bfa55
# as a fallback only.
6bfa55
6bfa55
# NOTE: We're bundling the Google Droid Sans Fallback font into libgs to avoid
6bfa55
#       adding Google Droid Fonts package into RHEL, just because of one font.
6bfa55
6bfa55
for font in $(basename --multiple %{buildroot}%{_datadir}/%{name}/Resource/Font/*); do
6bfa55
  ln -fs %{urw_base35_fontpath}/${font}.t1 %{buildroot}%{_datadir}/%{name}/Resource/Font/${font}
6bfa55
done
6bfa55
6bfa55
# Using the system-wide available CMap files from Adobe via Ghostscript's search
6bfa55
# path is not safe (nor was ever intended to be supported) way of doing so
6bfa55
# according to upstream. Their preferred solution is to just create symlink for
6bfa55
# each of the CMap files in Ghostscript's Resources/CMap folder.
6bfa55
for file in $(basename --multiple %{buildroot}%{_datadir}/%{name}/Resource/CMap/*); do
6bfa55
  find %{adobe_mappings_rootpath} -type f -name ${file} -exec ln -fs {} %{buildroot}%{_datadir}/%{name}/Resource/CMap/${file} \;
6bfa55
done
6bfa55
6bfa55
6bfa55
# NOTE: In RHEL-7/8 we have to keep this configuration folder to support
6bfa55
#       Chineese font certification (see above %%build section above):
6bfa55
install -m 0755 -d %{buildroot}%{_datadir}/%{name}/conf.d/
6bfa55
6bfa55
# NOTE: For RHEL-7 (but not for RHEL-8Í„) we also have to support this folder:
6bfa55
install -m 0755 -d %{buildroot}%{_sysconfdir}/%{name}/
6bfa55
6bfa55
# === INSTALLATION INSTRUCTIONS ===============================================
6bfa55
6bfa55
%post
6bfa55
/sbin/ldconfig
6bfa55
6bfa55
%postun
6bfa55
/sbin/ldconfig
6bfa55
6bfa55
# === PACKAGING INSTRUCTIONS ==================================================
6bfa55
6bfa55
%files -n libgs
6bfa55
%license LICENSE doc/COPYING
6bfa55
6bfa55
%{_libdir}/libgs.so.*
6bfa55
%{_libdir}/libijs-*.so*
6bfa55
%{_datadir}/%{name}/
6bfa55
6bfa55
%dir %{_sysconfdir}/%{name}/
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
%files -n libgs-devel
6bfa55
%{_libdir}/libgs.so
6bfa55
%{_includedir}/%{name}/
6bfa55
%{_includedir}/ijs
6bfa55
%{_includedir}/ijs/*
6bfa55
%{_libdir}/pkgconfig/ijs.pc
6bfa55
%{_libdir}/libijs.so
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
%files
6bfa55
%{_bindir}/gs
6bfa55
%{_bindir}/gsnd
6bfa55
%{_bindir}/ghostscript
6bfa55
6bfa55
# Useful conversion scripts:
6bfa55
%{_bindir}/eps2*
6bfa55
%{_bindir}/dvipdf
6bfa55
%{_bindir}/pdf2*
6bfa55
%{_bindir}/ps2*
6bfa55
6bfa55
# Useful scripts for working with fonts:
6bfa55
%{_bindir}/pf2afm
6bfa55
%{_bindir}/pfbtopfa
6bfa55
%{_bindir}/printafm
6bfa55
6bfa55
# Useful scripts for printing:
6bfa55
%{_bindir}/gsbj
6bfa55
%{_bindir}/gsdj
6bfa55
%{_bindir}/gsdj500
6bfa55
%{_bindir}/gslj
6bfa55
%{_bindir}/gslp
6bfa55
%{_bindir}/pphs
6bfa55
6bfa55
# Scripts for setting up LPR:
6bfa55
%{_bindir}/lprsetup.sh
6bfa55
%{_bindir}/unix-lpr.sh
6bfa55
6bfa55
# X11 driver:
6bfa55
%{_libdir}/%{name}/
6bfa55
6bfa55
%{_mandir}/man1/*
6bfa55
%lang(de) %{_mandir}/de/man1/*
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
%files gtk
6bfa55
%{_bindir}/gsx
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
%files cups
6bfa55
%{_datadir}/cups/mime/*
6bfa55
%{_datadir}/cups/model/*
6bfa55
%{_cups_serverbin}/filter/*
6bfa55
6bfa55
# ---------------
6bfa55
6bfa55
%files doc
6bfa55
%doc %{_docdir}/%{name}/
6bfa55
6bfa55
# =============================================================================
6bfa55
6bfa55
%changelog
6b07db
* Tue Mar 31 2020 Zdenek Dohnal <zdohnal@redhat.com> - 9.25-5
6b07db
- 1812284 - ghostscript fontconfig support broken when gs used with -dSAFER/-dPARANOIDSAFER
6b07db
6b07db
* Fri Nov 08 2019 Zdenek Dohnal <zdohnal@redhat.com> - 9.25-4
6b07db
- 1769341 - CVE-2019-14869 ghostscript: -dSAFER escape in .charkeys
6b07db
6b07db
* Mon Aug 05 2019 Martin Osvald <mosvald@redhat.com> - 9.25-3
6b07db
- Resolves: #1737339 - CVE-2019-10216 ghostscript: -dSAFER escape via .buildfont1 (701394)
6b07db
- Resolves: #1744009 - CVE-2019-14811 ghostscript: Safer Mode Bypass by .forceput Exposure in .pdf_hook_DSC_Creator (701445)
6b07db
- Resolves: #1744013 - CVE-2019-14812 ghostscript: Safer Mode Bypass by .forceput Exposure in setuserparams (701444)
6b07db
- Resolves: #1744004 - CVE-2019-14813 ghostscript: Safer Mode Bypass by .forceput Exposure in setsystemparams (701443)
6b07db
- Resolves: #1744229 - CVE-2019-14817 ghostscript: Safer Mode Bypass by .forceput Exposure in .pdfexectoken and other procedures (701450)
6bfa55
6bfa55
* Tue Apr 02 2019 Martin Osvald <mosvald@redhat.com> - 9.25-2
6bfa55
- obsoleted old ghostscript-devel to allow clean upgrade to libgs-devel
6bfa55
6bfa55
* Thu Feb 14 2019 Martin Osvald <mosvald@redhat.com> - 9.25-1
6bfa55
- Rebase to latest upstream version (bug #1636115)
6bfa55
- Resolves: #1673399 - CVE-2019-3839 ghostscript: missing attack vector
6bfa55
  protections for CVE-2019-6116
6bfa55
- Resolves: #1678172 - CVE-2019-3835 ghostscript: superexec operator
6bfa55
  is available (700585)
6bfa55
- Resolves: #1680026 - CVE-2019-3838 ghostscript: forceput in DefineResource
6bfa55
  is still accessible (700576)
6bfa55
- Resolves: #1670443 - ghostscript: Regression: double comment chars
6bfa55
  '%%' in gs_init.ps leading to missing metadata
6bfa55
- fix for pdf2dsc regression added to allow fix for CVE-2019-3839
6bfa55
6bfa55
* Wed Jan 16 2019 Martin Osvald <mosvald@redhat.com> - 9.07-32
6bfa55
- Remove as many non-standard operators as possible to make the codebase
6bfa55
  closer to upstream for later CVEs
6bfa55
- Resolves: #1621385 - CVE-2018-16511 ghostscript: missing type check in type
6bfa55
  checker (699659)
6bfa55
- Resolves: #1649722 - CVE-2018-16539 ghostscript: incorrect access checking
6bfa55
  in temp file handling to disclose contents of files (699658) 
6bfa55
- Resolves: #1621162 - CVE-2018-15908 ghostscript: .tempfile file permission
6bfa55
  issues (699657)
6bfa55
- Resolves: #1621384 - CVE-2018-15909 ghostscript: shading_param incomplete
6bfa55
  type checking (699660)
6bfa55
- Resolves: #1652902 - CVE-2018-16863 ghostscript: incomplete fix for
6bfa55
  CVE-2018-16509
6bfa55
- Resolves: #1654045 ghostscript update breaks xdvi (gs: Error: /undefined in flushpage)
6bfa55
- Resolves: #1651150 - CVE-2018-15911 ghostscript: uninitialized memory
6bfa55
  access in the aesdecode operator (699665)
6bfa55
- Resolves: #1650061 - CVE-2018-16802 ghostscript: Incorrect "restoration of
6bfa55
  privilege" checking when running out of stack during exception handling
6bfa55
- Resolves: #1652936 - CVE-2018-19409 ghostscript: Improperly implemented
6bfa55
  security check in zsetdevice function in psi/zdevice.c
6bfa55
- Resolves: #1654622 - CVE-2018-16541 ghostscript: incorrect free logic in
6bfa55
  pagedevice replacement (699664)
6bfa55
- Resolves: #1650211 - CVE-2018-17183 ghostscript: User-writable error
6bfa55
  exception table
6bfa55
- Resolves: #1645517 - CVE-2018-18073 ghostscript: saved execution stacks
6bfa55
  can leak operator arrays
6bfa55
- Resolves: #1648892 - CVE-2018-17961 ghostscript: saved execution stacks
6bfa55
  can leak operator arrays (incomplete fix for CVE-2018-17183)
6bfa55
- Resolves: #1643117 - CVE-2018-18284 ghostscript: 1Policy operator
6bfa55
  allows a sandbox protection bypass
6bfa55
- Resolves: #1655939 - CVE-2018-19134 ghostscript: Type confusion in
6bfa55
  setpattern (700141)
6bfa55
- Resolves: #1657694 - ghostscript: Regression: Warning: Dropping incorrect
6bfa55
  smooth shading object (Error: /rangecheck in --run--)
6bfa55
- Resolves: #1661210 pdf2ps reports an error when reading from stdin
6bfa55
- Resolves: #1657334 - CVE-2018-16540 ghostscript: use-after-free in
6bfa55
  copydevice handling (699661)
6bfa55
- Resolves: #1660570 - CVE-2018-19475 ghostscript: access bypass in
6bfa55
  psi/zdevice2.c (700153)
6bfa55
- Resolves: #1660829 - CVE-2018-19476 ghostscript: access bypass in
6bfa55
  psi/zicc.c
6bfa55
- Resolves: #1661279 - CVE-2018-19477 ghostscript: access bypass in
6bfa55
  psi/zfjbig2.c (700168)
6bfa55
- Resolves: #1667443 - CVE-2019-6116 ghostscript: subroutines within
6bfa55
  pseudo-operators must themselves be pseudo-operators
6bfa55
- Resolves: #1670443 - ghostscript: Regression: double comment chars
6bfa55
  '%%' in gs_init.ps leading to missing metadata
6bfa55
6bfa55
* Mon Sep 10 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.07-31
6bfa55
- Added security fixes for:
6bfa55
  - CVE-2018-16509 (bug #1621158)
6bfa55
  - CVE-2018-15910 (bug #1621160)
6bfa55
  - CVE-2018-16542 (bug #1621382)
6bfa55
6bfa55
* Tue Apr 17 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.07-30
6bfa55
- Fix MediaPosition, ManualFeed and MediaType with pxl devices (bug #1551782)
6bfa55
6bfa55
* Tue Jul 25 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.07-29
6bfa55
- Fix rare Segmentation fault when converting PDF to PNG (bug #1473337)
6bfa55
- Raise the default VMThreshold from 1Mb to 8Mb (bug #1479852)
6bfa55
6bfa55
* Thu May 11 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.07-28
6bfa55
- Security fix for CVE-2017-8291 updated to address SIGSEGV
6bfa55
6bfa55
* Wed May 03 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.07-27
6bfa55
- Added security fix for CVE-2017-8291 (bug #1446063)
6bfa55
6bfa55
* Tue Apr 11 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.07-26
6bfa55
- Updated requirements for lcms2 to avoid possible issues in the future
6bfa55
6bfa55
* Thu Apr 06 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.07-25
6bfa55
- Added security fix for CVE-2017-7207 (bug #1434353)
6bfa55
- Added explicit requirement for lcms2 version we are build with (bug #1436273)
6bfa55
6bfa55
* Tue Mar 21 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.07-24
6bfa55
- Fix infinite 'for' loop in gdevp14.c file (bug #1424752)
6bfa55
6bfa55
* Wed Feb 15 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.07-23
6bfa55
- Fix for regression caused by previous CVE fixes (bug #1411725)
6bfa55
6bfa55
* Tue Jan 10 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.07-22
6bfa55
- Fix of SIGSEGV in cid_font_data_param when using ps2pdf (bug #1390847)
6bfa55
6bfa55
* Thu Nov  3 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.07-21
6bfa55
- Added security fixes for:
6bfa55
  - CVE-2013-5653 (bug #1380327)
6bfa55
  - CVE-2016-7977 (bug #1380415)
6bfa55
  - CVE-2016-7978 (bug #1382300)
6bfa55
  - CVE-2016-7979 (bug #1382305)
6bfa55
  - CVE-2016-8602 (bug #1383940)
6bfa55
6bfa55
* Wed Jul 13 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.07-20
6bfa55
- Fixed some complains of CovScan in ghostscript-hanging-in-convert.patch
6bfa55
6bfa55
* Thu Jun  2 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.07-19
6bfa55
- Import LCMS2 2.6 rebase changes into ghostscript (bug #959351)
6bfa55
- Fix hanging of ghostscript when converting PDF -> PNG (bug #1302121)
6bfa55
- Do not SIGSEGV after icc_profile error, report error instead (bug #1243784)
6bfa55
- Fix the color printing on HP InkJet printers (bug #1225858)
6bfa55
6bfa55
* Wed Sep 24 2014 Tim Waugh <twaugh@redhat.com> 9.07-18
6bfa55
- Applied patch from upstream to fix memory handling issue that could
6bfa55
  lead to crashes (bug #1105519).
6bfa55
6bfa55
* Fri Sep  5 2014 Tim Waugh <twaugh@redhat.com> 9.07-17
6bfa55
- Fix insufficient integer digits in trio's rendering of "%g" (bug #1096158).
6bfa55
6bfa55
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 9.07-16
6bfa55
- Mass rebuild 2014-01-24
6bfa55
6bfa55
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 9.07-15
6bfa55
- Mass rebuild 2013-12-27
6bfa55
6bfa55
* Fri Dec 13 2013 Tim Waugh <twaugh@redhat.com> 9.07-14
6bfa55
- Filter costs for gstoraster tweaked again (bug #1032117).
6bfa55
6bfa55
* Wed Sep 25 2013 Tim Waugh <twaugh@redhat.com> 9.07-13
6bfa55
- Regenerate tarball (bug #1012902).
6bfa55
6bfa55
* Wed Aug 21 2013 Tim Waugh <twaugh@redhat.com> 9.07-12
6bfa55
- Tweak filter costs for gstoraster (part of bug #998977).
6bfa55
6bfa55
* Thu Jul 18 2013 Tim Waugh <twaugh@redhat.com> 9.07-11
6bfa55
- Remove bundled (and unused) lcms source.
6bfa55
- Fixed license tag (AGPLv3+).
6bfa55
6bfa55
* Wed Jul 17 2013 Tim Waugh <twaugh@redhat.com> 9.07-10
6bfa55
- Added in missing part of gs_sprintf backport: add in the header to
6bfa55
  stdio_.h. Without this there are problems with va_args on some
6bfa55
  platforms (bug #979681).
6bfa55
6bfa55
* Mon Jul  8 2013 Tim Waugh <twaugh@redhat.com> 9.07-9
6bfa55
- Upstream patch from bug #693921 to avoid zfapi crash (bug #969785).
6bfa55
6bfa55
* Mon Jul  1 2013 Tim Waugh <twaugh@redhat.com> 9.07-8
6bfa55
- Use correct colord device ID in gstoraster.
6bfa55
6bfa55
* Mon Jul  1 2013 Tim Waugh <twaugh@redhat.com> 9.07-7
6bfa55
- Use more caution when converting floats to strings (bug #980085).
6bfa55
6bfa55
* Tue Jun 18 2013 Tim Waugh <twaugh@redhat.com> 9.07-6
6bfa55
- Upstream patch from bug #690692 to handle strange fonts (bug #969660).
6bfa55
6bfa55
* Fri May 17 2013 Tim Waugh <twaugh@redhat.com> 9.07-5
6bfa55
- Remove pdfopt man pages which were mistakenly left in (bug #963882).
6bfa55
6bfa55
* Thu May 16 2013 Tim Waugh <twaugh@redhat.com> 9.07-4
6bfa55
- Upstream patch to fix pdfwrite segfault (bug #962120).
6bfa55
6bfa55
* Thu May  9 2013 Tim Waugh <twaugh@redhat.com> - 9.07-3
6bfa55
- Back-ported locale fix (bug #961149).
6bfa55
6bfa55
* Thu Apr 25 2013 Tim Waugh <twaugh@redhat.com>
6bfa55
- Unowned directories (bug #902525).
6bfa55
6bfa55
* Mon Apr  8 2013 Tim Waugh <twaugh@redhat.com> - 9.07-2
6bfa55
- Rebuilt.
6bfa55
6bfa55
* Fri Mar  8 2013 Tim Waugh <twaugh@redhat.com> - 9.07-1
6bfa55
- 9.07.
6bfa55
6bfa55
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.06-7
6bfa55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6bfa55
6bfa55
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 9.06-6
6bfa55
- rebuild due to "jpeg8-ABI" feature drop
6bfa55
6bfa55
* Fri Jan  4 2013 Tim Waugh <twaugh@redhat.com> - 9.06-5
6bfa55
- Updated build requirement from gtk2-devel to gtk3-devel so that gsx
6bfa55
  gets built using the correct loader (bug #884483).
6bfa55
6bfa55
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 9.06-4
6bfa55
- rebuild against new libjpeg
6bfa55
6bfa55
* Thu Sep 27 2012 Tim Waugh <twaugh@redhat.com> - 9.06-3
6bfa55
- Remove cups/libs to avoid bundling, although it isn't built in any
6bfa55
  case.
6bfa55
6bfa55
* Tue Sep  4 2012 Tim Waugh <twaugh@redhat.com> - 9.06-2
6bfa55
- Fixed encoding of German ps2pdf man page (bug #853764).
6bfa55
6bfa55
* Wed Aug  8 2012 Tim Waugh <twaugh@redhat.com> - 9.06-1
6bfa55
- 9.06.
6bfa55
6bfa55
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.05-5
6bfa55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6bfa55
6bfa55
* Tue Jul 17 2012 Tim Waugh <twaugh@redhat.com> - 9.05-4
6bfa55
- Ship pkg-config file for ijs (bug #840830).
6bfa55
6bfa55
* Mon Apr 30 2012 Tim Waugh <twaugh@redhat.com> - 9.05-3
6bfa55
- Removed more bundled packages (bug #816747).
6bfa55
- Fixed missing error check when setting ICC profile.
6bfa55
6bfa55
* Thu Apr 26 2012 Jon Ciesla <limburgher@gmail.com> - 9.05-2
6bfa55
- Fixed encodings and changelog version for merge review BZ 225795.
6bfa55
6bfa55
* Thu Feb  9 2012 Tim Waugh <twaugh@redhat.com> 9.05-1.1
6bfa55
- Avoid mixed tabs and spaces in spec file.
6bfa55
6bfa55
* Thu Feb  9 2012 Tim Waugh <twaugh@redhat.com> 9.05-1
6bfa55
- 9.05.
6bfa55
6bfa55
* Fri Jan  6 2012 Tim Waugh <twaugh@redhat.com> 9.04-9
6bfa55
- Use %%_cups_serverbin macro.
6bfa55
6bfa55
* Fri Jan  6 2012 Tim Waugh <twaugh@redhat.com> 9.04-8
6bfa55
- Rebuilt for GCC 4.7.
6bfa55
6bfa55
* Tue Nov  8 2011 Tim Waugh <twaugh@redhat.com> 9.04-7
6bfa55
- Applied fix for type 1 font copying code SEAC scanner (bug #728710).
6bfa55
6bfa55
* Mon Nov  7 2011 Tim Waugh <twaugh@redhat.com> 9.04-6
6bfa55
- Rebuilt for new libpng.
6bfa55
6bfa55
* Tue Nov  1 2011 Tim Waugh <twaugh@redhat.com> 9.04-5
6bfa55
- Applied upstream fix for skipping "cached" outline glyphs (bug #742349).
6bfa55
6bfa55
* Wed Aug 31 2011 Tim Waugh <twaugh@redhat.com> 9.04-4
6bfa55
- Fixed typo (EXTRAFLAGS -> EXTRACFLAGS).
6bfa55
6bfa55
* Mon Aug 22 2011 Tim Waugh <twaugh@redhat.com> 9.04-3
6bfa55
- Updated upstream fix for gdevcups RGBW handling (Ghostscript bug #691922).
6bfa55
6bfa55
* Tue Aug 16 2011 Tim Waugh <twaugh@redhat.com> 9.04-2
6bfa55
- Applied upstream fix for gdevcups handling of RGBW (Ghostscript
6bfa55
  bug #691922).
6bfa55
6bfa55
* Mon Aug  1 2011 Tim Waugh <twaugh@redhat.com> 9.04-1
6bfa55
- 9.04.
6bfa55
6bfa55
* Mon Aug  1 2011 Tim Waugh <twaugh@redhat.com> 9.02-5
6bfa55
- No longer need jbig2-image-refcount patch.
6bfa55
- Fixed error reporting in the gstoraster filter.
6bfa55
6bfa55
* Wed May 25 2011 Tim Waugh <twaugh@redhat.com> 9.02-4
6bfa55
- colord is optional (bug #706619).
6bfa55
6bfa55
* Tue Apr 12 2011 Tim Waugh <twaugh@redhat.com> 9.02-3
6bfa55
- Prevent segfault when running gstoraster outside CUPS.
6bfa55
6bfa55
* Thu Apr  7 2011 Tim Waugh <twaugh@redhat.com>
6bfa55
- Remove bundled expat directory.  Not used, but this makes it
6bfa55
  clearer.
6bfa55
6bfa55
* Wed Apr  6 2011 Tim Waugh <twaugh@redhat.com> 9.02-2
6bfa55
- pxl: match landscape page sizes (bug #692165).
6bfa55
6bfa55
* Mon Apr  4 2011 Tim Waugh <twaugh@redhat.com>
6bfa55
- Fixed source URL.
6bfa55
6bfa55
* Mon Apr  4 2011 Tim Waugh <twaugh@redhat.com> 9.02-1
6bfa55
- 9.02.
6bfa55
6bfa55
* Thu Mar 10 2011 Tim Waugh <twaugh@redhat.com> 9.01-3
6bfa55
- colord support: prefix printer name with "cups-" to get device ID.
6bfa55
6bfa55
* Thu Feb 10 2011 Richard Hughes <rhughes@redhat.com> 9.01-2
6bfa55
- Backport a patch from svn trunk to enable colord support.
6bfa55
6bfa55
* Thu Feb 10 2011 Tim Waugh <twaugh@redhat.com> 9.01-1
6bfa55
- 9.01.  No longer needed gdevcups-691733, glyph-stretch-691920,
6bfa55
  icc-fix, scan_token, or system-jasper patches.
6bfa55
6bfa55
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.00-14
6bfa55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6bfa55
6bfa55
* Wed Feb  2 2011 Tim Waugh <twaugh@redhat.com> 9.00-13
6bfa55
- Applied fix for upstream bug #691920.
6bfa55
6bfa55
* Fri Jan 28 2011 Tim Waugh <twaugh@redhat.com> 9.00-12
6bfa55
- Use poppler-data for CMaps (bug #630632).
6bfa55
6bfa55
* Mon Jan 17 2011 Tim Waugh <twaugh@redhat.com> 9.00-11
6bfa55
- Fixed macro in comment.
6bfa55
- Include full source URL.
6bfa55
6bfa55
* Fri Jan 14 2011 Tim Waugh <twaugh@redhat.com> 9.00-10
6bfa55
- Avoid symbol clash with scan_token (bug #590914).
6bfa55
6bfa55
* Mon Jan 10 2011 Tim Waugh <twaugh@redhat.com> 9.00-9
6bfa55
- Replaced width-and-height patch with the one actually used upstream.
6bfa55
6bfa55
* Fri Jan  7 2011 Tim Waugh <twaugh@redhat.com> 9.00-8
6bfa55
- Applied upstream ICC fix (bug #655449).
6bfa55
- gdevcups: use correct width and height values when allocating memory
6bfa55
  (upstream bug 691733).
6bfa55
6bfa55
* Fri Nov 26 2010 Tim Waugh <twaugh@redhat.com> 9.00-7
6bfa55
- Fixed more summaries ending with ".".
6bfa55
6bfa55
* Thu Oct 21 2010 Tim Waugh <twaugh@redhat.com> 9.00-6
6bfa55
- Own more directories (bug #645075).
6bfa55
6bfa55
* Thu Oct 14 2010 Tim Waugh <twaugh@redhat.com> 9.00-5
6bfa55
- gdevcups: don't use uninitialized variables in debugging output
6bfa55
  (Ghostscript bug #691683).
6bfa55
6bfa55
* Fri Oct  1 2010 Tim Waugh <twaugh@redhat.com> 9.00-4
6bfa55
- Reverted incorrect change introduced to fix bug #635786.
6bfa55
6bfa55
* Thu Sep 30 2010 Tim Waugh <twaugh@redhat.com> 9.00-3
6bfa55
- Don't use carriage return in ps2epsi output (bug #635786).
6bfa55
- Include more documentation (bug #634354).
6bfa55
6bfa55
* Wed Sep 29 2010 jkeating - 9.00-2
6bfa55
- Rebuilt for gcc bug 634757
6bfa55
6bfa55
* Thu Sep 23 2010 Tim Waugh <twaugh@redhat.com> 9.00-1
6bfa55
- Updated to 9.00.  No longer need -P-, CVE-2009-4270, CVE-2010-1628,
6bfa55
  SEARCH_HERE_FIRST, bbox-close, cups-realloc-color-depth,
6bfa55
  epstopdf-failure, fPIC, gdevcups-ripcache, iname-segfault, ldfalgs,
6bfa55
  pdf2dsc, pdftoraster-exit, tif-fail-close, tiff-default-strip-size,
6bfa55
  or tiff-fixes patches.
6bfa55
6bfa55
* Mon Sep 13 2010 Tim Waugh <twaugh@redhat.com> 8.71-16
6bfa55
- Pulled in gs_fonts.ps modification for .runlibfileifexists from
6bfa55
  OpenSUSE package (bug #610301).
6bfa55
6bfa55
* Fri Sep  3 2010 Tim Waugh <twaugh@redhat.com> 8.71-15
6bfa55
- Restored Fontmap.local patch, incorrectly dropped after
6bfa55
  ghostscript-8.15.4-3 (bug #610301).
6bfa55
- Applied patch to let gdevcups use automatic memory allocation.  Use
6bfa55
  RIPCache=auto in /etc/cups/cupsd.conf to enable.
6bfa55
- Applied patch to fix NULL dereference in bbox driver (bug #591624).
6bfa55
- Applied upstream patch to fix iname.c segfault (bug #465311).
6bfa55
6bfa55
* Thu Aug 26 2010 Tim Waugh <twaugh@redhat.com> 8.71-14
6bfa55
- Avoid epstopdf failure using upstream patch (bug #627390).
6bfa55
- More upstream fixes for bug #599564.
6bfa55
6bfa55
* Wed Aug 25 2010 Tim Waugh <twaugh@redhat.com> 8.71-13
6bfa55
- Fix implementation of -P- (bug #599564).
6bfa55
- Use -P- and -dSAFER in scripts (bug #599564).
6bfa55
6bfa55
* Wed Aug 25 2010 Tim Waugh <twaugh@redhat.com> 8.71-12
6bfa55
- Change SEARCH_HERE_FIRST default to make -P- default instead of -P
6bfa55
  (bug #599564).
6bfa55
- Removed redundant gs-executable patch (bug #502550).
6bfa55
6bfa55
* Thu Aug  5 2010 Tim Waugh <twaugh@redhat.com> 8.71-11
6bfa55
- Avoid another NULL pointer dereference in jbig2 code (bug #621569).
6bfa55
6bfa55
* Fri Jul 16 2010 Tim Waugh <twaugh@redhat.com> 8.71-10
6bfa55
- Applied patch to fix CVE-2010-1628 (memory corruption at PS stack
6bfa55
  overflow, bug #592492).
6bfa55
6bfa55
* Tue Mar 16 2010 Tim Waugh <twaugh@redhat.com> 8.71-9
6bfa55
- Backported some more TIFF fixes (bug #573970).
6bfa55
- Use upstream fix for TIFF default strip size (bug #571520).
6bfa55
6bfa55
* Mon Mar 15 2010 Tim Waugh <twaugh@redhat.com> 8.71-8
6bfa55
- Restore the TIFF default strip size of 0 (bug #571520).
6bfa55
- Don't segfault closing tiffg3 device if opening failed (bug #571520).
6bfa55
- Don't revert gdevcups y-axis change (bug #541604).
6bfa55
- Reallocate memory in gdevcups when color depth changes (bug #563313).
6bfa55
6bfa55
* Fri Mar  5 2010 Tim Waugh <twaugh@redhat.com> 8.71-7
6bfa55
- Don't own the %%{_datadir}/ghostscript or
6bfa55
  %%{_datadir}/ghostscript/conf.d directories as the filesystem
6bfa55
  package already does (bug #569442).
6bfa55
6bfa55
* Wed Mar  3 2010 Tim Waugh <twaugh@redhat.com> 8.71-6
6bfa55
- Fixed summary.
6bfa55
- Fixed macros in changelog.
6bfa55
- Avoid mixed spaces and tabs.
6bfa55
- Ship COPYING file.
6bfa55
- Added comments for all patches.
6bfa55
- More consistent macro use.
6bfa55
6bfa55
* Mon Feb 22 2010 Tim Waugh <twaugh@redhat.com> 8.71-5
6bfa55
- The doc subpackage is now noarch (bug #567179).
6bfa55
6bfa55
* Sat Feb 20 2010 Tim Waugh <twaugh@redhat.com> 8.71-4
6bfa55
- Actually revert the upstream gdevcups changes (bug #563313).
6bfa55
- Fixed pdf2dsc.ps (bug #565935).
6bfa55
- Use fixed patch for LDFLAGS to make sure libgs.so gets a soname
6bfa55
  (bug #565935).
6bfa55
6bfa55
* Fri Feb 19 2010 Tim Waugh <twaugh@redhat.com> 8.71-3
6bfa55
- Fixed LDFLAGS when building dynamically linked executables (bug #565935).
6bfa55
6bfa55
* Wed Feb 17 2010 Tim Waugh <twaugh@redhat.com> 8.71-2
6bfa55
- Use system libtiff.
6bfa55
6bfa55
* Wed Feb 17 2010 Tim Waugh <twaugh@redhat.com> 8.71-1
6bfa55
- 8.71 (bug #565935).
6bfa55
6bfa55
* Tue Feb 16 2010 Tim Waugh <twaugh@redhat.com> 8.70-7
6bfa55
- Reverted gdevcups duplex changes as they cause a regression
6bfa55
  (see bug #563313).
6bfa55
6bfa55
* Mon Jan 25 2010 Tim Waugh <twaugh@redhat.com> 8.70-6
6bfa55
- Fixed pdftoraster so that it waits for its sub-process to exit.
6bfa55
- Another gdevcups duplex fix from upstream revision 10631
6bfa55
  (bug #541604).
6bfa55
6bfa55
* Fri Jan 22 2010 Tim Waugh <twaugh@redhat.com> 8.70-5
6bfa55
- Don't build static library for ijs (bug #556051).
6bfa55
6bfa55
* Thu Jan 21 2010 Tim Waugh <twaugh@redhat.com> 8.70-4
6bfa55
- Fixed gdevcups duplex output (bug #541604) by backporting upstream
6bfa55
  revision 10625.
6bfa55
6bfa55
* Thu Dec 24 2009 Tim Waugh <twaugh@redhat.com> 8.70-3
6bfa55
- Don't ship libtool la files (bug #542674).
6bfa55
- Fix debugging output from gdevcups (CVE-2009-4270, bug #540760).
6bfa55
- Harden ghostscript's debugging output functions (bug #540760).
6bfa55
6bfa55
* Thu Oct 15 2009 Tim Waugh <twaugh@redhat.com> 8.70-2
6bfa55
- New cups sub-package for pstoraster/pdftoraster/pstopxl.
6bfa55
6bfa55
* Mon Aug  3 2009 Tim Waugh <twaugh@redhat.com> 8.70-1
6bfa55
- 8.70.
6bfa55
- License has changed to GPLv3+.  Packages containing programs that
6bfa55
  link to libgs/libijs are:
6bfa55
  - foomatic (GPLv2+)
6bfa55
  - libspectre (GPLv2+)
6bfa55
  - ImageMagick (ImageMagick, listed on Licensing wiki page under
6bfa55
    "Good Licenses" and marked as GPLv3 compat)
6bfa55
  - gutenprint (GPLv2+)
6bfa55
6bfa55
* Mon Aug  3 2009 Tim Waugh <twaugh@redhat.com> 8.64-12
6bfa55
- Moved examples to doc subpackage (bug #515167).
6bfa55
- Converted spec file to UTF-8.
6bfa55
6bfa55
* Thu Jul 30 2009 Tim Waugh <twaugh@redhat.com> 8.64-11
6bfa55
- Fixed CVE-2009-0583,0584 patch by using 255 as the maximum number of
6bfa55
  points, not 100, and by not treating a missing black point tag as an
6bfa55
  error (bug #487744).
6bfa55
6bfa55
* Thu Jul 30 2009 Rex Dieter <rdieter@fedoraproject.org> - 8.64-10
6bfa55
- License: GPLv2 and Redistributable, no modification permitted (bug #487510)
6bfa55
6bfa55
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.64-9
6bfa55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6bfa55
6bfa55
* Wed Jun 10 2009 Tim Waugh <twaugh@redhat.com> 8.64-8
6bfa55
- Fix scripts so they don't get broken on install (bug #502550).
6bfa55
6bfa55
* Thu Jun  4 2009 Tim Waugh <twaugh@redhat.com> 8.64-7
6bfa55
- Applied patch to fix NULL dereference in JBIG2 decoder (bug #503995).
6bfa55
6bfa55
* Wed Apr 15 2009 Tim Waugh <twaugh@redhat.com> 8.64-6
6bfa55
- Applied patch to fix CVE-2009-0792 (bug #491853).
6bfa55
- Applied patch to fix CVE-2009-0196 (bug #493379).
6bfa55
6bfa55
* Fri Mar 20 2009 Tim Waugh <twaugh@redhat.com> 8.64-5
6bfa55
- Applied patch to fix CVE-2009-0583 (bug #487742) and CVE-2009-0584
6bfa55
  (bug #487744).
6bfa55
6bfa55
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.64-4
6bfa55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6bfa55
6bfa55
* Tue Feb 17 2009 Tim Waugh <twaugh@redhat.com> 8.64-3
6bfa55
- Fix bitcmyk driver (bug #486644).
6bfa55
6bfa55
* Wed Feb  4 2009 Tim Waugh <twaugh@redhat.com> 8.64-2
6bfa55
- 8.64 (bug #483958).
6bfa55
- Removed trade marks to avoid any potential confusion.
6bfa55
6bfa55
* Fri Oct 17 2008 Tim Waugh <twaugh@redhat.com>
6bfa55
- Removed last patch (unsuccessful).
6bfa55
6bfa55
* Fri Oct 17 2008 Tim Waugh <twaugh@redhat.com> 8.63-4
6bfa55
- Try out a work-around for bug #465311.
6bfa55
6bfa55
* Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 8.63-3
6bfa55
- Don't ship fixmswrd.pl as it pulls in perl (bug #463948).
6bfa55
6bfa55
* Tue Oct 14 2008 Tim Waugh <twaugh@redhat.com> 8.63-2
6bfa55
- Split out a doc sub-package (bug #466507).
6bfa55
6bfa55
* Mon Aug  4 2008 Tim Waugh <twaugh@redhat.com> 8.63-1
6bfa55
- 8.63.  No longer need r8591 or incomplete-ccittfax patches.
6bfa55
- Compile without strict aliasing opts due to warnings across several
6bfa55
  files.
6bfa55
- Don't run autogen.sh for main package, just for ijs which doesn't
6bfa55
  ship with a configure script.
6bfa55
6bfa55
* Mon Jun 23 2008 Tim Waugh <twaugh@redhat.com> 8.62-4
6bfa55
- Applied patch to work around bug #229174.
6bfa55
- Applied patch from upstream to fix box_fill_path for shfill (bug #452348).
6bfa55
6bfa55
* Mon Mar 31 2008 Tim Waugh <twaugh@redhat.com> 8.62-3
6bfa55
- Fix pksmraw output (bug #308211).
6bfa55
6bfa55
* Tue Mar  4 2008 Tim Waugh <twaugh@redhat.com> 8.62-2
6bfa55
- No longer need CVE-2008-0411 patch.
6bfa55
- Don't ship URW fonts; we already have them.
6bfa55
6bfa55
* Tue Mar  4 2008 Tim Waugh <twaugh@redhat.com> 8.62-1
6bfa55
- 8.62.  No longer need IJS KRGB patch, or patch for gs bug 689577.
6bfa55
6bfa55
* Wed Feb 27 2008 Tim Waugh <twaugh@redhat.com> 8.61-10
6bfa55
- Applied patch to fix CVE-2008-0411 (bug #431536).
6bfa55
6bfa55
* Fri Feb 22 2008 Tim Waugh <twaugh@redhat.com> 8.61-9
6bfa55
- Build with jasper again (bug #433897).  Build requires jasper-devel, and
6bfa55
  a patch to remove jas_set_error_cb reference.
6bfa55
6bfa55
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 8.61-8
6bfa55
- Rebuild for GCC 4.3.
6bfa55
6bfa55
* Mon Jan 28 2008 Tim Waugh <twaugh@redhat.com> 8.61-7
6bfa55
- Don't build with jasper support.
6bfa55
- Remove bundled libraries.
6bfa55
6bfa55
* Tue Dec 11 2007 Tim Waugh <twaugh@redhat.com> 8.61-6
6bfa55
- Applied upstream patch for bug #416321.
6bfa55
6bfa55
* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-5
6bfa55
- Fixed runlibfileifexists patch.
6bfa55
6bfa55
* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-4
6bfa55
- Revert previous change, but define .runlibfileifexists, not just
6bfa55
  runlibfileifexists.
6bfa55
6bfa55
* Wed Nov 28 2007 Tim Waugh <twaugh@redhat.com> 8.61-3
6bfa55
- No longer need runlibfileifexists.
6bfa55
- Use runlibfile in cidfmap.
6bfa55
6bfa55
* Wed Nov 28 2007 Tim Waugh <twaugh@redhat.com> 8.61-2
6bfa55
- Add /usr/share/fonts to fontpath (bug #402551).
6bfa55
- Restore cidfmap-switching bits, except for FAPIcidfmap which is no
6bfa55
  longer used.
6bfa55
- Add runlibfileifexists to gs_init.ps.
6bfa55
- Build with --disable-compile-inits (bug #402501).
6bfa55
6bfa55
* Fri Nov 23 2007 Tim Waugh <twaugh@redhat.com> 8.61-1
6bfa55
- 8.61.
6bfa55
6bfa55
* Tue Oct 23 2007 Tim Waugh <twaugh@redhat.com> 8.60-5
6bfa55
- Applied patch from upstream to fix CVE-2007-2721 (bug #346511).
6bfa55
6bfa55
* Tue Oct  9 2007 Tim Waugh <twaugh@redhat.com> 8.60-4
6bfa55
- Marked localized man pages as %%lang (bug #322321).
6bfa55
6bfa55
* Thu Sep 27 2007 Tim Waugh <twaugh@redhat.com> 8.60-3
6bfa55
- Back-ported mkstemp64 patch (bug #308211).
6bfa55
6bfa55
* Thu Aug 23 2007 Tim Waugh <twaugh@redhat.com> 8.60-2
6bfa55
- More specific license tag.
6bfa55
6bfa55
* Fri Aug  3 2007 Tim Waugh <twaugh@redhat.com> 8.60-1
6bfa55
- 8.60.
6bfa55
6bfa55
* Mon Jul 16 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.2
6bfa55
- Own %%{_libdir}/ghostscript (bug #246026).
6bfa55
6bfa55
* Tue Jul 10 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.1
6bfa55
- 8.60 snapshot from svn.  Patches dropped:
6bfa55
  - big-cmap-post
6bfa55
  - split-cidfnmap
6bfa55
  - exactly-enable-cidfnmap
6bfa55
  - Fontmap.local
6bfa55
  No longer needed:
6bfa55
  - gxcht-64bit-crash
6bfa55
6bfa55
* Tue Apr 17 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-3
6bfa55
- Apply fonts in CIDFnmap even if the same fontnames are already registered
6bfa55
  (bug #163231).
6bfa55
- New file CIDFmap (bug #233966).
6bfa55
- Allow local overrides for FAPIcidfmap, cidfmap and Fontmap (bug #233966).
6bfa55
6bfa55
* Tue Apr  3 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-2
6bfa55
- Fixed configuration file locations (bug #233966).
6bfa55
6bfa55
* Wed Mar 14 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-1
6bfa55
- 8.15.4.
6bfa55
6bfa55
* Thu Jan 25 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-7
6bfa55
- dvipdf script fixes (bug #88906).
6bfa55
- Moved libijs.so and libgs.so into devel package (bug #203623).
6bfa55
6bfa55
* Wed Jan 24 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-6
6bfa55
- Configure with --with-drivers=ALL since the advertised default is not
6bfa55
  what gets used (bug #223819).
6bfa55
6bfa55
* Thu Jan 18 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-5
6bfa55
- Backported gxcht 64bit crash fix from GPL trunk (bug #177763).
6bfa55
6bfa55
* Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-4
6bfa55
- Own cjkv directory (bug #221380, bug #222375).
6bfa55
6bfa55
* Tue Dec  5 2006 Tim Waugh <twaugh@redhat.com> 8.15.3-3
6bfa55
- Added split-cidfnmap patch (bug #194592).
6bfa55
6bfa55
* Thu Nov 16 2006 Tim Waugh <twaugh@redhat.com> 8.15.3-2
6bfa55
- 8.15.3.  No longer need gtk2, ps2epsi, badc, pagesize,
6bfa55
  use-external-freetype, split-font-configuration or cjkv patches.
6bfa55
- Renumbered patches.
6bfa55
6bfa55
* Tue Oct  3 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-9
6bfa55
- Apply CJKV patch from svn164:165 plus the fix from svn173:174 (bug #194592,
6bfa55
  bug #203712, possibly bug #167596).
6bfa55
6bfa55
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 8.15.2-8.1
6bfa55
- rebuild
6bfa55
6bfa55
* Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-8
6bfa55
- Revert CJKV patch.
6bfa55
6bfa55
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 8.15.2-7
6bfa55
- rebuilt with new gnutls
6bfa55
6bfa55
* Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-6
6bfa55
- Undo svn sync.
6bfa55
- Apply CJKV patch from svn164:165.
6bfa55
6bfa55
* Fri Jun  9 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-5
6bfa55
- Sync to svn165.
6bfa55
6bfa55
* Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-4
6bfa55
- Fix ijs-config not to have multilib conflicts (bug #192672)
6bfa55
6bfa55
* Tue May  2 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-3
6bfa55
- Remove adobe-cmaps and acro5-cmaps, since latest CMaps are already
6bfa55
  included (bug #190463).
6bfa55
6bfa55
* Tue Apr 25 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-2
6bfa55
- 8.15.2.
6bfa55
- No longer need build, krgb, pdfwrite, str1570 patches.
6bfa55
6bfa55
* Mon Apr 24 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-10
6bfa55
- Fix emacs interaction (bug #189321, STR #1570).
6bfa55
6bfa55
* Mon Apr 10 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-9
6bfa55
- Add %%{_datadir}/fonts/japanese to font path (bug #188448).
6bfa55
- Spec file cleanups (bug #188066).
6bfa55
6bfa55
* Sat Apr  8 2006 Tim Waugh <twaugh@redhat.com>
6bfa55
- Build requires libtool (bug #188341).
6bfa55
6bfa55
* Thu Apr  6 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-8
6bfa55
- Fix pdfwrite (bug #187834).
6bfa55
- CUPS filters go in /usr/lib/cups/filter even on lib64 platforms.
6bfa55
6bfa55
* Thu Mar  2 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-7
6bfa55
- BuildRequires: gnutls-devel
6bfa55
- Updated KRGB patch for gdevijs.
6bfa55
6bfa55
* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 8.15.1-6
6bfa55
- BuildRequires: libXt-devel
6bfa55
6bfa55
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 8.15.1-5.2
6bfa55
- bump again for double-long bug on ppc(64)
6bfa55
6bfa55
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 8.15.1-5.1
6bfa55
- rebuilt for new gcc4.1 snapshot and glibc changes
6bfa55
6bfa55
* Mon Jan 30 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-5
6bfa55
- Updated adobe-cmaps to 200406 (bug #173613).
6bfa55
6bfa55
* Fri Jan 27 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-4
6bfa55
- Support reading a big cmap/post table from a TrueType font.
6bfa55
6bfa55
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
6bfa55
- rebuilt
6bfa55
6bfa55
* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 8.15.1-3
6bfa55
- Build does not explicitly require xorg-x11-devel.
6bfa55
6bfa55
* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 8.15.1-2
6bfa55
- rebuilt with new openssl
6bfa55
6bfa55
* Mon Sep 26 2005 Tim Waugh <twaugh@redhat.com> 8.15.1-1
6bfa55
- Some directories should be "8.15" not "8.15.1" (bug #169198).
6bfa55
6bfa55
* Thu Sep 22 2005 Tim Waugh <twaugh@redhat.com> 8.15.1-0.1
6bfa55
- 8.15.1.
6bfa55
- No longer need overflow patch.
6bfa55
6bfa55
* Tue Aug 16 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.3
6bfa55
- Rebuilt for new cairo.
6bfa55
6bfa55
* Mon Aug 15 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.2
6bfa55
- Parametrize freetype, and disable it (bug #165962).
6bfa55
6bfa55
* Fri Aug 12 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.1
6bfa55
- 8.15rc4.
6bfa55
- Fixed lips4v driver (bug #165713).
6bfa55
6bfa55
* Tue Aug  9 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.7
6bfa55
- Install adobe/acro5 CMaps (bug #165428).
6bfa55
6bfa55
* Mon Jul 18 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.6
6bfa55
- Fixed split font configuration patch (bug #161187).
6bfa55
6bfa55
* Wed Jul 13 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.5
6bfa55
- Split font configuration (bug #161187).
6bfa55
- Reverted this change:
6bfa55
  - Build requires xorg-x11-devel, not XFree86-devel.
6bfa55
6bfa55
* Tue Jul 12 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.4
6bfa55
- Add Japanese fonts to FAPIcidfmap (bug #161187).
6bfa55
- Moved Resource directory.
6bfa55
- Added use-external-freetype patch (bug #161187).
6bfa55
6bfa55
* Mon Jul 11 2005 Tim Waugh <twaugh@redhat.com>
6bfa55
- Build requires libtiff-devel (bug #162826).
6bfa55
6bfa55
* Thu Jun  9 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.3
6bfa55
- Build requires xorg-x11-devel, not XFree86-devel.
6bfa55
- Include ierrors.h in the devel package.
6bfa55
6bfa55
* Wed Jun  8 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.2
6bfa55
- Drop 'Provides: libijs.so' because it is incorrect.
6bfa55
- Build igcref.c with -O0 to work around bug #150771.
6bfa55
- Renumber patches.
6bfa55
6bfa55
* Fri Jun  3 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.1
6bfa55
- Switch to ESP Ghostscript.
6bfa55
- 8.15rc3.
6bfa55
- Lots of patches dropped.  Perhaps some will need to be re-added.
6bfa55
6bfa55
* Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 7.07-40
6bfa55
- Build igcref.c with -O0 to work around bug #150771.
6bfa55
6bfa55
* Tue Mar  1 2005 Tim Waugh <twaugh@redhat.com> 7.07-39
6bfa55
- Rebuilt for new GCC.
6bfa55
6bfa55
* Mon Feb 21 2005 Tim Waugh <twaugh@redhat.com> 7.07-38
6bfa55
- Fixes inspired by GCC 4.
6bfa55
6bfa55
* Tue Jan 18 2005 Tim Waugh <twaugh@redhat.com>
6bfa55
- Correct permissions for %%{_datadir}/ghostscript/Resource (bug #145420).
6bfa55
6bfa55
* Fri Dec 10 2004 Tim Waugh <twaugh@redhat.com> 7.07-37
6bfa55
- Fixed missing return statement (bug #136757).
6bfa55
6bfa55
* Thu Dec  9 2004 Tim Waugh <twaugh@redhat.com> 7.07-36
6bfa55
- Remove VFlib2 bits (bug #120498).
6bfa55
6bfa55
* Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com> 7.07-35
6bfa55
- Added /etc/ghostscript to search path and to file manifest (bug #98974).
6bfa55
6bfa55
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 7.07-34
6bfa55
- Convert man pages to UTF-8
6bfa55
6bfa55
* Wed Oct 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-33
6bfa55
- Fix for bug #136322 (temporary files).
6bfa55
6bfa55
* Tue Sep 28 2004 Tim Waugh <twaugh@redhat.com> 7.07-32
6bfa55
- Turn off fontconfig until it's fixed (bug #133353).
6bfa55
6bfa55
* Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-31
6bfa55
- Only ship gsx in the gtk subpackage.
6bfa55
6bfa55
* Fri Aug  6 2004 Tim Waugh <twaugh@redhat.com>
6bfa55
- Run /sbin/ldconfig in %%post/%%postun.
6bfa55
- Stricter requirements for the main package in the subpackages.
6bfa55
6bfa55
* Tue Jul 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-30
6bfa55
- Updated eplaser driver to add alc4000 (bug #128007).
6bfa55
6bfa55
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com> 7.07-29
6bfa55
- Prevent pdf2ps generating "null setpagesize" (bug #126446).
6bfa55
6bfa55
* Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 7.07-28
6bfa55
- Fix Omni patch assumption about /usr/lib which breaks for multilib
6bfa55
  architectures.
6bfa55
6bfa55
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
6bfa55
- rebuilt
6bfa55
6bfa55
* Tue Jun  1 2004 Tim Waugh <twaugh@redhat.com> 7.07-26
6bfa55
- Removed another debug message from the fontconfig patch.
6bfa55
6bfa55
* Tue Mar  9 2004 Tim Waugh <twaugh@redhat.com> 7.07-25
6bfa55
- Added bjc250gs driver (bug #117860).
6bfa55
6bfa55
* Thu Mar  4 2004 Tim Waugh <twaugh@redhat.com> 7.07-24
6bfa55
- Fix compilation with GCC 3.4.
6bfa55
6bfa55
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
6bfa55
- rebuilt
6bfa55
6bfa55
* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-23
6bfa55
- Build against gtk2/glib2 (bug #115619).  Patch from W. Michael Petullo.
6bfa55
6bfa55
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 7.07-22
6bfa55
- rebuilt
6bfa55
6bfa55
* Thu Feb 12 2004 Tim Waugh <twaugh@redhat.com> 7.07-21
6bfa55
- Leave gdevpdfm.c seemingly-mistaken bitwise ops alone (bug #115396).
6bfa55
6bfa55
* Thu Feb  5 2004 Tim Waugh <twaugh@redhat.com> 7.07-20
6bfa55
- Fix compilation with GCC 3.4.
6bfa55
6bfa55
* Wed Jan 28 2004 Tim Waugh <twaugh@redhat.com> 7.07-19
6bfa55
- Attempt to fix gdevcups crash (bug #114256).
6bfa55
- Make gs dynamically link to libgs (bug #114276).
6bfa55
- Fix gdevesmv.c's misuse of const (bug #114250).
6bfa55
6bfa55
* Tue Jan 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-18
6bfa55
- Turn on libgs again (bug #88175).
6bfa55
6bfa55
* Mon Jan 19 2004 Tim Waugh <twaugh@redhat.com> 7.07-17
6bfa55
- Removed stp driver.  Use the IJS version (ijsgimpprint) instead.
6bfa55
- No longer conflicts with foomatic for hpijs versioning.
6bfa55
6bfa55
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 7.07-16
6bfa55
- Split hpijs out into separate source package.
6bfa55
6bfa55
* Thu Jan 8  2004 Tim Waugh <twaugh@redhat.com>
6bfa55
- Fix several mistakenly-used bitwise operations.
6bfa55
6bfa55
* Tue Jan 6  2004 Tim Waugh <twaugh@redhat.com> 7.07-15
6bfa55
- Build for Fedora Core 1 printer drivers update.
6bfa55
- Conflicts with foomatic before hpijs 1.5 data.
6bfa55
- Make fontconfig optional.
6bfa55
6bfa55
* Sat Dec 13 2003 Tim Waugh <twaugh@redhat.com> 7.07-14
6bfa55
- Disable unnecessary debug messages from fontconfig support.
6bfa55
6bfa55
* Fri Dec  5 2003 Tim Waugh <twaugh@redhat.com> 7.07-13
6bfa55
- Add fontconfig support (bug #111412).
6bfa55
6bfa55
* Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com>
6bfa55
- Build requires libjpeg-devel (bug #110737).
6bfa55
6bfa55
* Tue Nov 11 2003 Tim Waugh <twaugh@redhat.com> 7.07-12
6bfa55
- Updated hpijs to 1.5 (bug #109714).
6bfa55
6bfa55
* Mon Nov 10 2003 Tim Waugh <twaugh@redhat.com>
6bfa55
- Updated lxm3200 patch (bug #109625).
6bfa55
6bfa55
* Tue Sep 30 2003 Tim Waugh <twaugh@redhat.com> 7.07-11
6bfa55
- Updated gdevcups.c from CUPS 1.1.19.
6bfa55
- Apply NOMEDIAATTRS patch from CUPS 1.1.19 (bug #105401).
6bfa55
6bfa55
* Thu Aug 28 2003 Tim Waugh <twaugh@redhat.com>
6bfa55
- Fix lips4v driver (bug #92337).
6bfa55
6bfa55
* Wed Aug 20 2003 Tim Waugh <twaugh@redhat.com> 7.07-10
6bfa55
- Fix compilation problems in hpijs.
6bfa55
6bfa55
* Mon Aug  4 2003 Tim Waugh <twaugh@redhat.com> 7.07-9
6bfa55
- Further fix from bug #100685.
6bfa55
6bfa55
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 7.07-8
6bfa55
- Further fix from bug #100685.
6bfa55
6bfa55
* Tue Jul 29 2003 Tim Waugh <twaugh@redhat.com> 7.07-7
6bfa55
- Further fix from bug #100685.
6bfa55
6bfa55
* Fri Jul 25 2003 Tim Waugh <twaugh@redhat.com> 7.07-6
6bfa55
- Further fix from bug #100557.
6bfa55
6bfa55
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 7.07-5
6bfa55
- Further fix from bug #100557.
6bfa55
- Fix bug #100685.
6bfa55
6bfa55
* Wed Jul 23 2003 Tim Waugh <twaugh@redhat.com> 7.07-4
6bfa55
- Fix bug #100557.
6bfa55
6bfa55
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 7.07-3
6bfa55
- rebuilt
6bfa55
6bfa55
* Tue May 27 2003 Tim Waugh <twaugh@redhat.com>
6bfa55
- Fix sed usage in ps2epsi (bug #89300).
6bfa55
6bfa55
* Tue May 20 2003 Tim Waugh <twaugh@redhat.com> 7.07-2
6bfa55
- HPIJS 1.4 (bug #91219).
6bfa55
6bfa55
* Sun May 18 2003 Tim Waugh <twaugh@redhat.com> 7.07-1
6bfa55
- 7.07.
6bfa55
- Parametrize build_libgs.
6bfa55
- Remove Omni requirement (bug #88177).
6bfa55
- Fix ghostscript-gtk obsoletes: line (bug #88175).
6bfa55
6bfa55
* Thu Apr  3 2003 Tim Waugh <twaugh@redhat.com> 7.06-1
6bfa55
- 7.06.
6bfa55
- Updated config, vflib.fixup patches.
6bfa55
- No longer need dx6, jpeg patches.
6bfa55
- No longer need to add in missed GNU drivers.
6bfa55
- Turn off dj970 driver (hpijs drives that).
6bfa55
6bfa55
* Mon Mar 31 2003 Tim Waugh <twaugh@redhat.com> 7.05-34
6bfa55
- Apply fix for CJK font search method when the fonts are not available
6bfa55
  (bug #83516).
6bfa55
- The gb18030 patch no longer applies here.
6bfa55
6bfa55
* Thu Mar 27 2003 Tim Waugh <twaugh@redhat.com> 7.05-33
6bfa55
- Add some missing font aliases (bug #73342).
6bfa55
- Use the system jpeg library.
6bfa55
- Update hpijs to 1.3.1.
6bfa55
- Update gdevcups.c from cups-1.1.18.
6bfa55
6bfa55
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 7.05-32
6bfa55
- debuginfo rebuild
6bfa55
6bfa55
* Fri Feb 21 2003 Elliot Lee <sopwith@redhat.com> 7.05-31
6bfa55
- Add ghostscript-7.05-oob-66421.patch to fix the segfault behind #66421
6bfa55
6bfa55
* Thu Jan 30 2003 Tim Waugh <twaugh@redhat.com> 7.05-30
6bfa55
- Remove rss patch from hpijs (not needed).
6bfa55
6bfa55
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 7.05-29
6bfa55
- rebuilt
6bfa55
6bfa55
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 7.05-28
6bfa55
- Add Korean font aliases to CIDFnmap CJK resource files (bug #81924).
6bfa55
6bfa55
* Sat Dec 14 2002 Tim Waugh <twaugh@redhat.com> 7.05-27
6bfa55
- Obsolete ghostscript-gtk (bug #79585).
6bfa55
- Omni 121002 patch.
6bfa55
6bfa55
* Tue Dec 10 2002 Tim Waugh <twaugh@redhat.com> 7.05-26
6bfa55
- Don't ship the shared object yet (part of bug #79340).
6bfa55
- Don't make the gtk package, since that needs the shared object.
6bfa55
6bfa55
* Tue Nov 26 2002 Tim Waugh <twaugh@redhat.com> 7.05-25
6bfa55
- Fix level 1 PostScript output (bug #78450).
6bfa55
- No need to carry gomni.c, since it comes from the patch.
6bfa55
6bfa55
* Mon Nov 11 2002 Tim Waugh <twaugh@redhat.com> 7.05-24
6bfa55
- Omni 071902 patch.
6bfa55
6bfa55
* Mon Nov 11 2002 Tim Waugh <twaugh@redhat.com> 7.05-23
6bfa55
- hpijs-1.3, with updated rss patch.
6bfa55
- Fix XLIBDIRS.
6bfa55
6bfa55
* Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 7.05-22
6bfa55
- hpijs-rss 1.2.2.
6bfa55
6bfa55
* Mon Oct 14 2002 Tim Waugh <twaugh@redhat.com> 7.05-21
6bfa55
- Set libdir when installing.
6bfa55
6bfa55
* Thu Aug 15 2002 Tim Waugh <twaugh@redhat.com> 7.05-20
6bfa55
- Add cups device (bug #69573).
6bfa55
6bfa55
* Mon Aug 12 2002 Tim Waugh <twaugh@redhat.com> 7.05-19
6bfa55
- Fix the gb18030 patch (bug #71135, bug #71303).
6bfa55
6bfa55
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 7.05-18
6bfa55
- rebuilt with gcc-3.2 (we hope)
6bfa55
6bfa55
* Fri Aug  9 2002 Tim Waugh <twaugh@redhat.com> 7.05-17
6bfa55
- Add CIDnmap for GB18030 font (bug #71135).
6bfa55
- Fix URL (bug #70734).
6bfa55
6bfa55
* Tue Jul 23 2002 Tim Waugh <twaugh@redhat.com> 7.05-16
6bfa55
- Rebuild in new environment.
6bfa55
6bfa55
* Tue Jul  9 2002 Tim Waugh <twaugh@redhat.com> 7.05-15
6bfa55
- Remove the chp2200 driver again, to fix cdj890 (bug #67578).
6bfa55
6bfa55
* Fri Jul  5 2002 Tim Waugh <twaugh@redhat.com> 7.05-14
6bfa55
- For CJK font support, use CIDFnmap instead of CIDFont
6bfa55
  resources (bug #68009).
6bfa55
6bfa55
* Wed Jul  3 2002 Tim Waugh <twaugh@redhat.com> 7.05-13
6bfa55
- Build requires unzip and gtk+-devel (bug #67799).
6bfa55
6bfa55
* Wed Jun 26 2002 Tim Waugh <twaugh@redhat.com> 7.05-12
6bfa55
- File list tweaking.
6bfa55
- More file list tweaking.
6bfa55
6bfa55
* Tue Jun 25 2002 Tim Waugh <twaugh@redhat.com> 7.05-10
6bfa55
- Rebuild for bootstrap.
6bfa55
6bfa55
* Wed Jun 19 2002 Tim Waugh <twaugh@redhat.com> 7.05-9
6bfa55
- Omni 052902 patch.
6bfa55
6bfa55
* Mon Jun 10 2002 Tim Waugh <twaugh@redhat.com> 7.05-8
6bfa55
- Requires recent version of patchutils (bug #65947).
6bfa55
- Don't ship broken man page symlinks (bug #66238).
6bfa55
6bfa55
* Wed May 29 2002 Tim Waugh <twaugh@redhat.com> 7.05-7
6bfa55
- Put gsx in its own package.
6bfa55
6bfa55
* Tue May 28 2002 Tim Waugh <twaugh@redhat.com> 7.05-6
6bfa55
- New gomni.c from IBM to fix an A4 media size problem.
6bfa55
- Use new Adobe CMaps (bug #65362).
6bfa55
6bfa55
* Sun May 26 2002 Tim Powers <timp@redhat.com> 7.05-5
6bfa55
- automated rebuild
6bfa55
6bfa55
* Wed May 22 2002 Tim Waugh <twaugh@redhat.com> 7.05-4
6bfa55
- New gomni.c from IBM to fix bug #65269 (again).
6bfa55
6bfa55
* Tue May 21 2002 Tim Waugh <twaugh@redhat.com> 7.05-2
6bfa55
- Don't apply bogus parts of vflib patch (bug #65268).
6bfa55
- Work around Omni -sPAPERSIZE=a4 problem (bug #65269).
6bfa55
6bfa55
* Mon May 20 2002 Tim Waugh <twaugh@redhat.com> 7.05-1
6bfa55
- 7.05.
6bfa55
- No longer need mkstemp, vflib.fixup, quoting, or PARANOIDSAFER
6bfa55
  patches.
6bfa55
- Don't apply CJK patches any more (no longer needed).
6bfa55
- Updated Source15, Patch0, Patch10, Patch5, Patch24, Patch14, Patch12.
6bfa55
- Made gdevdmpr.c compile again.
6bfa55
- Move gimp-print to a separate package.
6bfa55
- Ship the shared object too (and a .so file that is dlopened).
6bfa55
- Update Omni patch.  No longer need Omni_path, Omni_quiet, Omni_glib patches.
6bfa55
- Require Omni >= 0.6.1.
6bfa55
- Add patch to fix gtk+ initial window size.
6bfa55
- Add devel package with header files.
6bfa55
- Turn on IJS support.
6bfa55
- Update hpijs to 1.1.
6bfa55
- Don't ship the hpijs binary in the ghostscript package.
6bfa55
- Use -fPIC when building ijs.
6bfa55
6bfa55
* Wed Apr  3 2002 Tim Waugh <twaugh@redhat.com> 6.52-8
6bfa55
- New CIDFonts (bug #61015).
6bfa55
6bfa55
* Wed Apr  3 2002 Tim Waugh <twaugh@redhat.com> 6.52-7
6bfa55
- Fix release numbers of sub packages.
6bfa55
- Handle info files, use ldconfig (bug #62574).
6bfa55
6bfa55
* Tue Mar 19 2002 Tim Waugh <twaugh@redhat.com> 6.52-6
6bfa55
- Fix config patch so that gs --help displays the right thing.
6bfa55
- Don't ship sysvlp.sh.
6bfa55
- Fix some shell scripts.
6bfa55
- Ship escputil man page (bug #58919).
6bfa55
6bfa55
* Mon Feb 11 2002 Tim Waugh <twaugh@redhat.com> 6.52-5
6bfa55
- Add CHP2200 driver (bug #57516).
6bfa55
- Fix gimp-print-4.2.0 so that it builds without cups-config.
6bfa55
6bfa55
* Sat Feb  2 2002 Bill Nottingham <notting@redhat.com> 6.52-4
6bfa55
- do condrestart in %%postun, not %%post
6bfa55
6bfa55
* Fri Feb  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-3
6bfa55
- Restart service cups after installing gimp-print-cups
6bfa55
6bfa55
* Sun Jan 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-2
6bfa55
- hpijs is finally free - support it.
6bfa55
- Add extra package for CUPS support
6bfa55
6bfa55
* Mon Jan 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-1
6bfa55
- Updates:
6bfa55
  - ghostscript 6.52
6bfa55
  - hpdj 2.6 -> pcl3 3.3
6bfa55
  - CJK Patchlevel 3, adobe-cmaps 200109
6bfa55
  - gimp-print 4.2.0
6bfa55
- Adapt patches
6bfa55
- Fix various URLs
6bfa55
- Begin cleaning up spec file
6bfa55
- Fix bugs #21879 and #50923
6bfa55
6bfa55
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
6bfa55
- automated rebuild
6bfa55
6bfa55
* Thu Oct 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-16
6bfa55
- update the Omni driver, and patch it to seek in /usr/lib/Omni/ first
6bfa55
- require Omni
6bfa55
6bfa55
* Mon Oct 01 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-15
6bfa55
- change -dPARANOIDSAFER to punch a hole for OutputFile
6bfa55
6bfa55
* Mon Sep 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-14
6bfa55
- add -dPARANOIDSAFER to let us breathe a little easier in the print spooler.
6bfa55
6bfa55
* Thu Sep 13 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-13
6bfa55
- apply jakub's fix to ghostscript's jmp_buf problems; #49591
6bfa55
6bfa55
* Wed Sep  5 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-12
6bfa55
- fix lprsetup.sh; #50925
6bfa55
6bfa55
* Fri Aug 24 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-11
6bfa55
- added Epson's old eplaseren drivers,
6bfa55
- pointed out by Till Kamppeter <till.kamppeter@gmx.net>
6bfa55
6bfa55
* Tue Aug 21 2001 Paul Howarth <paul@city-fan.org> 6.51-10
6bfa55
- included Samsung GDI driver for ML-4500 printer support.
6bfa55
6bfa55
* Sun Aug 19 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-9
6bfa55
- applied IBM's glib patches for Omni, which now works.
6bfa55
- BE AWARE: we now link against libstdc++ and glib for this, and use a c++
6bfa55
- link stage to do the dirty.
6bfa55
- added glib-devel buildreq and glib req, I don't think we require everything
6bfa55
- yet, I could pull in sasl.
6bfa55
6bfa55
* Sun Aug 19 2001 David Suffield <david_suffield@hp.com> 6.51-8
6bfa55
- Added gs device hpijs and updated gdevhpij.c to hpijs 0.97
6bfa55
6bfa55
* Wed Aug 15 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-7
6bfa55
- pull in ynakai's update to the cjk resources.
6bfa55
6bfa55
* Thu Aug  9 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-6
6bfa55
- turn dmprt and cdj880 back on. for some reason, they work now.
6bfa55
- voodoo, who knows.
6bfa55
6bfa55
* Thu Aug  9 2001 Yukihiro Nakai <ynakai@redhat.com> 6.51-5
6bfa55
- Add cjk resources
6bfa55
6bfa55
* Wed Aug  1 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-4
6bfa55
- applied drepper@redhat.com's patch for #50300
6bfa55
- fixed build deps on zlib-devel and libpng-devel, #49853
6bfa55
- made gs_init.ps a config file; #25096
6bfa55
- O\^/nZ the daTa directorieZ now; #50693
6bfa55
6bfa55
* Tue Jul 24 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-3
6bfa55
- wired up the Resource dir and the Font and CIDFont maps.
6bfa55
6bfa55
* Mon Jul 23 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-2
6bfa55
- luckily, I had a spare chicken. Thanks to some work by Nakai, and one last
6bfa55
- desperate search through google, everything /seems/ to be working. I know
6bfa55
- that there are going to be problems in the japanese code, and I need to turn
6bfa55
- on the cjk font map from adobe, but it /works/ at the moment.
6bfa55
6bfa55
* Thu Jun 21 2001 Crutcher Dunnavant <crutcher@redhat.com>
6bfa55
- upgraded to 6.51, a major version upgrade
6bfa55
- rewrote spec file, threw out some patches
6bfa55
- turned on IBM's Omni print drivers interface
6bfa55
- turned on HP's hpijs print drivers interface
6bfa55
- turned on every driver that looked usable from linux
6bfa55
- sacrificed a chicken to integrate the old Japanese drivers
6bfa55
- - This didn't work. The japanese patches are turned off, pending review.
6bfa55
- - I can do loops with C, but the bugs are in Postscript init files
6bfa55
6bfa55
* Wed Apr 11 2001 Crutcher Dunnavant <crutcher@redhat.com>
6bfa55
- added P. B. West's lx5000 driver
6bfa55
6bfa55
* Tue Feb 27 2001 Crutcher Dunnavant <crutcher@redhat.com>
6bfa55
- added xtt-fonts requirement (for VFlib)
6bfa55
6bfa55
* Fri Feb  9 2001 Adrian Havill <havill@redhat.com>
6bfa55
- cmpskit removed as a build prereq
6bfa55
6bfa55
* Thu Feb  8 2001 Crutcher Dunnavant <crutcher@redhat.com>
6bfa55
- merged in some patches that got away:
6bfa55
  * Fri Sep  1 2000 Mitsuo Hamada <mhamada@redhat.com>
6bfa55
  - add support JIS B size
6bfa55
  - fix the problem of reconverting GNUPLOT output
6bfa55
6bfa55
* Thu Feb  8 2001 Crutcher Dunnavant <crutcher@redhat.com>
6bfa55
- switched to japanese for everybody
6bfa55
6bfa55
* Thu Feb  8 2001 Crutcher Dunnavant <crutcher@redhat.com>
6bfa55
- tweaked time_.h to test for linux, and include the right
6bfa55
- header
6bfa55
6bfa55
* Wed Feb  7 2001 Crutcher Dunnavnat <crutcher@redhat.com>
6bfa55
- added the lxm3200 driver
6bfa55
6bfa55
* Mon Dec 11 2000 Crutcher Dunnavant <crutcher@redhat.com>
6bfa55
- merged in the (accendental) branch that contained the mktemp
6bfa55
- and LD_RUN_PATH bug fixes.
6bfa55
6bfa55
* Tue Oct 17 2000 Jeff Johnson <jbj@redhat.com>
6bfa55
- tetex using xdvi with ghostscript patch (#19212).
6bfa55
6bfa55
* Tue Sep 12 2000 Michael Stefaniuc <mstefani@redhat.com>
6bfa55
- expanded the gcc296 patch to fix a compilation issue with the new stp
6bfa55
  driver
6bfa55
6bfa55
* Mon Sep 11 2000 Michael Stefaniuc <mstefani@redhat.com>
6bfa55
- added the stp driver from the gimp-print project.
6bfa55
  It supports high quality printing especialy with Epson Stylus Photo.
6bfa55
6bfa55
* Wed Aug  2 2000 Matt Wilson <msw@redhat.com>
6bfa55
- rebuilt against new libpng
6bfa55
6bfa55
* Wed Aug  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
6bfa55
- Fix up the cdj880 patch (Bug #14978)
6bfa55
- Fix build with gcc 2.96
6bfa55
6bfa55
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
6bfa55
- turn off japanese support
6bfa55
6bfa55
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
6bfa55
- automatic rebuild
6bfa55
6bfa55
* Fri Jul 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
6bfa55
- fixed the broken inclusion of files in /usr/doc
6bfa55
- Build requires freetype-devel
6bfa55
6bfa55
* Fri Jun 16 2000 Matt Wilson <msw@redhat.com>
6bfa55
- build japanese support in main distribution
6bfa55
- FHS manpage paths
6bfa55
6bfa55
* Sun Mar 26 2000 Chris Ding <cding@redhat.com>
6bfa55
- enabled bmp16m driver
6bfa55
6bfa55
* Thu Mar 23 2000 Matt Wilson <msw@redhat.com>
6bfa55
- added a boatload of Japanese printers
6bfa55
6bfa55
* Thu Mar 16 2000 Matt Wilson <msw@redhat.com>
6bfa55
- add japanese support, enable_japanese macro
6bfa55
6bfa55
* Mon Feb 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
6bfa55
- 5.50 at last...
6bfa55
- hpdj 2.6
6bfa55
- Added 3rd party drivers:
6bfa55
  - Lexmark 5700 (lxm5700m)
6bfa55
  - Alps MD-* (md2k, md5k)
6bfa55
  - Lexmark 2050, 3200, 5700 and 7000 (lex2050, lex3200, lex5700, lex7000)
6bfa55
6bfa55
* Fri Feb  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
6bfa55
- rebuild to compress man page
6bfa55
- fix gs.1 symlink
6bfa55
6bfa55
* Wed Jan 26 2000 Bill Nottingham <notting@redhat.com>
6bfa55
- add stylus 740 uniprint files
6bfa55
6bfa55
* Thu Jan 13 2000 Preston Brown <pbrown@redhat.com>
6bfa55
- add lq850 dot matrix driver (#6357)
6bfa55
6bfa55
* Thu Oct 28 1999 Bill Nottingham <notting@redhat.com>
6bfa55
- oops, include oki182 driver.
6bfa55
6bfa55
* Tue Aug 24 1999 Bill Nottingham <notting@redhat.com>
6bfa55
- don't optimize on Alpha. This way it works.
6bfa55
6bfa55
* Thu Jul 29 1999 Michael K. Johnson <johnsonm@redhat.com>
6bfa55
- added hpdj driver
6bfa55
- changed build to use tar_cat so adding new drivers is sane
6bfa55
6bfa55
* Thu Jul  1 1999 Bill Nottingham <notting@redhat.com>
6bfa55
- add OkiPage 4w+, HP 8xx drivers
6bfa55
* Mon Apr  5 1999 Bill Nottingham <notting@redhat.com>
6bfa55
- fix typo in config patch.
6bfa55
6bfa55
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
6bfa55
- auto rebuild in the new build environment (release 6)
6bfa55
6bfa55
* Mon Mar 15 1999 Cristian Gafton <gafton@redhat.com>
6bfa55
- added patch from rth to fix alignement problems on the alpha.
6bfa55
6bfa55
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
6bfa55
- Injected new description and group.
6bfa55
6bfa55
* Mon Feb 08 1999 Bill Nottingham <notting@redhat.com>
6bfa55
- add uniprint .upp files
6bfa55
6bfa55
* Sat Feb 06 1999 Preston Brown <pbrown@redhat.com>
6bfa55
- fontpath update.
6bfa55
6bfa55
* Wed Dec 23 1998 Preston Brown <pbrown@redhat.com>
6bfa55
- updates for ghostscript 5.10
6bfa55
6bfa55
* Fri Nov 13 1998 Preston Brown <pbrown@redhat.com>
6bfa55
- updated to use shared urw-fonts package.
6bfa55
* Mon Nov 09 1998 Preston Brown <pbrown@redhat.com>
6bfa55
- turned on truetype (ttf) font support.
6bfa55
6bfa55
* Thu Jul  2 1998 Jeff Johnson <jbj@redhat.com>
6bfa55
- updated to 4.03.
6bfa55
6bfa55
* Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
6bfa55
- enabled more printer drivers
6bfa55
- buildroot
6bfa55
6bfa55
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
6bfa55
- translations modified for de, fr, tr
6bfa55
6bfa55
* Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
6bfa55
- Made /usr/share/ghostscript/3.33/Fontmap a config file.