rpms/cups/devel cups-str2512-printcap.patch, NONE, 1.1 cups.spec, 1.357, 1.358

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Tue Sep 18 15:33:46 UTC 2007


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23254

Modified Files:
	cups.spec 
Added Files:
	cups-str2512-printcap.patch 
Log Message:
* Tue Sep 18 2007 Tim Waugh <twaugh at redhat.com> 1:1.3.1-3
- Write printcap when a remote queue is deleted (bug #290831).


cups-str2512-printcap.patch:

--- NEW FILE cups-str2512-printcap.patch ---
diff -up cups-1.3.1/scheduler/dirsvc.c.printcap cups-1.3.1/scheduler/dirsvc.c
--- cups-1.3.1/scheduler/dirsvc.c.printcap	2007-09-18 16:29:18.000000000 +0100
+++ cups-1.3.1/scheduler/dirsvc.c	2007-09-18 16:29:19.000000000 +0100
@@ -2134,6 +2134,7 @@ process_browse_data(
  
     cupsdDeletePrinter(p, 1);
     cupsdUpdateImplicitClasses();
+    write_printcap = 1;
   }
   else if (update)
   {


Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -r1.357 -r1.358
--- cups.spec	18 Sep 2007 08:32:42 -0000	1.357
+++ cups.spec	18 Sep 2007 15:33:14 -0000	1.358
@@ -39,6 +39,7 @@
 Patch14: cups-lpr-help.patch
 Patch15: cups-str2512.patch
 Patch16: cups-pid.patch
+Patch17: cups-str2512-printcap.patch
 Patch19: cups-eggcups.patch
 Patch20: cups-getpass.patch
 Patch21: cups-driverd-timeout.patch
@@ -149,6 +150,7 @@
 %patch14 -p1 -b .lpr-help
 %patch15 -p1 -b .str2512
 %patch16 -p1 -b .pid
+%patch17 -p1 -b .str2512-printcap
 %patch19 -p1 -b .eggcups
 %patch20 -p1 -b .getpass
 %patch21 -p1 -b .driverd-timeout
@@ -441,6 +443,9 @@
 %{cups_serverbin}/daemon/cups-lpd
 
 %changelog
+* Tue Sep 18 2007 Tim Waugh <twaugh at redhat.com> 1:1.3.1-3
+- Write printcap when a remote queue is deleted (bug #290831).
+
 * Tue Sep 18 2007 Tim Waugh <twaugh at redhat.com> 1:1.3.1-2
 - Avoid write printcap unnecessarily (bug #290831).
 




More information about the fedora-extras-commits mailing list