rpms/cups/FC-5 cups-debug.patch,NONE,1.1 cups.spec,1.219,1.220

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 13 10:19:51 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/cups/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv20103

Modified Files:
	cups.spec 
Added Files:
	cups-debug.patch 
Log Message:
* Wed Sep 13 2006 Tim Waugh <twaugh at redhat.com> 1:1.2.3-1.4
- Define DEBUG in cups/http.c.


cups-debug.patch:
 http.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE cups-debug.patch ---
--- cups-1.2.3/cups/http.c.debug	2006-09-13 11:18:14.000000000 +0100
+++ cups-1.2.3/cups/http.c	2006-09-13 11:18:31.000000000 +0100
@@ -90,6 +90,7 @@
 
 #include "http-private.h"
 #include "globals.h"
+#define DEBUG
 #include "debug.h"
 #include <stdlib.h>
 #include <fcntl.h>


Index: cups.spec
===================================================================
RCS file: /cvs/dist/rpms/cups/FC-5/cups.spec,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- cups.spec	11 Sep 2006 15:54:50 -0000	1.219
+++ cups.spec	13 Sep 2006 10:19:49 -0000	1.220
@@ -5,7 +5,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.2.3
-Release: 1.3
+Release: 1.4
 License: GPL
 Group: System Environment/Daemons
 Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
@@ -39,6 +39,7 @@
 Patch28: cups-no-propagate-ipp-port.patch
 Patch32: cups-pid.patch
 Patch41: cups-relro.patch
+Patch999: cups-debug.patch
 Epoch: 1
 Url: http://www.cups.org/
 BuildRoot: %{_tmppath}/%{name}-root
@@ -133,6 +134,7 @@
 %patch28 -p1 -b .no-propagate-ipp-port
 %patch32 -p1 -b .pid
 %patch41 -p1 -b .relro
+%patch999 -p1 -b .debug
 perl -pi -e 's,^#(Printcap\s+/etc/printcap),$1,' conf/cupsd.conf.in
 aclocal -I config-scripts
 autoconf
@@ -405,6 +407,9 @@
 %{cups_serverbin}/daemon/cups-lpd
 
 %changelog
+* Wed Sep 13 2006 Tim Waugh <twaugh at redhat.com> 1:1.2.3-1.4
+- Define DEBUG in cups/http.c.
+
 * Mon Sep 11 2006 Tim Waugh <twaugh at redhat.com> 1:1.2.3-1.3
 - Applied upstream patch to fix STR #1968 (bug #205619).
 




More information about the fedora-cvs-commits mailing list