diff --git a/ghostscript.spec b/ghostscript.spec index 4105c54..ad8895b 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer. Name: ghostscript Version: %{gs_ver} -Release: 1%{?dist} +Release: 2%{?dist} # Included CMap data is Redistributable, no modification permitted, # see http://bugzilla.redhat.com/487510 @@ -173,7 +173,7 @@ do FONTPATH="$FONTPATH${FONTPATH:+:}$path" done %configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" \ - --with-drivers=ALL --disable-compile-inits \ + --with-drivers=ALL --disable-compile-inits --with-system-libtiff \ CFLAGS="$CFLAGS $EXTRACFLAGS" # Build IJS @@ -321,6 +321,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libgs.so %changelog +* Wed Feb 17 2010 Tim Waugh 8.71-2 +- Use system libtiff. + * Wed Feb 17 2010 Tim Waugh 8.71-1 - 8.71 (bug #565935).