rpms/cups/devel cups.spec,1.443,1.444 textonly.filter,1.2,1.3

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


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25214

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



Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.443
retrieving revision 1.444
diff -u -r1.443 -r1.444
--- cups.spec	10 Oct 2008 09:44:33 -0000	1.443
+++ cups.spec	21 Oct 2008 10:23:31 -0000	1.444
@@ -7,7 +7,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.3.9
-Release: 1%{?svn:.svn%{svn}}%{?dist}
+Release: 2%{?svn:.svn%{svn}}%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}%{?svn:svn-r%{svn}}-source.tar.bz2
@@ -477,6 +477,9 @@
 %{_libdir}/php/modules/*.so
 
 %changelog
+* Tue Oct 21 2008 Tim Waugh <twaugh at redhat.com> 1:1.3.9-2
+- 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, bug #464710),
   CVE-2008-3640 (STR #2919, bug #464713) and CVE-2008-3641 (STR #2911,


Index: textonly.filter
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/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:23:31 -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