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