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