diff --git a/ghostscript.spec b/ghostscript.spec index e5fae87..963f4bc 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer Name: ghostscript Version: %{gs_ver} -Release: 2%{?dist} +Release: 3%{?dist} # Included CMap data is Redistributable, no modification permitted, # see http://bugzilla.redhat.com/487510 @@ -103,7 +103,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 +rm -rf expat freetype icclib jasper jpeg lcms2 libpng openjpeg zlib cups/libs # Fix ijs-config not to have multilib conflicts (bug #192672) %patch1 -p1 -b .multilib @@ -333,6 +333,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libgs.so %changelog +* Thu Sep 27 2012 Tim Waugh - 9.06-3 +- Remove cups/libs to avoid bundling, although it isn't built in any + case. + * Tue Sep 4 2012 Tim Waugh - 9.06-2 - Fixed encoding of German ps2pdf man page (bug #853764).