rpms/cups/F-8 cups.spec,1.398,1.399 textonly.filter,1.2,1.3

Tim Waugh twaugh at fedoraproject.org
Tue Oct 21 10:26:03 UTC 2008


Author: twaugh

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

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-8/cups.spec,v
retrieving revision 1.398
retrieving revision 1.399
diff -u -r1.398 -r1.399
--- cups.spec	10 Oct 2008 09:19:01 -0000	1.398
+++ cups.spec	21 Oct 2008 10:25:33 -0000	1.399
@@ -452,6 +452,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-8/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:25:33 -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 scm-commits mailing list