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