From f6778bf80dba5daf2d859dabec050812b4e30d25 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 23 Sep 2011 13:43:15 +0100 Subject: [PATCH] Fixed broken patch for pstotiff. --- hplip-pstotiff-is-rubbish.patch | 2 +- hplip.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hplip-pstotiff-is-rubbish.patch b/hplip-pstotiff-is-rubbish.patch index 258e5f4..e06a820 100644 --- a/hplip-pstotiff-is-rubbish.patch +++ b/hplip-pstotiff-is-rubbish.patch @@ -50,7 +50,7 @@ diff -up hplip-3.11.7/fax/filters/pstotiff.pstotiff-is-rubbish hplip-3.11.7/fax/ +fi + +TMPFILE=`mktemp /tmp/pstotiff.XXXXXX` || exit 1 -+gs -I/usr/share/cups/fonts -sDEVICE=tiffg4 -dMaxStripSize=0 -r204x196 ++gs -I/usr/share/cups/fonts -sDEVICE=tiffg4 -dMaxStripSize=0 -r204x196 \ + -dNOPAUSE -dBATCH -dSAFER -dPARANOIDSAFER \ + -dSHORTERRORS -dWRITESYSTEMDICT -dGHOSTSCRIPT \ + -sstdout=%stderr -sOutputFile="$TMPFILE" "$IN" diff --git a/hplip.spec b/hplip.spec index 523e3b2..e9a5940 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 3.11.7 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ and MIT Group: System Environment/Daemons Conflicts: system-config-printer < 0.6.132 @@ -533,6 +533,9 @@ fi %postun libs -p /sbin/ldconfig %changelog +* Fri Sep 23 2011 Tim Waugh 3.11.7-5 +- Fixed broken patch for pstotiff. + * Tue Sep 06 2011 Jiri Popelka 3.11.7-4 - Fixed xsane crash when doing a multi-image scan (bug #725878)