mjg / rpms / ghostscript

Forked from rpms/ghostscript 4 years ago
Clone
fe7ddcc
#
fe7ddcc
# Important notes regarding the package:
fe7ddcc
# ======================================
fe7ddcc
# 1) This package has GUI versions (*-x11, *-gtk), but we are not shipping the
fe7ddcc
#    desktop files, because the GUI versions are used for displaying of files
fe7ddcc
#    invoked from command line. The displaying GUI does not contain any buttons
fe7ddcc
#    or other means for user interaction. It can't even open a different file
fe7ddcc
#    from the GUI version. Therefore it does not make sense to ship desktop
fe7ddcc
#    files...
fe7ddcc
fe7ddcc
# === GLOBAL MACROS ===========================================================
fe7ddcc
fe7ddcc
# According to Fedora Package Guidelines, it is advised that packages that can
fe7ddcc
# process untrusted input are build with position-independent code (PIC).
fe7ddcc
#
fe7ddcc
# Koji should override the compilation flags and add the -fPIC or -fPIE flags by
fe7ddcc
# default. This is here just in case this wouldn't happen for some reason.
fe7ddcc
# For more info: https://fedoraproject.org/wiki/Packaging:Guidelines#PIE
fe7ddcc
%global _hardened_build 1
fe7ddcc
fe7ddcc
# By redefining the '_docdir_fmt' macro we override the default location of
fe7ddcc
# documentation or license files. Instead of them being located in 'libgs'
fe7ddcc
# folder, they are now located in 'ghostscript'.
fe7ddcc
%global _docdir_fmt     %{name}
fe7ddcc
fe7ddcc
# NOTE: Artifex is using Github only as a mirror for providing the source
fe7ddcc
#       tarballs, and their release tags/branches do not use the dot in version
fe7ddcc
#       tag. This makes obtaining the current version harder, and might prevent
fe7ddcc
#       automatic builds of new releases...
fe7ddcc
%global version_short   %(echo "%{version}" | tr -d '.')
fe7ddcc
fe7ddcc
# Starting version of new sup-package layout scheme for Ghostscript, which is
fe7ddcc
# conflicting with the previous sup-package layout scheme.
fe7ddcc
#
fe7ddcc
# NOTE: Remove this once F28 is EOL.
ed10d11
%global conflicts_vers  9.22-5
fe7ddcc
fe7ddcc
# Obtain the location of Google Droid fonts directory:
fe7ddcc
%global google_droid_fontpath %%(dirname $(fc-list : file | grep "DroidSansFallback"))
fe7ddcc
d331b4c
# Desired jbig2dec header files and library version
d331b4c
# Oldest possible, will be used in Requires and in configure script to check
d331b4c
# if the correct header files and libraries are installed
d331b4c
# Please update if needed.
d331b4c
%global jbig2dec_version 0.16
d331b4c
fe7ddcc
# =============================================================================
fe7ddcc
fe7ddcc
Name:             ghostscript
fe7ddcc
Summary:          Interpreter for PostScript language & PDF
be6d297
Version:          9.27
949bec3
Release:          7%{?dist}
fe7ddcc
fe7ddcc
License:          AGPLv3+
fe7ddcc
fe7ddcc
URL:              https://ghostscript.com/
fe7ddcc
Source:           https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs%{version_short}/ghostscript-%{version}.tar.xz
fe7ddcc
fe7ddcc
Requires:         libgs%{?_isa} = %{version}-%{release}
949bec3
Requires:         jbig2dec-devel >= %{jbig2dec_version}
d331b4c
Requires:         jbig2dec-libs >= %{jbig2dec_version}
fe7ddcc
fe7ddcc
# Auxiliary build requirements:
fe7ddcc
BuildRequires:    automake
2a7c85a
BuildRequires:    gcc
fe7ddcc
BuildRequires:    git
fe7ddcc
fe7ddcc
# Already packaged Resources -- needed to build package correctly:
fe7ddcc
BuildRequires:    adobe-mappings-cmap-devel
fe7ddcc
BuildRequires:    adobe-mappings-pdf-devel
fe7ddcc
BuildRequires:    google-droid-sans-fonts
fe7ddcc
BuildRequires:    urw-base35-fonts-devel
fe7ddcc
fe7ddcc
# Already packaged software -- needed for debundling of Ghostscript:
fe7ddcc
BuildRequires:    cups-devel
fe7ddcc
BuildRequires:    dbus-devel
fe7ddcc
BuildRequires:    fontconfig-devel
fe7ddcc
BuildRequires:    freetype-devel
d331b4c
BuildRequires:    jbig2dec-devel >= %{jbig2dec_version}
949bec3
BuildRequires:    jbig2dec-libs >= %{jbig2dec_version}
fe7ddcc
BuildRequires:    lcms2-devel
fe7ddcc
BuildRequires:    libidn-devel
fe7ddcc
BuildRequires:    libijs-devel
fe7ddcc
BuildRequires:    libjpeg-turbo-devel
fe7ddcc
BuildRequires:    libpng-devel
fe7ddcc
BuildRequires:    libpaper-devel
fe7ddcc
BuildRequires:    libtiff-devel
fe7ddcc
BuildRequires:    openjpeg2-devel
fe7ddcc
BuildRequires:    zlib-devel
fe7ddcc
fe7ddcc
# Enabling the GUI possibilities of Ghostscript:
fe7ddcc
BuildRequires:    gtk3-devel
fe7ddcc
BuildRequires:    libXt-devel
fe7ddcc
fe7ddcc
# =============================================================================
fe7ddcc
fe7ddcc
# NOTE: 'autosetup' macro (below) uses 'git' for applying the patches:
fe7ddcc
#       ->> All the patches should be provided in 'git format-patch' format.
fe7ddcc
#       ->> Auxiliary repository will be created during 'fedpkg prep', you
fe7ddcc
#           can see all the applied patches there via 'git log'.
fe7ddcc
fe7ddcc
# Upstream patches -- official upstream patches released by upstream since the
fe7ddcc
# ----------------    last rebase that are necessary for any reason:
759ba73
#Patch000: example000.patch
be6d297
Patch000: ghostscript-cve-2019-10216.patch
be6d297
Patch001: ghostscript-cve-2019-14811-14812-14813.patch
be6d297
Patch002: ghostscript-cve-2019-14817.patch
577ec8f
Patch003: ghostscript-cve-2019-14869.patch
138386d
Patch004: ghostscript-9.27-enumerate-all-fonts.patch
fe7ddcc
fe7ddcc
fe7ddcc
# Downstream patches -- these should be always included when doing rebase:
fe7ddcc
# ------------------
fe7ddcc
fe7ddcc
fe7ddcc
# Downstream patches for RHEL -- patches that we keep only in RHEL for various
fe7ddcc
# ---------------------------    reasons, but are not enabled in Fedora:
fe7ddcc
%if %{defined rhel} || %{defined centos}
fe7ddcc
#Patch200: example200.patch
fe7ddcc
%endif
fe7ddcc
fe7ddcc
fe7ddcc
# Patches to be removed -- deprecated functionality which shall be removed at
fe7ddcc
# ---------------------    some point in the future:
fe7ddcc
cvsdist 9ba9caf
cvsdist 80197aa
%description
fe7ddcc
This package provides useful conversion utilities based on Ghostscript software,
fe7ddcc
for converting PS, PDF and other document formats between each other.
cvsdist 08ff115
fe7ddcc
Ghostscript is a suite of software providing an interpreter for Adobe Systems'
fe7ddcc
PostScript (PS) and Portable Document Format (PDF) page description languages.
fe7ddcc
Its primary purpose includes displaying (rasterization & rendering) and printing
fe7ddcc
of document pages, as well as conversions between different document formats.
9f0b67f
fe7ddcc
# === SUBPACKAGES =============================================================
fe7ddcc
fe7ddcc
# Below requirements are resources, which are not detected by RPM automatically:
fe7ddcc
%package -n libgs
fe7ddcc
Summary:          Library providing Ghostcript's core functionality
fe7ddcc
Requires:         adobe-mappings-cmap
fe7ddcc
Requires:         adobe-mappings-cmap-deprecated
fe7ddcc
Requires:         adobe-mappings-pdf
fe7ddcc
Requires:         google-droid-sans-fonts
fe7ddcc
Requires:         urw-base35-fonts
fe7ddcc
fe7ddcc
# FIXME:          Remove the line below once F28 is EOL.
4723cb4
Conflicts:        %{name}-core < %{conflicts_vers}
fe7ddcc
fe7ddcc
%description -n libgs
fe7ddcc
This library provides Ghostscript's core functionality, based on Ghostscript's
fe7ddcc
API, which is useful for many packages that are build on top of Ghostscript.
fe7ddcc
fe7ddcc
# ---------------
fe7ddcc
fe7ddcc
%package -n libgs-devel
fe7ddcc
Summary:          Development files for Ghostscript's library
fe7ddcc
Requires:         libgs%{?_isa} = %{version}-%{release}
fe7ddcc
fe7ddcc
# This virtual provides is useful in case people get confused what *-devel
fe7ddcc
# subpackage they should actually use (i.e. ghostscript-devel vss libgs-devel?).
fe7ddcc
# By having this virtual provide both of the options above will work...
fe7ddcc
Provides:         %{name}-devel         = %{version}-%{release}
fe7ddcc
Provides:         %{name}-devel%{?_isa} = %{version}-%{release}
fe7ddcc
49ce46c
# FIXME:          Remove the lines below once F28 is EOL.
fe7ddcc
Conflicts:        %{name}-devel         < %{conflicts_vers}
fe7ddcc
Obsoletes:        %{name}-devel         < %{conflicts_vers}
fe7ddcc
fe7ddcc
%description -n libgs-devel
fe7ddcc
This package contains development files that are useful for building packages
fe7ddcc
against Ghostscript's library, which provides Ghostscript's core functionality.
fe7ddcc
fe7ddcc
# ---------------
fe7ddcc
770acd3
# NOTE: The 'dvipdf' utility invokes 'dvips', which is part of 'texlive-dvips'.
770acd3
#       This requirement pulls in a lot of texlive subpackages. Not all users
770acd3
#       need to use this utility, nor they wish to have a lot of disk space to
770acd3
#       be used by 'texlive'. Therefore the specific subpackage is necessary.
770acd3
#
770acd3
#       Previously, the 'dvips' was moving between packages before, so it's
770acd3
#       more convenient (even for users) to have a direct requiremnt for the
770acd3
#       executable instead of package.
770acd3
%package tools-dvipdf
770acd3
Summary:          Ghostscript's 'dvipdf' utility
770acd3
Requires:         %{name}%{?_isa} = %{version}-%{release}
770acd3
Requires:         %{_bindir}/dvips
770acd3
770acd3
%description tools-dvipdf
770acd3
This package provides the utility 'dvipdf' for converting of TeX DVI files into
770acd3
PDF files using Ghostscript and dvips.
770acd3
770acd3
# ---------------
770acd3
fe7ddcc
%package tools-fonts
fe7ddcc
Summary:          Ghostscript's font utilities
fe7ddcc
Requires:         %{name}%{?_isa} = %{version}-%{release}
fe7ddcc
fe7ddcc
%description tools-fonts
fe7ddcc
This package provides utilities which are useful when you are working with AFM,
fe7ddcc
PFB or PFA files, mostly for conversion purposes.
fe7ddcc
fe7ddcc
# ---------------
fe7ddcc
fe7ddcc
%package tools-printing
fe7ddcc
Summary:          Ghostscript's printing utilities
fe7ddcc
Requires:         %{name}%{?_isa} = %{version}-%{release}
fe7ddcc
fe7ddcc
%description tools-printing
fe7ddcc
This package provides utilities for formatting and printing text files using
fe7ddcc
either Ghostscript, or BubbleJet, DeskJet, DeskJet 500, and LaserJet printers.
fe7ddcc
fe7ddcc
It also provides the utility 'pphs', which is useful for printing of Primary
fe7ddcc
Hint Stream of a linearized PDF file.
fe7ddcc
fe7ddcc
# ---------------
fe7ddcc
fe7ddcc
%package gtk
fe7ddcc
Summary:          Ghostscript's GTK-based document renderer
fe7ddcc
Requires:         libgs%{?_isa} = %{version}-%{release}
fe7ddcc
fe7ddcc
%description gtk
fe7ddcc
This package provides GTK-based utility 'gsx', which can be used for displaying
fe7ddcc
of various document files (including PS and PDF).
fe7ddcc
fe7ddcc
# ---------------
9f0b67f
4a9a410
%package x11
fe7ddcc
Summary:          Ghostscript's X11-based driver for document rendering
fe7ddcc
Requires:         %{name}%{?_isa} = %{version}-%{release}
4a9a410
4a9a410
%description x11
fe7ddcc
This package provides X11-based driver for Ghostscript, which enables displaying
fe7ddcc
of various document files (including PS and PDF).
4a9a410
fe7ddcc
# ---------------
4a9a410
fe7ddcc
%package doc
fe7ddcc
Summary:          Documentation files for Ghostscript
fe7ddcc
Requires:         %{name} = %{version}-%{release}
fe7ddcc
BuildArch:        noarch
fe7ddcc
fe7ddcc
%description doc
fe7ddcc
This package provides detailed documentation files for Ghostscript software.
fe7ddcc
fe7ddcc
# ---------------
fe7ddcc
fe7ddcc
# FIXME:          Remove this subpackage once F28 is EOL.
4a9a410
%package core
fe7ddcc
Summary:          Temporary meta-package for Ghostscript upgrade
fe7ddcc
fe7ddcc
Requires:         libgs%{?_isa} = %{version}-%{release}
fe7ddcc
Requires:         %{name}%{?_isa} = %{version}-%{release}
fe7ddcc
Requires:         %{name}-tools-fonts%{?_isa} = %{version}-%{release}
fe7ddcc
Requires:         %{name}-tools-printing%{?_isa} = %{version}-%{release}
4a9a410
4a9a410
%description core
fe7ddcc
This meta-package will install all dependencies of previous 'ghostscript-core'
fe7ddcc
package, which is necessary to enable smooth upgrade to new package scheme.
4a9a410
fe7ddcc
It will be removed once the Fedora 28 has reached EOL (End Of Life).
cvsdist 9ba9caf
fe7ddcc
# === BUILD INSTRUCTIONS ======================================================
cvsdist 08ff115
fe7ddcc
# Call the 'autosetup' macro to prepare the environment, but do not patch the
fe7ddcc
# source code yet -- we need to remove bundled software before the build first:
cvsdist 80197aa
%prep
fe7ddcc
%autosetup -N -S git
fe7ddcc
fe7ddcc
# Libraries that we already have packaged in Fedora (see Build Requirements):
be6d297
rm -rf cups/libs freetype ijs jbig2dec jpeg lcms2* libpng openjpeg tiff windows zlib
fe7ddcc
fe7ddcc
# Add the remaining source code to the initial commit, patch the source code:
fe7ddcc
git add --all --force .
fe7ddcc
git commit --all --amend --no-edit > /dev/null
fe7ddcc
%autopatch -p1
fe7ddcc
fe7ddcc
# ---------------
a317f6b
cvsdist 80197aa
%build
fe7ddcc
# --enable-dynamic
fe7ddcc
#     ... enables dynamically loaded drivers
fe7ddcc
#
fe7ddcc
# --disable-compile-inits
fe7ddcc
#     ... disables compiling of init files (PS code, fonts, etc.) into resulting
fe7ddcc
#         binaries, so they are loaded dynamically
fe7ddcc
#
fe7ddcc
# --without-versioned-path
fe7ddcc
#     ... tells configure to not use version string in the resulting paths after
fe7ddcc
#         'make_install' macro - this is safe, because only one version of
fe7ddcc
#         package can be installed at a given time on Fedora distribution,
fe7ddcc
#         so we won't end up with conflicting folders when doing rebase
fe7ddcc
#
fe7ddcc
# --with-fonthpath
fe7ddcc
#     ... searches for necessary fonts in these column-separated directories,
fe7ddcc
#         not just default ones
fe7ddcc
#
e71e86b
# NOTE:   In RHEL we need to keep the /usr/share/ghostscript/conf.d/ folder
e71e86b
#         for China's GB18030 official certification:
e71e86b
%if %{defined rhel} || %{defined centos}
e71e86b
%configure --enable-dynamic --disable-compile-inits --without-versioned-path \
759ba73
           --with-fontpath="%{urw_base35_fontpath}:%{google_droid_fontpath}:%{_datadir}/%{name}/conf.d/"
e71e86b
%else
fe7ddcc
%configure --enable-dynamic --disable-compile-inits --without-versioned-path \
b56596e
           --with-fontpath="%{urw_base35_fontpath}:%{google_droid_fontpath}:%{_datadir}/fonts"
e71e86b
%endif
fe7ddcc
fe7ddcc
%make_build so
fe7ddcc
fe7ddcc
# ---------------
cvsdist a2799d0
cvsdist 80197aa
%install
fe7ddcc
# Using the 'make_install' macro with 'soinstall' target would result in some
fe7ddcc
# files being installed unnecessary, so we are using traditional way:
fe7ddcc
make DESTDIR=%{buildroot} soinstall
fe7ddcc
fe7ddcc
# Remove files that we do not want ship / support:
fe7ddcc
# ------------------------------------------------
fe7ddcc
# LPR-related scripts:
fe7ddcc
rm -f %{buildroot}%{_bindir}/{lprsetup.sh,unix-lpr.sh}
fe7ddcc
fe7ddcc
# Rename the dynamic binary to be used by default as 'gs' binary.
fe7ddcc
mv -f %{buildroot}%{_bindir}/{gsc,gs}
fe7ddcc
fe7ddcc
# Remove useless files from doc/ directory and doc/ symlink:
fe7ddcc
rm -f %{buildroot}%{_docdir}/%{name}/{AUTHORS,COPYING,*.tex,*.hlp,*.txt}
fe7ddcc
rm -f %{buildroot}%{_datadir}/%{name}/doc
fe7ddcc
fe7ddcc
# ---------------
fe7ddcc
fe7ddcc
# Move html documentation into html/ subdir:
fe7ddcc
install -m 0755 -d %{buildroot}%{_docdir}/%{name}/html
a026565
mv -f %{buildroot}%{_docdir}/%{name}/{*.htm*,html}
fe7ddcc
fe7ddcc
# ---------------
fe7ddcc
fe7ddcc
# Create 'ghostscript' symlink for its binary:
fe7ddcc
ln -s %{_bindir}/gs %{buildroot}%{_bindir}/ghostscript
fe7ddcc
fe7ddcc
# Create a man page symlink for 'ghostscript':
fe7ddcc
ln -s %{_mandir}/man1/gs.1 %{buildroot}%{_mandir}/man1/ghostscript.1
fe7ddcc
fe7ddcc
# ---------------
fe7ddcc
fe7ddcc
# According to upstream, using fontconfig for fonts lookup is quite a slow
fe7ddcc
# process for Ghostscript startup, and they advise using the symlinks where
fe7ddcc
# possible. The fontconfig (Ghostscript's search path) should be used preferably
fe7ddcc
# as a fallback only.
fe7ddcc
ln -fs %{google_droid_fontpath}/DroidSansFallback.ttf %{buildroot}%{_datadir}/%{name}/Resource/CIDFSubst/DroidSansFallback.ttf
fe7ddcc
fe7ddcc
for font in $(basename --multiple %{buildroot}%{_datadir}/%{name}/Resource/Font/*); do
fe7ddcc
  ln -fs %{urw_base35_fontpath}/${font}.t1 %{buildroot}%{_datadir}/%{name}/Resource/Font/${font}
fe7ddcc
done
fe7ddcc
fe7ddcc
# Using the system-wide available CMap files from Adobe via Ghostscript's search
fe7ddcc
# path is not safe (nor was ever intended to be supported) way of doing so
fe7ddcc
# according to upstream. Their preferred solution is to just create symlink for
fe7ddcc
# each of the CMap files in Ghostscript's Resources/CMap folder.
fe7ddcc
for file in $(basename --multiple %{buildroot}%{_datadir}/%{name}/Resource/CMap/*); do
fe7ddcc
  find %{adobe_mappings_rootpath} -type f -name ${file} -exec ln -fs {} %{buildroot}%{_datadir}/%{name}/Resource/CMap/${file} \;
fe7ddcc
done
fe7ddcc
e71e86b
# Create the configuration folder fo RHEL:
e71e86b
%if %{defined rhel} || %{defined centos}
e71e86b
  install -m 0755 -d %{buildroot}%{_datadir}/%{name}/conf.d/
e71e86b
%endif
e71e86b
fe7ddcc
# === INSTALLATION INSTRUCTIONS ===============================================
fe7ddcc
9caf8b8
%ldconfig_scriptlets -n libgs
fe7ddcc
fe7ddcc
# === PACKAGING INSTRUCTIONS ==================================================
fe7ddcc
fe7ddcc
%files -n libgs
fe7ddcc
%license LICENSE doc/COPYING
fe7ddcc
cvsdist 9ba9caf
%{_libdir}/libgs.so.*
fe7ddcc
%{_datadir}/%{name}/
cvsdist 08ff115
e71e86b
# Include the configuration folder for RHEL:
e71e86b
%if %{defined rhel} || %{defined centos}
e71e86b
  %dir %{_datadir}/%{name}/conf.d/
e71e86b
%endif
e71e86b
fe7ddcc
# ---------------
4a9a410
fe7ddcc
%files -n libgs-devel
fe7ddcc
%{_libdir}/libgs.so
fe7ddcc
%{_includedir}/%{name}/
fe7ddcc
fe7ddcc
# ---------------
fe7ddcc
fe7ddcc
%files
fe7ddcc
%{_bindir}/gs
fe7ddcc
%{_bindir}/gsnd
fe7ddcc
%{_bindir}/ghostscript
fe7ddcc
fe7ddcc
# Useful conversion scripts:
fe7ddcc
%{_bindir}/eps2*
fe7ddcc
%{_bindir}/pdf2*
fe7ddcc
%{_bindir}/ps2*
fe7ddcc
fe7ddcc
%{_mandir}/man1/gs.1*
fe7ddcc
%{_mandir}/man1/gsnd*
fe7ddcc
%{_mandir}/man1/ghostscript*
fe7ddcc
%{_mandir}/man1/eps2*
fe7ddcc
%{_mandir}/man1/pdf2*
fe7ddcc
%{_mandir}/man1/ps2*
fe7ddcc
fe7ddcc
%lang(de) %{_mandir}/de/man1/gsnd*
fe7ddcc
%lang(de) %{_mandir}/de/man1/eps2*
fe7ddcc
%lang(de) %{_mandir}/de/man1/pdf2*
fe7ddcc
%lang(de) %{_mandir}/de/man1/ps2*
fe7ddcc
fe7ddcc
# ---------------
fe7ddcc
770acd3
%files tools-dvipdf
770acd3
%{_bindir}/dvipdf
770acd3
770acd3
%{_mandir}/man1/dvipdf*
770acd3
770acd3
%lang(de) %{_mandir}/de/man1/dvipdf*
770acd3
770acd3
# ---------------
770acd3
fe7ddcc
%files tools-fonts
fe7ddcc
%{_bindir}/pf2afm
fe7ddcc
%{_bindir}/pfbtopfa
fe7ddcc
%{_bindir}/printafm
fe7ddcc
fe7ddcc
%{_mandir}/man1/pf2afm*
fe7ddcc
%{_mandir}/man1/pfbtopfa*
fe7ddcc
%{_mandir}/man1/printafm*
fe7ddcc
fe7ddcc
%lang(de) %{_mandir}/de/man1/printafm*
fe7ddcc
fe7ddcc
# ---------------
fe7ddcc
fe7ddcc
%files tools-printing
fe7ddcc
%{_bindir}/gsbj
fe7ddcc
%{_bindir}/gsdj
fe7ddcc
%{_bindir}/gsdj500
fe7ddcc
%{_bindir}/gslj
fe7ddcc
%{_bindir}/gslp
fe7ddcc
%{_bindir}/pphs
fe7ddcc
fe7ddcc
%{_mandir}/man1/gsbj*
fe7ddcc
%{_mandir}/man1/gsdj*
fe7ddcc
%{_mandir}/man1/gslj*
fe7ddcc
%{_mandir}/man1/gslp*
fe7ddcc
fe7ddcc
# ---------------
9f0b67f
cvsdist 9ba9caf
%files gtk
cvsdist 9ba9caf
%{_bindir}/gsx
cvsdist 08ff115
fe7ddcc
# ---------------
fe7ddcc
4a9a410
%files x11
fe7ddcc
%{_libdir}/%{name}/
fe7ddcc
fe7ddcc
# ---------------
fe7ddcc
fe7ddcc
%files doc
fe7ddcc
%doc %{_docdir}/%{name}/
fe7ddcc
fe7ddcc
# ---------------
fe7ddcc
fe7ddcc
%files core
fe7ddcc
fe7ddcc
# =============================================================================
cvsdist 80197aa
cvsdist 80197aa
%changelog
949bec3
* Wed Jun 24 2020 Anna Khaitovich <akhaitov@redhat.com> - 9.27-7
949bec3
- Remove downstream patch that's no longer needed
949bec3
- Require the exact jbig2dec version in both build and runtime dependencies
949bec3
d331b4c
* Thu May 21 2020 Anna Khaitovich <akhaitov@redhat.com> - 9.27-6
d331b4c
- Require the exact jbig2dec version to avoid a mismatch between header files and library
d331b4c
2c8ff5b
* Mon May 18 2020 Anna Khaitovich <akhaitov@redhat.com> - 9.27-5
2c8ff5b
-  Require the exact jbig2dec-devel version
2c8ff5b
b56596e
* Tue Apr 07 2020 Anna Khaitovich <akhaitov@redhat.com> - 9.27-4
b56596e
- 1821656 - ghostscript fontconfig support broken when gs used with -dSAFER/-dPARANOIDSAFER
b56596e
138386d
* Thu Mar 12 2020 Zdenek Dohnal <zdohnal@redhat.com> - 9.27-3
138386d
- 1722900 - ghostscript stops enumerating fonts on the first font which fontconfig returns mismatch for
138386d
577ec8f
* Thu Nov 14 2019 Zdenek Dohnal <zdohnal@redhat.com> - 9.27-2
577ec8f
- 1772486 - ghostscript: -dSAFER escape in .charkeys (701841)
577ec8f
be6d297
* Fri Sep 06 2019 Martin Osvald <mosvald@redhat.com> - 9.27-1
be6d297
- rebase to latest upstream version 9.27
be6d297
- security fixes added for:
be6d297
  - CVE-2019-14811 (bug #1747908)
be6d297
  - CVE-2019-14812 (bug #1747907)
be6d297
  - CVE-2019-14813 (bug #1747906)
be6d297
  - CVE-2019-14817 (bug #1747909)
be6d297
31934ca
* Mon Aug 12 2019 Martin Osvald <mosvald@redhat.com> - 9.26-6
31934ca
- Fix for CVE-2019-10216 added
31934ca
7a887c9
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9.26-5
7a887c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7a887c9
0c80f9d
* Fri Mar 22 2019 Martin Osvald <mosvald@redhat.com> - 9.26-4
0c80f9d
- Fixes for CVE-2019-3835 and CVE-2019-3838 added
0c80f9d
e98e8a3
* Mon Mar 11 2019 Martin Osvald <mosvald@redhat.com> - 9.26-3
e98e8a3
- Fix for bug #1687144 added
e98e8a3
38169b3
* Fri Mar 08 2019 Martin Osvald <mosvald@redhat.com> - 9.26-2
38169b3
- Fix for CVE-2019-6116 added (bug #1668888)
38169b3
a026565
* Thu Feb 07 2019 Martin Osvald <mosvald@redhat.com> - 9.26-1
a026565
- rebase to latest upstream version 9.26
a026565
- spec change to remove gsdoc.el due to upstream 8bc783cb586
a026565
bb37c2d
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9.25-2
bb37c2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
bb37c2d
4093587
* Mon Sep 17 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.25-1
4093587
- rebase to latest upstream version to fix additional issues found in 9.24
4093587
ebfb31d
* Fri Sep 14 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.24-3
ebfb31d
- ghostscript-9.24-002-icc-PermitReading.patch removed
ebfb31d
- ghostscript-9.24-002-fix-for-Canon-and-Kyocera-printers.patch added (bug #1626818)
f782820
- ghostscript-9.24-003-CVE-2018-16802.patch added (bug #1627960)
ebfb31d
1e73cf4
* Fri Sep 07 2018 Tom Callaway <spot@fedoraproject.org> - 9.24-2
1e73cf4
- add upstream fix for reading in ICC profiles
1e73cf4
29cc6ac
* Wed Sep 05 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.24-1
29cc6ac
- rebase to latest upstream version, which contains important CVE fixes
4d1ffc1
- additional ZER0-DAY fixes added
29cc6ac
da3382e
* Wed Aug 29 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.23-7
da3382e
- ghostscript-9.23-002-fixes-for-set-of-CVEs-reported-by-Google.patch added
da3382e
c96e3a4
* Mon Jul 30 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.23-6
c96e3a4
- ghostscript-9.23-001-create-GC-descriptors-for-JPEG-passthrough.patch added (bug #1589467)
c96e3a4
cc64b3b
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.23-5
cc64b3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
cc64b3b
1ff1640
* Tue May 15 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.23-4
1ff1640
- One more rebuild for libidn ABI fix (BZ#'s 1573961 and 1566414)
1ff1640
ed10d11
* Mon May 14 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.23-3
ed10d11
- %%conflicts_vers bumped to fix F27->F28 upgrade
ed10d11
0ba3cbd
* Thu May 10 2018 Stephen Gallagher <sgallagh@redhat.com> - 9.23-2.1
0ba3cbd
- Rebuilding for libidn ABI fix (BZ#'s 1573961 and 1566414)
0ba3cbd
aebe8d1
* Mon Apr 23 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.23-2
aebe8d1
- Fix for CVE-2018-10194 added (bug #1569821)
aebe8d1
759ba73
* Wed Mar 21 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.23-1
759ba73
- Rebase to latest upstream version
759ba73
4723cb4
* Thu Mar 08 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.22-10
4723cb4
- %%{isa} removed in Conflicts for ghostscript-core in libgs package
4723cb4
8762146
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.22-9
8762146
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8762146
9caf8b8
* Mon Feb 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 9.22-8
9caf8b8
- Switch to %%ldconfig_scriptlets
0063f7e
  >> https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets
9caf8b8
49ce46c
* Mon Jan 22 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 9.22-7
49ce46c
- Fix Obsoletes
0063f7e
  >> https://github.com/rpm-software-management/rpm/commit/9e8e8bcfb1b1fa35
49ce46c
d188ca5
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 9.22-6
d188ca5
- Rebuilt for switch to libxcrypt
d188ca5
8500e26
* Thu Jan 18 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.22-5
8500e26
- ghostscript-tools-dvipdf -- new subpackage
8500e26
fe7ddcc
* Tue Jan 09 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.22-4
fe7ddcc
- complete cleanup in ghostscript specfile according to FPG
fe7ddcc
- libgs -- new separate package (Ghostscript library)
fe7ddcc
- libgs-devel -- new separate subpackage (devel files for Ghostscript library)
fe7ddcc
- libijs -- now shipped as a separate package on Pagure
fe7ddcc
- ghostscript-tools-fonts -- new subpackage
fe7ddcc
- ghostscript-tools-printing -- new subpackage
fe7ddcc
- ghostscript-core -- changed to transitional metapackage
fe7ddcc
- package is now completely debundled from already packaged software/resources
fe7ddcc
- versioned paths for documentation, resources, etc. are no longer used
fe7ddcc
- LPR setup scripts removed (no longer shipped)
fe7ddcc
- added symlinks for direct resources location to speedup Ghostscript startup times
fe7ddcc
- Ghostscript's search path updated to include only fonts locations as a backup
fe7ddcc
- support for /usr/share/ghostscript/conf.d dropped (using Google Droid Sans Fallback instead)
fe7ddcc
- examples/ folder dropped from *-doc subpackage
fe7ddcc
fe7ddcc
* Mon Dec 04 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.22-3
870696a
- Fontmap.GS lookup path for Helvetica-Narrow-Bold-Oblique font fixed (bug #1517518)
870696a
558c2d4
* Wed Nov 29 2017 Tom Callaway <spot@fedoraproject.org> - 9.22-2
558c2d4
- apply post 9.22 upstream commit to restore flushpage operator (xdvi needs it)
558c2d4
9f6fa20
* Wed Sep 27 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.22-1
9f6fa20
- Rebase to latest upstream version (no API/ABI changes according to upstream)
9f6fa20
74e266f
* Wed Sep 27 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.20-14
74e266f
- Rebuilt with updated 'search path' for fonts (bug #1500105)
74e266f
4400fb1
* Wed Sep 27 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.20-13
4400fb1
- Rebuilt with new 'urw-base35-fonts' package (bug #1494563)
4400fb1
77b4985
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.20-12
77b4985
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
77b4985
c30c536
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.20-11
c30c536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c30c536
4ec268f
* Wed May 03 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.20-10
4ec268f
- Added security fix for CVE-2017-7975 (bug #1443940)
4ec268f
fb69d56
* Thu Apr 27 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.20-9
fb69d56
- Added security fixes for:
fb69d56
  - CVE-2016-10217 (bug #1441564)
c929cf8
  - CVE-2016-10218 (bug #1441568)
007868a
  - CVE-2016-10219 (bug #1441569)
e76b7b9
  - CVE-2016-10220 (bug #1441571)
a5b3ec3
  - CVE-2017-5951  (bug #1441572)
434e336
  - CVE-2017-8291  (bug #1446063)
fb69d56
3706c3f
* Thu Apr 06 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.20-8
ecf6f33
- Added security fix for CVE-2017-7207 (bug #1434497)
3706c3f
9a57fb6
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.20-7
9a57fb6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9a57fb6
254a997
* Tue Jan 24 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.20-6
254a997
- Remove and (re-implement) ConvertUTF.c (bug #1404933)
d24d06e
- Added security fix for CVE-2016-9601 (bug #1410021)
254a997
f2fcc98
* Thu Nov  3 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.20-5
f2fcc98
- Added fix to avoid SIGSEGV for some *.ps files. More info here:
f2fcc98
  <http://bugs.ghostscript.com/show_bug.cgi?id=697286>
f2fcc98
a890cdf
* Tue Nov  1 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.20-4
a890cdf
- Added security fix for CVE-2016-7977 (bug #1380415)
a890cdf
716ba11
* Tue Nov  1 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.20-3
a890cdf
- Added security fix for CVE-2016-8602 (bug #1383940)
716ba11
040b22b
* Fri Oct  7 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.20-2
040b22b
- Added security fixes for:
040b22b
  - CVE-2016-7979 (bug #1382305)
040b22b
  - CVE-2016-7976 (bug #1382294)
040b22b
  - CVE-2016-7978 (bug #1382300)
040b22b
25f6510
* Fri Oct  7 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.20-1
25f6510
- Rebase to latest ghostscript-9.20. Major changes in this rebase:
25f6510
  - OpenJPEG support has been re-enabled
25f6510
  - ijs-config custom tool has been removed (pkg-config is used by default)
25f6510
  - old irrelevant patches removed (changes are part of upstream release now)
25f6510
  - remaining patches has been updated & renamed
25f6510
  - no API/ABI changes according to upstream
25f6510
8cbe74c
* Tue Oct  4 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.16-5
8cbe74c
- [TEMPORARY] Support for OpenJPEG disabled for builds to pass.
e40ca66
- Security fix for BZ #1380416 backported.
8cbe74c
1eaa0ec
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 9.16-4
1eaa0ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1eaa0ec
c5fb092
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.16-3
c5fb092
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c5fb092
197a49e
* Tue Mar 31 2015 Tim Waugh <twaugh@redhat.com> 9.16-2
197a49e
- Use old names for urw-fonts (bug #1207577).
197a49e
4225563
* Mon Mar 30 2015 Tim Waugh <twaugh@redhat.com> 9.16-1
4225563
- 9.16.
4225563
b5bc79e
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 9.15-7
b5bc79e
- Rebuilt for Fedora 23 Change
b5bc79e
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
b5bc79e
e98726d
* Fri Dec 19 2014 Tim Waugh <twaugh@redhat.com> 9.15-6
e98726d
- Don't ship X11.so in both the main package and the x11 sub-package.
e98726d
Rex Dieter 3ff1923
* Fri Dec 19 2014 Rex Dieter <rdieter@fedoraproject.org> 9.15-5
Rex Dieter 3ff1923
- fix %%_isa macro usage
Rex Dieter 3ff1923
4a9a410
* Thu Dec 18 2014 Tim Waugh <twaugh@redhat.com> 9.15-4
4a9a410
- New ghostscript-x11 package for X11 driver (bug #148939).
4a9a410
- Ghostscript not requiring X11 is now in ghostscript-core.
4a9a410
- The 'ghostscript' package requires both of these.
4a9a410
956b783
* Tue Oct  7 2014 Tim Waugh <twaugh@redhat.com> 9.15-3
eff4bac
- Avoid shipping ramfs source as its license is unclear. Similarly
eff4bac
  with some documentation and example code (bug #1149617).
eff4bac
4f91b61
* Fri Oct  3 2014 Tim Waugh <twaugh@redhat.com> 9.15-2
4f91b61
- Use system openjpeg2 library so we can decode JPX (upstream
4f91b61
  bug #695557).
4f91b61
856d045
* Tue Sep 23 2014 Tim Waugh <twaugh@redhat.com> 9.15-1
856d045
- 9.15. No longer need iccprofiles-initdir, gs694154, crash, sys-zlib,
856d045
  or trio-g patches.
856d045
7a4fe39
* Tue Sep  9 2014 Tim Waugh <twaugh@redhat.com>
7a4fe39
- No need to apply patch for already-applied gdevcups-debug-uninit.
7a4fe39
382fde0
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.14-6
382fde0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
382fde0
b86ef46
* Fri Aug 15 2014 Tim Waugh <twaugh@redhat.com> 9.14-5
739f561
- Fix double-to-string conversion on e.g. ppc64 (bug #1014772).
739f561
66e7ae9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.14-4
66e7ae9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
66e7ae9
51ebf65
* Wed Jun  4 2014 Tim Waugh <twaugh@redhat.com> 9.14-3
51ebf65
- Applied patch from upstream to fix memory handling issue that could
51ebf65
  lead to crashes (bug #1087071).
51ebf65
50b6192
* Tue Jun 03 2014 Ralf Corsépius <corsepiu@fedoraproject.org> 9.14-2
50b6192
- Add %%{_datadir}/ghostscript/%%{gs_dot_ver}/Resource/IdiomSet
50b6192
  (RHBZ #1100338).
50b6192
5f432cb
* Thu Mar 27 2014 Tim Waugh <twaugh@redhat.com> 9.14-1
5f432cb
- 9.14.
5f432cb
c7d6860
* Wed Mar 26 2014 Tim Waugh <twaugh@redhat.com> 9.12-1
c7d6860
- 9.12 (bug #1080814).
c7d6860
- Fix build when using system zlib.
c7d6860
6849970
* Thu Feb 27 2014 Tim Waugh <twaugh@redhat.com> 9.10-6
6849970
- Use upstream patch to fix duplex for some devices (bug #1068896).
6849970
80985fa
* Tue Dec 10 2013 Tim Waugh <twaugh@redhat.com> 9.10-5
7237d43
- Use upstream patches to fix gs segfaults (bug #1026428, bug #1039718).
80985fa
4aeef6d
* Wed Sep 25 2013 Tim Waugh <twaugh@redhat.com> 9.09-4
9e5f137
- Regenerate tarball (bug #1000387).
2f99dfa
ffc3312
* Wed Aug 28 2013 Tim Waugh <twaugh@redhat.com> 9.09-3
4489aac
- Remove jpegxr to ensure it isn't built (bug #1000387).
4489aac
4300802
* Thu Aug 22 2013 Tim Waugh <twaugh@redhat.com> 9.09-2
836e3bb
- Fixed character set conversion issue in pdfwrite (bug #999927).
836e3bb
d9b0f02
* Thu Aug 22 2013 Tim Waugh <twaugh@redhat.com> 9.09-1
d9b0f02
- 9.09.
d9b0f02
5cfddfe
* Sat Aug 17 2013 Tim Waugh <twaugh@redhat.com> 9.09-0.rc1.1
5cfddfe
- 9.09rc1.
5cfddfe
f57ad54
* Thu Aug 15 2013 Tim Waugh <twaugh@redhat.com> 9.08-1
f57ad54
- 9.08.
f57ad54
5e3e208
* Mon Aug 12 2013 Tim Waugh <twaugh@redhat.com> 9.08-0.rc1.1
5e3e208
- 9.08rc1.  CUPS filters moved to the cups-filters package.
5e3e208
08e89d9
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.07-12
08e89d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
08e89d9
f50db1b
* Thu Jul 18 2013 Tim Waugh <twaugh@redhat.com> 9.07-11
c4ba7ef
- Remove bundled (and unused) lcms source.
f50db1b
- Fixed license tag (AGPLv3+).
f50db1b
999742f
* Wed Jul 17 2013 Tim Waugh <twaugh@redhat.com> 9.07-10
999742f
- Added in missing part of gs_sprintf backport: add in the header to
999742f
  stdio_.h. Without this there are problems with va_args on some
999742f
  platforms (bug #979681).
999742f
d4cc58d
* Mon Jul  8 2013 Tim Waugh <twaugh@redhat.com> 9.07-9
d4cc58d
- Upstream patch from bug #693921 to avoid zfapi crash (bug #969785).
d4cc58d
b364eac
* Mon Jul  1 2013 Tim Waugh <twaugh@redhat.com> 9.07-8
b364eac
- Use correct colord device ID in gstoraster.
b364eac
31ae65a
* Mon Jul  1 2013 Tim Waugh <twaugh@redhat.com> 9.07-7
31ae65a
- Use more caution when converting floats to strings (bug #980085).
31ae65a
a84c27a
* Tue Jun 18 2013 Tim Waugh <twaugh@redhat.com> 9.07-6
41ef5a5
- Upstream patch from bug #690692 to handle strange fonts (bug #969660).
41ef5a5
0fae297
* Fri May 17 2013 Tim Waugh <twaugh@redhat.com> 9.07-5
0fae297
- Remove pdfopt man pages which were mistakenly left in (bug #963882).
0fae297
98998b8
* Thu May 16 2013 Tim Waugh <twaugh@redhat.com> 9.07-4
9c8808c
- Upstream patch to fix pdfwrite segfault (bug #962120).
9c8808c
a0426f4
* Thu May  9 2013 Tim Waugh <twaugh@redhat.com> - 9.07-3
a0426f4
- Back-ported locale fix (bug #961149).
a0426f4
70ec04d
* Thu Apr 25 2013 Tim Waugh <twaugh@redhat.com>
70ec04d
- Unowned directories (bug #902525).
70ec04d
909a3d9
* Mon Apr  8 2013 Tim Waugh <twaugh@redhat.com> - 9.07-2
909a3d9
- Rebuilt.
909a3d9
b4ed15b
* Fri Mar  8 2013 Tim Waugh <twaugh@redhat.com> - 9.07-1
b4ed15b
- 9.07.
b4ed15b
982e6b6
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.06-7
982e6b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
982e6b6
Adam Tkac 747dde6
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 9.06-6
Adam Tkac 747dde6
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac 747dde6
efbc16c
* Fri Jan  4 2013 Tim Waugh <twaugh@redhat.com> - 9.06-5
efbc16c
- Updated build requirement from gtk2-devel to gtk3-devel so that gsx
efbc16c
  gets built using the correct loader (bug #884483).
efbc16c
cfc0ec5
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 9.06-4
cfc0ec5
- rebuild against new libjpeg
cfc0ec5
a8b1f7b
* Thu Sep 27 2012 Tim Waugh <twaugh@redhat.com> - 9.06-3
a8b1f7b
- Remove cups/libs to avoid bundling, although it isn't built in any
a8b1f7b
  case.
a8b1f7b
8152b01
* Tue Sep  4 2012 Tim Waugh <twaugh@redhat.com> - 9.06-2
8152b01
- Fixed encoding of German ps2pdf man page (bug #853764).
8152b01
068e729
* Wed Aug  8 2012 Tim Waugh <twaugh@redhat.com> - 9.06-1
068e729
- 9.06.
068e729
64c688e
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.05-5
64c688e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
64c688e
e6211e7
* Tue Jul 17 2012 Tim Waugh <twaugh@redhat.com> - 9.05-4
e6211e7
- Ship pkg-config file for ijs (bug #840830).
e6211e7
49a7508
* Mon Apr 30 2012 Tim Waugh <twaugh@redhat.com> - 9.05-3
49a7508
- Removed more bundled packages (bug #816747).
03a292c
- Fixed missing error check when setting ICC profile.
03a292c
a317f6b
* Thu Apr 26 2012 Jon Ciesla <limburgher@gmail.com> - 9.05-2
a317f6b
- Fixed encodings and changelog version for merge review BZ 225795.
a317f6b
a317f6b
* Thu Feb  9 2012 Tim Waugh <twaugh@redhat.com> 9.05-1.1
a753806
- Avoid mixed tabs and spaces in spec file.
a753806
133be3f
* Thu Feb  9 2012 Tim Waugh <twaugh@redhat.com> 9.05-1
133be3f
- 9.05.
133be3f
04f1d88
* Fri Jan  6 2012 Tim Waugh <twaugh@redhat.com> 9.04-9
04f1d88
- Use %%_cups_serverbin macro.
04f1d88
ead0e99
* Fri Jan  6 2012 Tim Waugh <twaugh@redhat.com> 9.04-8
cab932c
- Rebuilt for GCC 4.7.
cab932c
95acfdb
* Tue Nov  8 2011 Tim Waugh <twaugh@redhat.com> 9.04-7
95acfdb
- Applied fix for type 1 font copying code SEAC scanner (bug #728710).
95acfdb
2998f8d
* Mon Nov  7 2011 Tim Waugh <twaugh@redhat.com> 9.04-6
2998f8d
- Rebuilt for new libpng.
2998f8d
405d207
* Tue Nov  1 2011 Tim Waugh <twaugh@redhat.com> 9.04-5
405d207
- Applied upstream fix for skipping "cached" outline glyphs (bug #742349).
405d207
54422c3
* Wed Aug 31 2011 Tim Waugh <twaugh@redhat.com> 9.04-4
54422c3
- Fixed typo (EXTRAFLAGS -> EXTRACFLAGS).
54422c3
ea33f65
* Mon Aug 22 2011 Tim Waugh <twaugh@redhat.com> 9.04-3
ea33f65
- Updated upstream fix for gdevcups RGBW handling (Ghostscript bug #691922).
ea33f65
41ebc2c
* Tue Aug 16 2011 Tim Waugh <twaugh@redhat.com> 9.04-2
41ebc2c
- Applied upstream fix for gdevcups handling of RGBW (Ghostscript
41ebc2c
  bug #691922).
41ebc2c
2982191
* Mon Aug  1 2011 Tim Waugh <twaugh@redhat.com> 9.04-1
2982191
- 9.04.
2982191
55bdfab
* Mon Aug  1 2011 Tim Waugh <twaugh@redhat.com> 9.02-5
9049c1b
- No longer need jbig2-image-refcount patch.
55bdfab
- Fixed error reporting in the gstoraster filter.
55bdfab
2fe3729
* Wed May 25 2011 Tim Waugh <twaugh@redhat.com> 9.02-4
2fe3729
- colord is optional (bug #706619).
2fe3729
f162a59
* Tue Apr 12 2011 Tim Waugh <twaugh@redhat.com> 9.02-3
f162a59
- Prevent segfault when running gstoraster outside CUPS.
f162a59
9aeffaf
* Thu Apr  7 2011 Tim Waugh <twaugh@redhat.com>
9aeffaf
- Remove bundled expat directory.  Not used, but this makes it
9aeffaf
  clearer.
9aeffaf
a65b257
* Wed Apr  6 2011 Tim Waugh <twaugh@redhat.com> 9.02-2
a65b257
- pxl: match landscape page sizes (bug #692165).
a65b257
2ac3edf
* Mon Apr  4 2011 Tim Waugh <twaugh@redhat.com>
2ac3edf
- Fixed source URL.
2ac3edf
8ffc6df
* Mon Apr  4 2011 Tim Waugh <twaugh@redhat.com> 9.02-1
8ffc6df
- 9.02.
8ffc6df
562801b
* Thu Mar 10 2011 Tim Waugh <twaugh@redhat.com> 9.01-3
562801b
- colord support: prefix printer name with "cups-" to get device ID.
562801b
Richard Hughes 63ba0ce
* Thu Feb 10 2011 Richard Hughes <rhughes@redhat.com> 9.01-2
Richard Hughes 63ba0ce
- Backport a patch from svn trunk to enable colord support.
Richard Hughes 63ba0ce
1a1240e
* Thu Feb 10 2011 Tim Waugh <twaugh@redhat.com> 9.01-1
1a1240e
- 9.01.  No longer needed gdevcups-691733, glyph-stretch-691920,
1a1240e
  icc-fix, scan_token, or system-jasper patches.
1a1240e
a8e0cd1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.00-14
a8e0cd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a8e0cd1
c3040aa
* Wed Feb  2 2011 Tim Waugh <twaugh@redhat.com> 9.00-13
c3040aa
- Applied fix for upstream bug #691920.
c3040aa
135b241
* Fri Jan 28 2011 Tim Waugh <twaugh@redhat.com> 9.00-12
135b241
- Use poppler-data for CMaps (bug #630632).
135b241
12643a2
* Mon Jan 17 2011 Tim Waugh <twaugh@redhat.com> 9.00-11
12643a2
- Fixed macro in comment.
12643a2
- Include full source URL.
12643a2
2ef2200
* Fri Jan 14 2011 Tim Waugh <twaugh@redhat.com> 9.00-10
2ef2200
- Avoid symbol clash with scan_token (bug #590914).
2ef2200
8f7093b
* Mon Jan 10 2011 Tim Waugh <twaugh@redhat.com> 9.00-9
8f7093b
- Replaced width-and-height patch with the one actually used upstream.
8f7093b
eefd1c3
* Fri Jan  7 2011 Tim Waugh <twaugh@redhat.com> 9.00-8
2469960
- Applied upstream ICC fix (bug #655449).
eefd1c3
- gdevcups: use correct width and height values when allocating memory
eefd1c3
  (upstream bug 691733).
eefd1c3
6f55838
* Fri Nov 26 2010 Tim Waugh <twaugh@redhat.com> 9.00-7
23d38d6
- Fixed more summaries ending with ".".
23d38d6
b161816
* Thu Oct 21 2010 Tim Waugh <twaugh@redhat.com> 9.00-6
d61c474
- Own more directories (bug #645075).
d61c474
218fb19
* Thu Oct 14 2010 Tim Waugh <twaugh@redhat.com> 9.00-5
f9f0f1a
- gdevcups: don't use uninitialized variables in debugging output
f9f0f1a
  (Ghostscript bug #691683).
f9f0f1a
d315dcd
* Fri Oct  1 2010 Tim Waugh <twaugh@redhat.com> 9.00-4
54e47e6
- Reverted incorrect change introduced to fix bug #635786.
54e47e6
1944204
* Thu Sep 30 2010 Tim Waugh <twaugh@redhat.com> 9.00-3
1deda51
- Don't use carriage return in ps2epsi output (bug #635786).
e325189
- Include more documentation (bug #634354).
e325189
Jesse Keating 4783568
* Wed Sep 29 2010 jkeating - 9.00-2
Jesse Keating 4783568
- Rebuilt for gcc bug 634757
Jesse Keating 4783568
9930de3
* Thu Sep 23 2010 Tim Waugh <twaugh@redhat.com> 9.00-1
9930de3
- Updated to 9.00.  No longer need -P-, CVE-2009-4270, CVE-2010-1628,
9930de3
  SEARCH_HERE_FIRST, bbox-close, cups-realloc-color-depth,
9930de3
  epstopdf-failure, fPIC, gdevcups-ripcache, iname-segfault, ldfalgs,
9930de3
  pdf2dsc, pdftoraster-exit, tif-fail-close, tiff-default-strip-size,
9930de3
  or tiff-fixes patches.
9930de3
a70c402
* Mon Sep 13 2010 Tim Waugh <twaugh@redhat.com> 8.71-16
a70c402
- Pulled in gs_fonts.ps modification for .runlibfileifexists from
a70c402
  OpenSUSE package (bug #610301).
a70c402
14bd3eb
* Fri Sep  3 2010 Tim Waugh <twaugh@redhat.com> 8.71-15
14bd3eb
- Restored Fontmap.local patch, incorrectly dropped after
14bd3eb
  ghostscript-8.15.4-3 (bug #610301).
d24aade
- Applied patch to let gdevcups use automatic memory allocation.  Use
d24aade
  RIPCache=auto in /etc/cups/cupsd.conf to enable.
92552fb
- Applied patch to fix NULL dereference in bbox driver (bug #591624).
f35503c
- Applied upstream patch to fix iname.c segfault (bug #465311).
f35503c
3f91350
* Thu Aug 26 2010 Tim Waugh <twaugh@redhat.com> 8.71-14
c755f33
- Avoid epstopdf failure using upstream patch (bug #627390).
51b0241
- More upstream fixes for bug #599564.
51b0241
bf4041c
* Wed Aug 25 2010 Tim Waugh <twaugh@redhat.com> 8.71-13
0c1e753
- Fix implementation of -P- (bug #599564).
0c1e753
- Use -P- and -dSAFER in scripts (bug #599564).
0c1e753
bf4041c
* Wed Aug 25 2010 Tim Waugh <twaugh@redhat.com> 8.71-12
5a5e484
- Change SEARCH_HERE_FIRST default to make -P- default instead of -P
5a5e484
  (bug #599564).
b3e2cfe
- Removed redundant gs-executable patch (bug #502550).
b3e2cfe
56ff80c
* Thu Aug  5 2010 Tim Waugh <twaugh@redhat.com> 8.71-11
2e84257
- Avoid another NULL pointer dereference in jbig2 code (bug #621569).
2e84257
33c4fe6
* Fri Jul 16 2010 Tim Waugh <twaugh@redhat.com> 8.71-10
33c4fe6
- Applied patch to fix CVE-2010-1628 (memory corruption at PS stack
33c4fe6
  overflow, bug #592492).
33c4fe6
986d069
* Tue Mar 16 2010 Tim Waugh <twaugh@redhat.com> 8.71-9
4a1dbe1
- Backported some more TIFF fixes (bug #573970).
986d069
- Use upstream fix for TIFF default strip size (bug #571520).
986d069
4ec0ef2
* Mon Mar 15 2010 Tim Waugh <twaugh@redhat.com> 8.71-8
5c33331
- Restore the TIFF default strip size of 0 (bug #571520).
9c4a7af
- Don't segfault closing tiffg3 device if opening failed (bug #571520).
4ec0ef2
- Don't revert gdevcups y-axis change (bug #541604).
4ec0ef2
- Reallocate memory in gdevcups when color depth changes (bug #563313).
4ec0ef2
32b0bc8
* Fri Mar  5 2010 Tim Waugh <twaugh@redhat.com> 8.71-7
32b0bc8
- Don't own the %%{_datadir}/ghostscript or
32b0bc8
  %%{_datadir}/ghostscript/conf.d directories as the filesystem
32b0bc8
  package already does (bug #569442).
32b0bc8
b41625a
* Wed Mar  3 2010 Tim Waugh <twaugh@redhat.com> 8.71-6
b41625a
- Fixed summary.
b41625a
- Fixed macros in changelog.
b41625a
- Avoid mixed spaces and tabs.
b41625a
- Ship COPYING file.
b41625a
- Added comments for all patches.
b41625a
- More consistent macro use.
b41625a
70ad2fc
* Mon Feb 22 2010 Tim Waugh <twaugh@redhat.com> 8.71-5
70ad2fc
- The doc subpackage is now noarch (bug #567179).
70ad2fc
23f47da
* Sat Feb 20 2010 Tim Waugh <twaugh@redhat.com> 8.71-4
cc2011b
- Actually revert the upstream gdevcups changes (bug #563313).
23a2c4f
- Fixed pdf2dsc.ps (bug #565935).
23f47da
- Use fixed patch for LDFLAGS to make sure libgs.so gets a soname
23f47da
  (bug #565935).
23f47da
babc847
* Fri Feb 19 2010 Tim Waugh <twaugh@redhat.com> 8.71-3
babc847
- Fixed LDFLAGS when building dynamically linked executables (bug #565935).
babc847
efdde16
* Wed Feb 17 2010 Tim Waugh <twaugh@redhat.com> 8.71-2
efdde16
- Use system libtiff.
efdde16
a881776
* Wed Feb 17 2010 Tim Waugh <twaugh@redhat.com> 8.71-1
a881776
- 8.71 (bug #565935).
a881776
117c32f
* Tue Feb 16 2010 Tim Waugh <twaugh@redhat.com> 8.70-7
117c32f
- Reverted gdevcups duplex changes as they cause a regression
117c32f
  (see bug #563313).
117c32f
1b044ba
* Mon Jan 25 2010 Tim Waugh <twaugh@redhat.com> 8.70-6
1b044ba
- Fixed pdftoraster so that it waits for its sub-process to exit.
1b044ba
- Another gdevcups duplex fix from upstream revision 10631
1b044ba
  (bug #541604).
1b044ba
7f19d06
* Fri Jan 22 2010 Tim Waugh <twaugh@redhat.com> 8.70-5
7f19d06
- Don't build static library for ijs (bug #556051).
7f19d06
2cf5f5a
* Thu Jan 21 2010 Tim Waugh <twaugh@redhat.com> 8.70-4
2cf5f5a
- Fixed gdevcups duplex output (bug #541604) by backporting upstream
2cf5f5a
  revision 10625.
2cf5f5a
3067051
* Thu Dec 24 2009 Tim Waugh <twaugh@redhat.com> 8.70-3
263db7b
- Don't ship libtool la files (bug #542674).
3067051
- Fix debugging output from gdevcups (CVE-2009-4270, bug #540760).
3067051
- Harden ghostscript's debugging output functions (bug #540760).
3067051
01bff26
* Thu Oct 15 2009 Tim Waugh <twaugh@redhat.com> 8.70-2
01bff26
- New cups sub-package for pstoraster/pdftoraster/pstopxl.
01bff26
15621b2
* Mon Aug  3 2009 Tim Waugh <twaugh@redhat.com> 8.70-1
15621b2
- 8.70.
15621b2
- License has changed to GPLv3+.  Packages containing programs that
15621b2
  link to libgs/libijs are:
15621b2
  - foomatic (GPLv2+)
15621b2
  - libspectre (GPLv2+)
15621b2
  - ImageMagick (ImageMagick, listed on Licensing wiki page under
15621b2
    "Good Licenses" and marked as GPLv3 compat)
15621b2
  - gutenprint (GPLv2+)
15621b2
3016e15
* Mon Aug  3 2009 Tim Waugh <twaugh@redhat.com> 8.64-12
fd5bf36
- Moved examples to doc subpackage (bug #515167).
3016e15
- Converted spec file to UTF-8.
3016e15
a82e34f
* Thu Jul 30 2009 Tim Waugh <twaugh@redhat.com> 8.64-11
a82e34f
- Fixed CVE-2009-0583,0584 patch by using 255 as the maximum number of
a82e34f
  points, not 100, and by not treating a missing black point tag as an
a82e34f
  error (bug #487744).
a82e34f
0bb2e4c
* Thu Jul 30 2009 Rex Dieter <rdieter@fedoraproject.org> - 8.64-10
0bb2e4c
- License: GPLv2 and Redistributable, no modification permitted (bug #487510)
0bb2e4c
6df2cff
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.64-9
6df2cff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6df2cff
b76f875
* Wed Jun 10 2009 Tim Waugh <twaugh@redhat.com> 8.64-8
b76f875
- Fix scripts so they don't get broken on install (bug #502550).
b76f875
12d81d6
* Thu Jun  4 2009 Tim Waugh <twaugh@redhat.com> 8.64-7
12d81d6
- Applied patch to fix NULL dereference in JBIG2 decoder (bug #503995).
12d81d6
b62d203
* Wed Apr 15 2009 Tim Waugh <twaugh@redhat.com> 8.64-6
b62d203
- Applied patch to fix CVE-2009-0792 (bug #491853).
b62d203
- Applied patch to fix CVE-2009-0196 (bug #493379).
b62d203
d22b996
* Fri Mar 20 2009 Tim Waugh <twaugh@redhat.com> 8.64-5
d22b996
- Applied patch to fix CVE-2009-0583 (bug #487742) and CVE-2009-0584
d22b996
  (bug #487744).
d22b996
85995c5
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.64-4
85995c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
85995c5
41ce992
* Tue Feb 17 2009 Tim Waugh <twaugh@redhat.com> 8.64-3
41ce992
- Fix bitcmyk driver (bug #486644).
41ce992
47b08cc
* Wed Feb  4 2009 Tim Waugh <twaugh@redhat.com> 8.64-2
47b08cc
- 8.64 (bug #483958).
8a86623
- Removed trade marks to avoid any potential confusion.
8a86623
7e0d056
* Fri Oct 17 2008 Tim Waugh <twaugh@redhat.com>
7e0d056
- Removed last patch (unsuccessful).
7e0d056
75f9971
* Fri Oct 17 2008 Tim Waugh <twaugh@redhat.com> 8.63-4
75f9971
- Try out a work-around for bug #465311.
75f9971
b0a02a7
* Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 8.63-3
b0a02a7
- Don't ship fixmswrd.pl as it pulls in perl (bug #463948).
b0a02a7
9f0b67f
* Tue Oct 14 2008 Tim Waugh <twaugh@redhat.com> 8.63-2
9f0b67f
- Split out a doc sub-package (bug #466507).
9f0b67f
3116a3c
* Mon Aug  4 2008 Tim Waugh <twaugh@redhat.com> 8.63-1
3116a3c
- 8.63.  No longer need r8591 or incomplete-ccittfax patches.
3116a3c
- Compile without strict aliasing opts due to warnings across several
3116a3c
  files.
3116a3c
- Don't run autogen.sh for main package, just for ijs which doesn't
3116a3c
  ship with a configure script.
3116a3c
3f2c793
* Mon Jun 23 2008 Tim Waugh <twaugh@redhat.com> 8.62-4
733f9f4
- Applied patch to work around bug #229174.
d6a8216
- Applied patch from upstream to fix box_fill_path for shfill (bug #452348).
d6a8216
6fd98b0
* Mon Mar 31 2008 Tim Waugh <twaugh@redhat.com> 8.62-3
6fd98b0
- Fix pksmraw output (bug #308211).
6fd98b0
05c0279
* Tue Mar  4 2008 Tim Waugh <twaugh@redhat.com> 8.62-2
05c0279
- No longer need CVE-2008-0411 patch.
6a01a7c
- Don't ship URW fonts; we already have them.
05c0279
dd8785b
* Tue Mar  4 2008 Tim Waugh <twaugh@redhat.com> 8.62-1
dd8785b
- 8.62.  No longer need IJS KRGB patch, or patch for gs bug 689577.
dd8785b
0e32b81
* Wed Feb 27 2008 Tim Waugh <twaugh@redhat.com> 8.61-10
84e3fde
- Applied patch to fix CVE-2008-0411 (bug #431536).
0e32b81
1fa2af9
* Fri Feb 22 2008 Tim Waugh <twaugh@redhat.com> 8.61-9
1fa2af9
- Build with jasper again (bug #433897).  Build requires jasper-devel, and
70fe506
  a patch to remove jas_set_error_cb reference.
1fa2af9
2cf528e
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 8.61-8
2cf528e
- Rebuild for GCC 4.3.
2cf528e
d05124d
* Mon Jan 28 2008 Tim Waugh <twaugh@redhat.com> 8.61-7
d121f06
- Don't build with jasper support.
d05124d
- Remove bundled libraries.
d05124d
08d24bf
* Tue Dec 11 2007 Tim Waugh <twaugh@redhat.com> 8.61-6
08d24bf
- Applied upstream patch for bug #416321.
08d24bf
2050c98
* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-5
2050c98
- Fixed runlibfileifexists patch.
2050c98
3e4c6fe
* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com> 8.61-4
3e4c6fe
- Revert previous change, but define .runlibfileifexists, not just
3e4c6fe
  runlibfileifexists.
3e4c6fe
58606b2
* Wed Nov 28 2007 Tim Waugh <twaugh@redhat.com> 8.61-3
58606b2
- No longer need runlibfileifexists.
58606b2
- Use runlibfile in cidfmap.
58606b2
89d528c
* Wed Nov 28 2007 Tim Waugh <twaugh@redhat.com> 8.61-2
a671dd4
- Add /usr/share/fonts to fontpath (bug #402551).
c09a9fe
- Restore cidfmap-switching bits, except for FAPIcidfmap which is no
c09a9fe
  longer used.
8d8748a
- Add runlibfileifexists to gs_init.ps.
f96f06c
- Build with --disable-compile-inits (bug #402501).
f96f06c
1b697da
* Fri Nov 23 2007 Tim Waugh <twaugh@redhat.com> 8.61-1
1b697da
- 8.61.
1b697da
ff17cad
* Tue Oct 23 2007 Tim Waugh <twaugh@redhat.com> 8.60-5
ff17cad
- Applied patch from upstream to fix CVE-2007-2721 (bug #346511).
ff17cad
6ab0d7d
* Tue Oct  9 2007 Tim Waugh <twaugh@redhat.com> 8.60-4
6ab0d7d
- Marked localized man pages as %%lang (bug #322321).
6ab0d7d
1555141
* Thu Sep 27 2007 Tim Waugh <twaugh@redhat.com> 8.60-3
1555141
- Back-ported mkstemp64 patch (bug #308211).
1555141
0c939a7
* Thu Aug 23 2007 Tim Waugh <twaugh@redhat.com> 8.60-2
0c939a7
- More specific license tag.
0c939a7
06f2d18
* Fri Aug  3 2007 Tim Waugh <twaugh@redhat.com> 8.60-1
06f2d18
- 8.60.
06f2d18
5c25057
* Mon Jul 16 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.2
da5847e
- Own %%{_libdir}/ghostscript (bug #246026).
da5847e
3641905
* Tue Jul 10 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.1
3641905
- 8.60 snapshot from svn.  Patches dropped:
3641905
  - big-cmap-post
3641905
  - split-cidfnmap
3641905
  - exactly-enable-cidfnmap
3641905
  - Fontmap.local
3641905
  No longer needed:
3641905
  - gxcht-64bit-crash
3641905
b5ff478
* Tue Apr 17 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-3
20e7169
- Apply fonts in CIDFnmap even if the same fontnames are already registered
20e7169
  (bug #163231).
b5ff478
- New file CIDFmap (bug #233966).
b5ff478
- Allow local overrides for FAPIcidfmap, cidfmap and Fontmap (bug #233966).
b5ff478
09a3e2a
* Tue Apr  3 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-2
09a3e2a
- Fixed configuration file locations (bug #233966).
09a3e2a
f2d513a
* Wed Mar 14 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-1
f2d513a
- 8.15.4.
f2d513a
b524225
* Thu Jan 25 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-7
ff495ba
- dvipdf script fixes (bug #88906).
9446583
- Moved libijs.so and libgs.so into devel package (bug #203623).
9446583
043d60f
* Wed Jan 24 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-6
043d60f
- Configure with --with-drivers=ALL since the advertised default is not
043d60f
  what gets used (bug #223819).
043d60f
07ece8c
* Thu Jan 18 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-5
d2691e1
- Backported gxcht 64bit crash fix from GPL trunk (bug #177763).
d2691e1
9adfd97
* Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-4
9adfd97
- Own cjkv directory (bug #221380, bug #222375).
9adfd97
3259141
* Tue Dec  5 2006 Tim Waugh <twaugh@redhat.com> 8.15.3-3
d7fa87e
- Added split-cidfnmap patch (bug #194592).
d7fa87e
3da9d92
* Thu Nov 16 2006 Tim Waugh <twaugh@redhat.com> 8.15.3-2
3da9d92
- 8.15.3.  No longer need gtk2, ps2epsi, badc, pagesize,
3da9d92
  use-external-freetype, split-font-configuration or cjkv patches.
3da9d92
- Renumbered patches.
3da9d92
2265fe0
* Tue Oct  3 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-9
2265fe0
- Apply CJKV patch from svn164:165 plus the fix from svn173:174 (bug #194592,
2265fe0
  bug #203712, possibly bug #167596).
2265fe0
ee8eec7
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 8.15.2-8.1
ee8eec7
- rebuild
ee8eec7
566900f
* Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-8
566900f
- Revert CJKV patch.
566900f
bb877a0
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 8.15.2-7
bb877a0
- rebuilt with new gnutls
bb877a0
baa88bc
* Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-6
aaa2f40
- Undo svn sync.
baa88bc
- Apply CJKV patch from svn164:165.
aaa2f40
42590c5
* Fri Jun  9 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-5
42590c5
- Sync to svn165.
42590c5
6e08ee8
* Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-4
f21c6e9
- Fix ijs-config not to have multilib conflicts (bug #192672)
f21c6e9
d2ff86e
* Tue May  2 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-3
d2ff86e
- Remove adobe-cmaps and acro5-cmaps, since latest CMaps are already
d2ff86e
  included (bug #190463).
d2ff86e
89e8e44
* Tue Apr 25 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-2
89e8e44
- 8.15.2.
89e8e44
- No longer need build, krgb, pdfwrite, str1570 patches.
89e8e44
7812740
* Mon Apr 24 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-10
26861b1
- Fix emacs interaction (bug #189321, STR #1570).
26861b1
f8f3272
* Mon Apr 10 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-9
f8f3272
- Add %%{_datadir}/fonts/japanese to font path (bug #188448).
93c8b75
- Spec file cleanups (bug #188066).
f8f3272
a68fa66
* Sat Apr  8 2006 Tim Waugh <twaugh@redhat.com>
a68fa66
- Build requires libtool (bug #188341).
a68fa66
da3a5d3
* Thu Apr  6 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-8
da3a5d3
- Fix pdfwrite (bug #187834).
da3a5d3
- CUPS filters go in /usr/lib/cups/filter even on lib64 platforms.
da3a5d3
e1f8bc1
* Thu Mar  2 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-7
389a5d8
- BuildRequires: gnutls-devel
389a5d8
- Updated KRGB patch for gdevijs.
389a5d8
48b7127
* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 8.15.1-6
48b7127
- BuildRequires: libXt-devel
48b7127
20d7c68
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 8.15.1-5.2
20d7c68
- bump again for double-long bug on ppc(64)
20d7c68
447cd5b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 8.15.1-5.1
447cd5b
- rebuilt for new gcc4.1 snapshot and glibc changes
447cd5b
12518b6
* Mon Jan 30 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-5
12518b6
- Updated adobe-cmaps to 200406 (bug #173613).
12518b6
245be30
* Fri Jan 27 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-4
05c3105
- Support reading a big cmap/post table from a TrueType font.
05c3105
65276dd
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
65276dd
- rebuilt
65276dd
7cc772f
* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 8.15.1-3
7cc772f
- Build does not explicitly require xorg-x11-devel.
7cc772f
66c3749
* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> 8.15.1-2
66c3749
- rebuilt with new openssl
66c3749
6c921df
* Mon Sep 26 2005 Tim Waugh <twaugh@redhat.com> 8.15.1-1
6c921df
- Some directories should be "8.15" not "8.15.1" (bug #169198).
6c921df
ef16ab3
* Thu Sep 22 2005 Tim Waugh <twaugh@redhat.com> 8.15.1-0.1
ef16ab3
- 8.15.1.
ef16ab3
- No longer need overflow patch.
ef16ab3
20bfe6e
* Tue Aug 16 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.3
20bfe6e
- Rebuilt for new cairo.
20bfe6e
57f3798
* Mon Aug 15 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.2
57f3798
- Parametrize freetype, and disable it (bug #165962).
57f3798
970da03
* Fri Aug 12 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.1
a4a834a
- 8.15rc4.
74e57db
- Fixed lips4v driver (bug #165713).
a4a834a
2ac9b5f
* Tue Aug  9 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.7
0a08c4e
- Install adobe/acro5 CMaps (bug #165428).
0a08c4e
c14c331
* Mon Jul 18 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.6
c14c331
- Fixed split font configuration patch (bug #161187).
c14c331
0dfb5c0
* Wed Jul 13 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.5
b2727e9
- Split font configuration (bug #161187).
faa929d
- Reverted this change:
faa929d
  - Build requires xorg-x11-devel, not XFree86-devel.
faa929d
c0ac82a
* Tue Jul 12 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.4
8e258de
- Add Japanese fonts to FAPIcidfmap (bug #161187).
a1de136
- Moved Resource directory.
41ce6dd
- Added use-external-freetype patch (bug #161187).
41ce6dd
244cfbf
* Mon Jul 11 2005 Tim Waugh <twaugh@redhat.com>
244cfbf
- Build requires libtiff-devel (bug #162826).
244cfbf
d177aca
* Thu Jun  9 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.3
9693b90
- Build requires xorg-x11-devel, not XFree86-devel.
cdd169a
- Include ierrors.h in the devel package.
cdd169a
acf8e9f
* Wed Jun  8 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.2
acf8e9f
- Drop 'Provides: libijs.so' because it is incorrect.
6d266b1
- Build igcref.c with -O0 to work around bug #150771.
1d8d9b4
- Renumber patches.
1d8d9b4
b7ad57d
* Fri Jun  3 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.1
b7ad57d
- Switch to ESP Ghostscript.
bda1546
- 8.15rc3.
b7ad57d
- Lots of patches dropped.  Perhaps some will need to be re-added.
b7ad57d
a309054
* Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 7.07-40
1c8db13
- Build igcref.c with -O0 to work around bug #150771.
1c615e7
e82d387
* Tue Mar  1 2005 Tim Waugh <twaugh@redhat.com> 7.07-39
e82d387
- Rebuilt for new GCC.
e82d387
d486799
* Mon Feb 21 2005 Tim Waugh <twaugh@redhat.com> 7.07-38
acc3e0e
- Fixes inspired by GCC 4.
d486799
26d7b7a
* Tue Jan 18 2005 Tim Waugh <twaugh@redhat.com>
26d7b7a
- Correct permissions for %%{_datadir}/ghostscript/Resource (bug #145420).
26d7b7a
f17ffe4
* Fri Dec 10 2004 Tim Waugh <twaugh@redhat.com> 7.07-37
d6f6040
- Fixed missing return statement (bug #136757).
d6f6040
407e0cf
* Thu Dec  9 2004 Tim Waugh <twaugh@redhat.com> 7.07-36
407e0cf
- Remove VFlib2 bits (bug #120498).
407e0cf
aa4475c
* Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com> 7.07-35
aa4475c
- Added /etc/ghostscript to search path and to file manifest (bug #98974).
aa4475c
55552e4
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 7.07-34
55552e4
- Convert man pages to UTF-8
55552e4
d6620b3
* Wed Oct 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-33
d6620b3
- Fix for bug #136322 (temporary files).
d6620b3
495e977
* Tue Sep 28 2004 Tim Waugh <twaugh@redhat.com> 7.07-32
495e977
- Turn off fontconfig until it's fixed (bug #133353).
495e977
cvsdist 4deb153
* Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-31
cvsdist 4deb153
- Only ship gsx in the gtk subpackage.
cvsdist 4deb153
cvsdist 4deb153
* Fri Aug  6 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 4deb153
- Run /sbin/ldconfig in %%post/%%postun.
cvsdist 4deb153
- Stricter requirements for the main package in the subpackages.
cvsdist 4deb153
cvsdist e7b0486
* Tue Jul 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-30
cvsdist e7b0486
- Updated eplaser driver to add alc4000 (bug #128007).
cvsdist e7b0486
cvsdist af6faed
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com> 7.07-29
cvsdist af6faed
- Prevent pdf2ps generating "null setpagesize" (bug #126446).
cvsdist af6faed
cvsdist c259c84
* Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 7.07-28
cvsdist c259c84
- Fix Omni patch assumption about /usr/lib which breaks for multilib
cvsdist c259c84
  architectures.
cvsdist c259c84
cvsdist 31aefac
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 31aefac
- rebuilt
cvsdist 31aefac
cvsdist 5357184
* Tue Jun  1 2004 Tim Waugh <twaugh@redhat.com> 7.07-26
cvsdist 5357184
- Removed another debug message from the fontconfig patch.
cvsdist 5357184
cvsdist f6e2595
* Tue Mar  9 2004 Tim Waugh <twaugh@redhat.com> 7.07-25
cvsdist f6e2595
- Added bjc250gs driver (bug #117860).
cvsdist f6e2595
cvsdist f6e2595
* Thu Mar  4 2004 Tim Waugh <twaugh@redhat.com> 7.07-24
cvsdist f6e2595
- Fix compilation with GCC 3.4.
cvsdist f6e2595
cvsdist f6e2595
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f6e2595
- rebuilt
cvsdist f6e2595
cvsdist f6e2595
* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> 7.07-23
cvsdist f6e2595
- Build against gtk2/glib2 (bug #115619).  Patch from W. Michael Petullo.
cvsdist f6e2595
cvsdist f6e2595
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 7.07-22
cvsdist f6e2595
- rebuilt
cvsdist f6e2595
cvsdist f6e2595
* Thu Feb 12 2004 Tim Waugh <twaugh@redhat.com> 7.07-21
cvsdist f6e2595
- Leave gdevpdfm.c seemingly-mistaken bitwise ops alone (bug #115396).
cvsdist f6e2595
cvsdist f6e2595
* Thu Feb  5 2004 Tim Waugh <twaugh@redhat.com> 7.07-20
cvsdist f6e2595
- Fix compilation with GCC 3.4.
cvsdist f6e2595
cvsdist 181cea6
* Wed Jan 28 2004 Tim Waugh <twaugh@redhat.com> 7.07-19
cvsdist 181cea6
- Attempt to fix gdevcups crash (bug #114256).
cvsdist 181cea6
- Make gs dynamically link to libgs (bug #114276).
cvsdist 181cea6
- Fix gdevesmv.c's misuse of const (bug #114250).
cvsdist cd93728
cvsdist 181cea6
* Tue Jan 20 2004 Tim Waugh <twaugh@redhat.com> 7.07-18
cvsdist 181cea6
- Turn on libgs again (bug #88175).
cvsdist 4cf804b
cvsdist 181cea6
* Mon Jan 19 2004 Tim Waugh <twaugh@redhat.com> 7.07-17
cvsdist 181cea6
- Removed stp driver.  Use the IJS version (ijsgimpprint) instead.
cvsdist 181cea6
- No longer conflicts with foomatic for hpijs versioning.
cvsdist 4581572
cvsdist 181cea6
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 7.07-16
cvsdist 181cea6
- Split hpijs out into separate source package.
cvsdist 181cea6
cvsdist 181cea6
* Thu Jan 8  2004 Tim Waugh <twaugh@redhat.com>
cvsdist 181cea6
- Fix several mistakenly-used bitwise operations.
cvsdist 084d933
cvsdist 084d933
* Tue Jan 6  2004 Tim Waugh <twaugh@redhat.com> 7.07-15
cvsdist 084d933
- Build for Fedora Core 1 printer drivers update.
cvsdist 084d933
- Conflicts with foomatic before hpijs 1.5 data.
cvsdist 084d933
- Make fontconfig optional.
cvsdist 084d933
cvsdist 084d933
* Sat Dec 13 2003 Tim Waugh <twaugh@redhat.com> 7.07-14
cvsdist 084d933
- Disable unnecessary debug messages from fontconfig support.
cvsdist 084d933
cvsdist 084d933
* Fri Dec  5 2003 Tim Waugh <twaugh@redhat.com> 7.07-13
cvsdist 084d933
- Add fontconfig support (bug #111412).
cvsdist 084d933
cvsdist 084d933
* Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 084d933
- Build requires libjpeg-devel (bug #110737).
cvsdist 084d933
cvsdist 084d933
* Tue Nov 11 2003 Tim Waugh <twaugh@redhat.com> 7.07-12
cvsdist 084d933
- Updated hpijs to 1.5 (bug #109714).
cvsdist 084d933
cvsdist 084d933
* Mon Nov 10 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 084d933
- Updated lxm3200 patch (bug #109625).
cvsdist 084d933
cvsdist 9ba9caf
* Tue Sep 30 2003 Tim Waugh <twaugh@redhat.com> 7.07-11
cvsdist 9ba9caf
- Updated gdevcups.c from CUPS 1.1.19.
cvsdist 9ba9caf
- Apply NOMEDIAATTRS patch from CUPS 1.1.19 (bug #105401).
cvsdist 9ba9caf
cvsdist 9ba9caf
* Thu Aug 28 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 9ba9caf
- Fix lips4v driver (bug #92337).
cvsdist 9ba9caf
cvsdist 9ba9caf
* Wed Aug 20 2003 Tim Waugh <twaugh@redhat.com> 7.07-10
cvsdist 9ba9caf
- Fix compilation problems in hpijs.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Mon Aug  4 2003 Tim Waugh <twaugh@redhat.com> 7.07-9
cvsdist 9ba9caf
- Further fix from bug #100685.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 7.07-8
cvsdist 9ba9caf
- Further fix from bug #100685.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Tue Jul 29 2003 Tim Waugh <twaugh@redhat.com> 7.07-7
cvsdist 9ba9caf
- Further fix from bug #100685.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Fri Jul 25 2003 Tim Waugh <twaugh@redhat.com> 7.07-6
cvsdist 9ba9caf
- Further fix from bug #100557.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 7.07-5
cvsdist 9ba9caf
- Further fix from bug #100557.
cvsdist 9ba9caf
- Fix bug #100685.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Wed Jul 23 2003 Tim Waugh <twaugh@redhat.com> 7.07-4
cvsdist 9ba9caf
- Fix bug #100557.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 7.07-3
cvsdist 9ba9caf
- rebuilt
cvsdist 9ba9caf
cvsdist 9ba9caf
* Tue May 27 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 9ba9caf
- Fix sed usage in ps2epsi (bug #89300).
cvsdist 9ba9caf
cvsdist 9ba9caf
* Tue May 20 2003 Tim Waugh <twaugh@redhat.com> 7.07-2
cvsdist 9ba9caf
- HPIJS 1.4 (bug #91219).
cvsdist 9ba9caf
cvsdist 9ba9caf
* Sun May 18 2003 Tim Waugh <twaugh@redhat.com> 7.07-1
cvsdist 9ba9caf
- 7.07.
cvsdist 9ba9caf
- Parametrize build_libgs.
cvsdist 9ba9caf
- Remove Omni requirement (bug #88177).
cvsdist 9ba9caf
- Fix ghostscript-gtk obsoletes: line (bug #88175).
cvsdist 9ba9caf
cvsdist 9ba9caf
* Thu Apr  3 2003 Tim Waugh <twaugh@redhat.com> 7.06-1
cvsdist 9ba9caf
- 7.06.
cvsdist 9ba9caf
- Updated config, vflib.fixup patches.
cvsdist 9ba9caf
- No longer need dx6, jpeg patches.
cvsdist 9ba9caf
- No longer need to add in missed GNU drivers.
cvsdist 9ba9caf
- Turn off dj970 driver (hpijs drives that).
cvsdist 9ba9caf
cvsdist 9ba9caf
* Mon Mar 31 2003 Tim Waugh <twaugh@redhat.com> 7.05-34
cvsdist 9ba9caf
- Apply fix for CJK font search method when the fonts are not available
cvsdist 9ba9caf
  (bug #83516).
cvsdist 9ba9caf
- The gb18030 patch no longer applies here.
cvsdist 9ba9caf
cvsdist 9ba9caf
* Thu Mar 27 2003 Tim Waugh <twaugh@redhat.com> 7.05-33
cvsdist 9ba9caf
- Add some missing font aliases (bug #73342).
cvsdist 9ba9caf
- Use the system jpeg library.
cvsdist 9ba9caf
- Update hpijs to 1.3.1.
cvsdist 9ba9caf
- Update gdevcups.c from cups-1.1.18.
cvsdist 0ee4d6e
cvsdist 0ee4d6e
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 7.05-32
cvsdist 72a87bf
- debuginfo rebuild
cvsdist 72a87bf
cvsdist 72a87bf
* Fri Feb 21 2003 Elliot Lee <sopwith@redhat.com> 7.05-31
cvsdist 72a87bf
- Add ghostscript-7.05-oob-66421.patch to fix the segfault behind #66421
cvsdist 72a87bf
cvsdist 72a87bf
* Thu Jan 30 2003 Tim Waugh <twaugh@redhat.com> 7.05-30
cvsdist 72a87bf
- Remove rss patch from hpijs (not needed).
cvsdist 72a87bf
cvsdist 72a87bf
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 7.05-29
cvsdist 72a87bf
- rebuilt
cvsdist 72a87bf
cvsdist 72a87bf
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 7.05-28
cvsdist 72a87bf
- Add Korean font aliases to CIDFnmap CJK resource files (bug #81924).
cvsdist 72a87bf
cvsdist 72a87bf
* Sat Dec 14 2002 Tim Waugh <twaugh@redhat.com> 7.05-27
cvsdist 72a87bf
- Obsolete ghostscript-gtk (bug #79585).
cvsdist 72a87bf
- Omni 121002 patch.
cvsdist 72a87bf
cvsdist 72a87bf
* Tue Dec 10 2002 Tim Waugh <twaugh@redhat.com> 7.05-26
cvsdist 72a87bf
- Don't ship the shared object yet (part of bug #79340).
cvsdist 72a87bf
- Don't make the gtk package, since that needs the shared object.
cvsdist 72a87bf
cvsdist bb588fe
* Tue Nov 26 2002 Tim Waugh <twaugh@redhat.com> 7.05-25
cvsdist bb588fe
- Fix level 1 PostScript output (bug #78450).
cvsdist bb588fe
- No need to carry gomni.c, since it comes from the patch.
cvsdist bb588fe
cvsdist bb588fe
* Mon Nov 11 2002 Tim Waugh <twaugh@redhat.com> 7.05-24
cvsdist bb588fe
- Omni 071902 patch.
cvsdist bb588fe
cvsdist bb588fe
* Mon Nov 11 2002 Tim Waugh <twaugh@redhat.com> 7.05-23
cvsdist bb588fe
- hpijs-1.3, with updated rss patch.
cvsdist bb588fe
- Fix XLIBDIRS.
cvsdist bb588fe
cvsdist bb588fe
* Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 7.05-22
cvsdist bb588fe
- hpijs-rss 1.2.2.
cvsdist bb588fe
cvsdist bb588fe
* Mon Oct 14 2002 Tim Waugh <twaugh@redhat.com> 7.05-21
cvsdist bb588fe
- Set libdir when installing.
cvsdist 4a44043
cvsdist 48221a5
* Thu Aug 15 2002 Tim Waugh <twaugh@redhat.com> 7.05-20
cvsdist 48221a5
- Add cups device (bug #69573).
cvsdist 48221a5
cvsdist 08ff115
* Mon Aug 12 2002 Tim Waugh <twaugh@redhat.com> 7.05-19
cvsdist 08ff115
- Fix the gb18030 patch (bug #71135, bug #71303).
cvsdist 08ff115
cvsdist 08ff115
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 7.05-18
cvsdist 08ff115
- rebuilt with gcc-3.2 (we hope)
cvsdist 08ff115
cvsdist 08ff115
* Fri Aug  9 2002 Tim Waugh <twaugh@redhat.com> 7.05-17
cvsdist 08ff115
- Add CIDnmap for GB18030 font (bug #71135).
cvsdist 08ff115
- Fix URL (bug #70734).
cvsdist 08ff115
cvsdist 08ff115
* Tue Jul 23 2002 Tim Waugh <twaugh@redhat.com> 7.05-16
cvsdist 08ff115
- Rebuild in new environment.
cvsdist 08ff115
cvsdist 08ff115
* Tue Jul  9 2002 Tim Waugh <twaugh@redhat.com> 7.05-15
cvsdist 08ff115
- Remove the chp2200 driver again, to fix cdj890 (bug #67578).
cvsdist 08ff115
cvsdist 08ff115
* Fri Jul  5 2002 Tim Waugh <twaugh@redhat.com> 7.05-14
cvsdist 08ff115
- For CJK font support, use CIDFnmap instead of CIDFont
cvsdist 08ff115
  resources (bug #68009).
cvsdist 08ff115
cvsdist 08ff115
* Wed Jul  3 2002 Tim Waugh <twaugh@redhat.com> 7.05-13
cvsdist 08ff115
- Build requires unzip and gtk+-devel (bug #67799).
cvsdist 08ff115
cvsdist 08ff115
* Wed Jun 26 2002 Tim Waugh <twaugh@redhat.com> 7.05-12
cvsdist 08ff115
- File list tweaking.
cvsdist 08ff115
- More file list tweaking.
cvsdist 08ff115
cvsdist 08ff115
* Tue Jun 25 2002 Tim Waugh <twaugh@redhat.com> 7.05-10
cvsdist 08ff115
- Rebuild for bootstrap.
cvsdist 08ff115
cvsdist 08ff115
* Wed Jun 19 2002 Tim Waugh <twaugh@redhat.com> 7.05-9
cvsdist 08ff115
- Omni 052902 patch.
cvsdist 08ff115
cvsdist 08ff115
* Mon Jun 10 2002 Tim Waugh <twaugh@redhat.com> 7.05-8
cvsdist 08ff115
- Requires recent version of patchutils (bug #65947).
cvsdist 08ff115
- Don't ship broken man page symlinks (bug #66238).
cvsdist 08ff115
cvsdist 08ff115
* Wed May 29 2002 Tim Waugh <twaugh@redhat.com> 7.05-7
cvsdist 08ff115
- Put gsx in its own package.
cvsdist 08ff115
cvsdist 08ff115
* Tue May 28 2002 Tim Waugh <twaugh@redhat.com> 7.05-6
cvsdist 08ff115
- New gomni.c from IBM to fix an A4 media size problem.
cvsdist 08ff115
- Use new Adobe CMaps (bug #65362).
cvsdist 08ff115
cvsdist 08ff115
* Sun May 26 2002 Tim Powers <timp@redhat.com> 7.05-5
cvsdist 08ff115
- automated rebuild
cvsdist 08ff115
cvsdist 08ff115
* Wed May 22 2002 Tim Waugh <twaugh@redhat.com> 7.05-4
cvsdist 08ff115
- New gomni.c from IBM to fix bug #65269 (again).
cvsdist 08ff115
cvsdist 08ff115
* Tue May 21 2002 Tim Waugh <twaugh@redhat.com> 7.05-2
cvsdist 08ff115
- Don't apply bogus parts of vflib patch (bug #65268).
cvsdist 08ff115
- Work around Omni -sPAPERSIZE=a4 problem (bug #65269).
cvsdist 08ff115
cvsdist 08ff115
* Mon May 20 2002 Tim Waugh <twaugh@redhat.com> 7.05-1
cvsdist 08ff115
- 7.05.
cvsdist 08ff115
- No longer need mkstemp, vflib.fixup, quoting, or PARANOIDSAFER
cvsdist 08ff115
  patches.
cvsdist 08ff115
- Don't apply CJK patches any more (no longer needed).
cvsdist 08ff115
- Updated Source15, Patch0, Patch10, Patch5, Patch24, Patch14, Patch12.
cvsdist 08ff115
- Made gdevdmpr.c compile again.
cvsdist 08ff115
- Move gimp-print to a separate package.
cvsdist 08ff115
- Ship the shared object too (and a .so file that is dlopened).
cvsdist 08ff115
- Update Omni patch.  No longer need Omni_path, Omni_quiet, Omni_glib patches.
cvsdist 08ff115
- Require Omni >= 0.6.1.
cvsdist 08ff115
- Add patch to fix gtk+ initial window size.
cvsdist 08ff115
- Add devel package with header files.
cvsdist 08ff115
- Turn on IJS support.
cvsdist 08ff115
- Update hpijs to 1.1.
cvsdist 08ff115
- Don't ship the hpijs binary in the ghostscript package.
cvsdist 08ff115
- Use -fPIC when building ijs.
cvsdist d3ccbee
cvsdist 02610c2
* Wed Apr  3 2002 Tim Waugh <twaugh@redhat.com> 6.52-8
cvsdist 02610c2
- New CIDFonts (bug #61015).
cvsdist 02610c2
cvsdist a2799d0
* Wed Apr  3 2002 Tim Waugh <twaugh@redhat.com> 6.52-7
cvsdist a2799d0
- Fix release numbers of sub packages.
cvsdist a2799d0
- Handle info files, use ldconfig (bug #62574).
cvsdist a2799d0
cvsdist a2799d0
* Tue Mar 19 2002 Tim Waugh <twaugh@redhat.com> 6.52-6
cvsdist a2799d0
- Fix config patch so that gs --help displays the right thing.
cvsdist a2799d0
- Don't ship sysvlp.sh.
cvsdist a2799d0
- Fix some shell scripts.
cvsdist a2799d0
- Ship escputil man page (bug #58919).
cvsdist a2799d0
cvsdist a2799d0
* Mon Feb 11 2002 Tim Waugh <twaugh@redhat.com> 6.52-5
cvsdist a2799d0
- Add CHP2200 driver (bug #57516).
cvsdist a2799d0
- Fix gimp-print-4.2.0 so that it builds without cups-config.
cvsdist a2799d0
cvsdist a2799d0
* Sat Feb  2 2002 Bill Nottingham <notting@redhat.com> 6.52-4
b41625a
- do condrestart in %%postun, not %%post
cvsdist a2799d0
cvsdist a2799d0
* Fri Feb  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-3
cvsdist a2799d0
- Restart service cups after installing gimp-print-cups
cvsdist a2799d0
cvsdist a2799d0
* Sun Jan 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-2
cvsdist a2799d0
- hpijs is finally free - support it.
cvsdist a2799d0
- Add extra package for CUPS support
cvsdist a2799d0
cvsdist a2799d0
* Mon Jan 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.52-1
cvsdist a2799d0
- Updates:
cvsdist a2799d0
  - ghostscript 6.52
cvsdist a2799d0
  - hpdj 2.6 -> pcl3 3.3
cvsdist a2799d0
  - CJK Patchlevel 3, adobe-cmaps 200109
cvsdist a2799d0
  - gimp-print 4.2.0
cvsdist a2799d0
- Adapt patches
cvsdist a2799d0
- Fix various URLs
cvsdist a2799d0
- Begin cleaning up spec file
cvsdist a2799d0
- Fix bugs #21879 and #50923
cvsdist a2799d0
cvsdist a2799d0
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist a2799d0
- automated rebuild
cvsdist f331454
cvsdist 5f7de76
* Thu Oct 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-16
cvsdist 5f7de76
- update the Omni driver, and patch it to seek in /usr/lib/Omni/ first
cvsdist 5f7de76
- require Omni
cvsdist 5f7de76
cvsdist 5f7de76
* Mon Oct 01 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-15
cvsdist 5f7de76
- change -dPARANOIDSAFER to punch a hole for OutputFile
cvsdist 5f7de76
cvsdist 5f7de76
* Mon Sep 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-14
cvsdist 5f7de76
- add -dPARANOIDSAFER to let us breathe a little easier in the print spooler.
cvsdist 5f7de76
cvsdist 5f7de76
* Thu Sep 13 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-13
cvsdist 5f7de76
- apply jakub's fix to ghostscript's jmp_buf problems; #49591
cvsdist 7b98c51
cvsdist 1949e8e
* Wed Sep  5 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-12
cvsdist 1949e8e
- fix lprsetup.sh; #50925
cvsdist 1949e8e
cvsdist e526061
* Fri Aug 24 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-11
cvsdist e526061
- added Epson's old eplaseren drivers,
cvsdist e526061
- pointed out by Till Kamppeter <till.kamppeter@gmx.net>
cvsdist e526061
cvsdist dd72b28
* Tue Aug 21 2001 Paul Howarth <paul@city-fan.org> 6.51-10
cvsdist dd72b28
- included Samsung GDI driver for ML-4500 printer support.
cvsdist dd72b28
cvsdist 2b5d24d
* Sun Aug 19 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-9
cvsdist 2b5d24d
- applied IBM's glib patches for Omni, which now works.
cvsdist 2b5d24d
- BE AWARE: we now link against libstdc++ and glib for this, and use a c++
cvsdist 2b5d24d
- link stage to do the dirty.
cvsdist 2b5d24d
- added glib-devel buildreq and glib req, I don't think we require everything
cvsdist 2b5d24d
- yet, I could pull in sasl.
cvsdist 2b5d24d
cvsdist 2b5d24d
* Sun Aug 19 2001 David Suffield <david_suffield@hp.com> 6.51-8
cvsdist 2b5d24d
- Added gs device hpijs and updated gdevhpij.c to hpijs 0.97
cvsdist 2b5d24d
cvsdist 2b5d24d
* Wed Aug 15 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-7
cvsdist 2b5d24d
- pull in ynakai's update to the cjk resources.
cvsdist 2b5d24d
cvsdist 4084302
* Thu Aug  9 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-6
cvsdist 4084302
- turn dmprt and cdj880 back on. for some reason, they work now.
cvsdist 4084302
- voodoo, who knows.
cvsdist 4084302
cvsdist 10c1736
* Thu Aug  9 2001 Yukihiro Nakai <ynakai@redhat.com> 6.51-5
cvsdist 10c1736
- Add cjk resources
cvsdist 10c1736
b4ed15b
* Wed Aug  1 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-4
cvsdist 10c1736
- applied drepper@redhat.com's patch for #50300
cvsdist 10c1736
- fixed build deps on zlib-devel and libpng-devel, #49853
cvsdist 10c1736
- made gs_init.ps a config file; #25096
cvsdist 10c1736
- O\^/nZ the daTa directorieZ now; #50693
cvsdist 10c1736
cvsdist 10c1736
* Tue Jul 24 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-3
cvsdist 10c1736
- wired up the Resource dir and the Font and CIDFont maps.
cvsdist 10c1736
cvsdist 10c1736
* Mon Jul 23 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-2
cvsdist 10c1736
- luckily, I had a spare chicken. Thanks to some work by Nakai, and one last
cvsdist 10c1736
- desperate search through google, everything /seems/ to be working. I know
cvsdist 10c1736
- that there are going to be problems in the japanese code, and I need to turn
cvsdist 10c1736
- on the cjk font map from adobe, but it /works/ at the moment.
cvsdist 10c1736
cvsdist 10c1736
* Thu Jun 21 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 10c1736
- upgraded to 6.51, a major version upgrade
cvsdist 10c1736
- rewrote spec file, threw out some patches
cvsdist 10c1736
- turned on IBM's Omni print drivers interface
cvsdist 10c1736
- turned on HP's hpijs print drivers interface
cvsdist 10c1736
- turned on every driver that looked usable from linux
cvsdist 10c1736
- sacrificed a chicken to integrate the old Japanese drivers
cvsdist 2b5d24d
- - This didn't work. The japanese patches are turned off, pending review.
cvsdist 2b5d24d
- - I can do loops with C, but the bugs are in Postscript init files
cvsdist c7670ff
cvsdist 10c1736
* Wed Apr 11 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 10c1736
- added P. B. West's lx5000 driver
cvsdist 29b0d80
cvsdist 6fe0b55
* Tue Feb 27 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 6fe0b55
- added xtt-fonts requirement (for VFlib)
cvsdist 6fe0b55
cvsdist 6fe0b55
* Fri Feb  9 2001 Adrian Havill <havill@redhat.com>
cvsdist 6fe0b55
- cmpskit removed as a build prereq
cvsdist 6fe0b55
cvsdist 6fe0b55
* Thu Feb  8 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 6fe0b55
- merged in some patches that got away:
b41625a
  * Fri Sep  1 2000 Mitsuo Hamada <mhamada@redhat.com>
b41625a
  - add support JIS B size
b41625a
  - fix the problem of reconverting GNUPLOT output
cvsdist 6fe0b55
cvsdist 6fe0b55
* Thu Feb  8 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 6fe0b55
- switched to japanese for everybody
cvsdist 6fe0b55
cvsdist 6fe0b55
* Thu Feb  8 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 6fe0b55
- tweaked time_.h to test for linux, and include the right
cvsdist 6fe0b55
- header
cvsdist 6fe0b55
cvsdist 6fe0b55
* Wed Feb  7 2001 Crutcher Dunnavnat <crutcher@redhat.com>
cvsdist 6fe0b55
- added the lxm3200 driver
cvsdist 6fe0b55
cvsdist 6fe0b55
* Mon Dec 11 2000 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist 6fe0b55
- merged in the (accendental) branch that contained the mktemp
cvsdist 6fe0b55
- and LD_RUN_PATH bug fixes.
cvsdist 6fe0b55
cvsdist 6fe0b55
* Tue Oct 17 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 6fe0b55
- tetex using xdvi with ghostscript patch (#19212).
cvsdist 6fe0b55
cvsdist 6fe0b55
* Tue Sep 12 2000 Michael Stefaniuc <mstefani@redhat.com>
cvsdist 6fe0b55
- expanded the gcc296 patch to fix a compilation issue with the new stp
cvsdist 6fe0b55
  driver
cvsdist c61a740
cvsdist 6fe0b55
* Mon Sep 11 2000 Michael Stefaniuc <mstefani@redhat.com>
cvsdist 6fe0b55
- added the stp driver from the gimp-print project.
cvsdist 6fe0b55
  It supports high quality printing especialy with Epson Stylus Photo.
cvsdist 13a2453
cvsdist 80197aa
* Wed Aug  2 2000 Matt Wilson <msw@redhat.com>
cvsdist 80197aa
- rebuilt against new libpng
cvsdist 80197aa
cvsdist 80197aa
* Wed Aug  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 80197aa
- Fix up the cdj880 patch (Bug #14978)
cvsdist 80197aa
- Fix build with gcc 2.96
cvsdist 80197aa
cvsdist 80197aa
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- turn off japanese support
cvsdist 80197aa
cvsdist 80197aa
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist 80197aa
- automatic rebuild
cvsdist 80197aa
3016e15
* Fri Jul 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 80197aa
- fixed the broken inclusion of files in /usr/doc
cvsdist 80197aa
- Build requires freetype-devel
cvsdist 80197aa
cvsdist 80197aa
* Fri Jun 16 2000 Matt Wilson <msw@redhat.com>
cvsdist 80197aa
- build japanese support in main distribution
cvsdist 80197aa
- FHS manpage paths
cvsdist 80197aa
cvsdist 80197aa
* Sun Mar 26 2000 Chris Ding <cding@redhat.com>
cvsdist 80197aa
- enabled bmp16m driver
cvsdist 80197aa
cvsdist 80197aa
* Thu Mar 23 2000 Matt Wilson <msw@redhat.com>
cvsdist 80197aa
- added a boatload of Japanese printers
cvsdist 80197aa
cvsdist 80197aa
* Thu Mar 16 2000 Matt Wilson <msw@redhat.com>
cvsdist 80197aa
- add japanese support, enable_japanese macro
cvsdist 80197aa
cvsdist 80197aa
* Mon Feb 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 80197aa
- 5.50 at last...
cvsdist 80197aa
- hpdj 2.6
cvsdist 80197aa
- Added 3rd party drivers:
cvsdist 80197aa
  - Lexmark 5700 (lxm5700m)
cvsdist 80197aa
  - Alps MD-* (md2k, md5k)
cvsdist 80197aa
  - Lexmark 2050, 3200, 5700 and 7000 (lex2050, lex3200, lex5700, lex7000)
cvsdist 80197aa
cvsdist 80197aa
* Fri Feb  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 80197aa
- rebuild to compress man page
cvsdist 80197aa
- fix gs.1 symlink
cvsdist 80197aa
cvsdist 80197aa
* Wed Jan 26 2000 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- add stylus 740 uniprint files
cvsdist 80197aa
cvsdist 80197aa
* Thu Jan 13 2000 Preston Brown <pbrown@redhat.com>
cvsdist 80197aa
- add lq850 dot matrix driver (#6357)
cvsdist 80197aa
cvsdist 80197aa
* Thu Oct 28 1999 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- oops, include oki182 driver.
cvsdist 80197aa
cvsdist 80197aa
* Tue Aug 24 1999 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- don't optimize on Alpha. This way it works.
cvsdist 80197aa
cvsdist 80197aa
* Thu Jul 29 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 80197aa
- added hpdj driver
cvsdist 80197aa
- changed build to use tar_cat so adding new drivers is sane
cvsdist 80197aa
cvsdist 80197aa
* Thu Jul  1 1999 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- add OkiPage 4w+, HP 8xx drivers
cvsdist 80197aa
* Mon Apr  5 1999 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- fix typo in config patch.
cvsdist 80197aa
cvsdist 80197aa
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 80197aa
- auto rebuild in the new build environment (release 6)
cvsdist 80197aa
cvsdist 80197aa
* Mon Mar 15 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 80197aa
- added patch from rth to fix alignement problems on the alpha.
cvsdist 80197aa
cvsdist 80197aa
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist 80197aa
- Injected new description and group.
cvsdist 80197aa
cvsdist 80197aa
* Mon Feb 08 1999 Bill Nottingham <notting@redhat.com>
cvsdist 80197aa
- add uniprint .upp files
cvsdist 80197aa
cvsdist 80197aa
* Sat Feb 06 1999 Preston Brown <pbrown@redhat.com>
cvsdist 80197aa
- fontpath update.
cvsdist 80197aa
cvsdist 80197aa
* Wed Dec 23 1998 Preston Brown <pbrown@redhat.com>
cvsdist 80197aa
- updates for ghostscript 5.10
cvsdist 80197aa
cvsdist 80197aa
* Fri Nov 13 1998 Preston Brown <pbrown@redhat.com>
cvsdist 80197aa
- updated to use shared urw-fonts package.
cvsdist 80197aa
* Mon Nov 09 1998 Preston Brown <pbrown@redhat.com>
cvsdist 80197aa
- turned on truetype (ttf) font support.
cvsdist 80197aa
cvsdist 80197aa
* Thu Jul  2 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 80197aa
- updated to 4.03.
cvsdist 80197aa
cvsdist 80197aa
* Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 80197aa
- enabled more printer drivers
cvsdist 80197aa
- buildroot
cvsdist 80197aa
cvsdist 80197aa
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
cvsdist 80197aa
- translations modified for de, fr, tr
cvsdist 80197aa
cvsdist 80197aa
* Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
cvsdist 80197aa
- Made /usr/share/ghostscript/3.33/Fontmap a config file.