diff --git a/ghostscript.spec b/ghostscript.spec index 854ea47..7569396 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer Name: ghostscript Version: %{gs_ver} -Release: 4%{?dist} +Release: 5%{?dist} # Included CMap data is Redistributable, no modification permitted, # see http://bugzilla.redhat.com/487510 @@ -142,6 +142,9 @@ rm -rf expat freetype icclib jasper jpeg lcms2 libpng openjpeg zlib cups/libs # Upstream patch to fix pdfwrite segfault (bug #962120). %patch11 -p1 -b .pdfwrite-segfault +# Remove pdfopt man pages which were mistakenly left in (bug #963882). +rm man/{de/,}pdfopt.1 + # Convert manual pages to UTF-8 from8859_1() { iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_" @@ -338,6 +341,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libgs.so %changelog +* Fri May 17 2013 Tim Waugh 9.07-5 +- Remove pdfopt man pages which were mistakenly left in (bug #963882). + * Thu May 16 2013 Tim Waugh 9.07-4 - Upstream patch to fix pdfwrite segfault (bug #962120).