rpms/cups/F-9 cups.spec,1.425,1.426 textonly.filter,1.2,1.3

Tim Waugh twaugh at fedoraproject.org
Tue Oct 21 10:24:37 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/cups/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25323

Modified Files:
	cups.spec textonly.filter 
Log Message:
* Tue Oct 21 2008 Tim Waugh <twaugh at redhat.com>
- Fixed textonly filter to send FF correctly.



Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/F-9/cups.spec,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -r1.425 -r1.426
--- cups.spec	10 Oct 2008 08:43:51 -0000	1.425
+++ cups.spec	21 Oct 2008 10:24:06 -0000	1.426
@@ -451,6 +451,9 @@
 %{cups_serverbin}/daemon/cups-lpd
 
 %changelog
+* Tue Oct 21 2008 Tim Waugh <twaugh at redhat.com>
+- Fixed textonly filter to send FF correctly.
+
 * Fri Oct 10 2008 Tim Waugh <twaugh at redhat.com> 1:1.3.9-1
 - 1.3.9, including fixes for CVE-2008-3639 / STR #2918,
   CVE-2008-3640 / STR #2919 and CVE-2008-3641 / STR #2911


Index: textonly.filter
===================================================================
RCS file: /cvs/pkgs/rpms/cups/F-9/textonly.filter,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- textonly.filter	5 Jul 2007 15:41:27 -0000	1.2
+++ textonly.filter	21 Oct 2008 10:24:06 -0000	1.3
@@ -114,7 +114,7 @@
 
   if [ "$SENDFF" == "True" ]
     then
-    echo -ne \\14
+    echo -ne '\f'
   fi
 
   COPIES=$(($COPIES - 1))




More information about the fedora-extras-commits mailing list