Fixed broken patch for pstotiff.
This commit is contained in:
parent
e40f779614
commit
f6778bf80d
@ -50,7 +50,7 @@ diff -up hplip-3.11.7/fax/filters/pstotiff.pstotiff-is-rubbish hplip-3.11.7/fax/
|
|||||||
+fi
|
+fi
|
||||||
+
|
+
|
||||||
+TMPFILE=`mktemp /tmp/pstotiff.XXXXXX` || exit 1
|
+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 \
|
+ -dNOPAUSE -dBATCH -dSAFER -dPARANOIDSAFER \
|
||||||
+ -dSHORTERRORS -dWRITESYSTEMDICT -dGHOSTSCRIPT \
|
+ -dSHORTERRORS -dWRITESYSTEMDICT -dGHOSTSCRIPT \
|
||||||
+ -sstdout=%stderr -sOutputFile="$TMPFILE" "$IN"
|
+ -sstdout=%stderr -sOutputFile="$TMPFILE" "$IN"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 3.11.7
|
Version: 3.11.7
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Conflicts: system-config-printer < 0.6.132
|
Conflicts: system-config-printer < 0.6.132
|
||||||
@ -533,6 +533,9 @@ fi
|
|||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 23 2011 Tim Waugh <twaugh@redhat.com> 3.11.7-5
|
||||||
|
- Fixed broken patch for pstotiff.
|
||||||
|
|
||||||
* Tue Sep 06 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.7-4
|
* Tue Sep 06 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.7-4
|
||||||
- Fixed xsane crash when doing a multi-image scan (bug #725878)
|
- Fixed xsane crash when doing a multi-image scan (bug #725878)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user