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