From 4489aac0004a4e954de30051bb439222f9871607 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 28 Aug 2013 13:21:40 +0100 Subject: [PATCH] Remove jpegxr to ensure it isn't built (bug #1000387). Resolves: rhbz#1000387 --- ghostscript.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghostscript.spec b/ghostscript.spec index 5f222d9..759ce09 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer Name: ghostscript Version: %{gs_ver} -Release: 6%{?dist} +Release: 7%{?dist} # Included CMap data is Redistributable, no modification permitted, # see http://bugzilla.redhat.com/487510 @@ -105,7 +105,7 @@ CUPS filter and conversion rules for interpreting PostScript and PDF. %prep %setup -q -n %{name}-%{gs_ver} -rm -rf expat freetype icclib jasper jpeg lcms2 libpng openjpeg zlib cups/libs +rm -rf expat freetype icclib jasper jpeg jpegxr lcms2 libpng openjpeg zlib cups/libs # Fix ijs-config not to have multilib conflicts (bug #192672) %patch1 -p1 -b .multilib @@ -343,6 +343,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libgs.so %changelog +* Wed Aug 28 2013 Tim Waugh 9.06-7 +- Remove jpegxr to ensure it isn't built (bug #1000387). + * Tue Jun 18 2013 Tim Waugh 9.06-6 - Upstream patch from bug #690692 to handle strange fonts (bug #969660).