rpms/cups/devel cups-str2512.patch,1.2,1.3 cups.spec,1.362,1.363

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Fri Sep 21 12:48:21 UTC 2007


Author: twaugh

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

Modified Files:
	cups.spec 
Added Files:
	cups-str2512.patch 
Log Message:
* Fri Sep 21 2007 Tim Waugh <twaugh at redhat.com> 1:1.3.2-2
- Write printcap when remote printers have timed out (bug #290831).


cups-str2512.patch:

Index: cups-str2512.patch
===================================================================
RCS file: cups-str2512.patch
diff -N cups-str2512.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ cups-str2512.patch	21 Sep 2007 12:48:18 -0000	1.3
@@ -0,0 +1,11 @@
+diff -up cups-1.3.2/scheduler/dirsvc.c.str2512 cups-1.3.2/scheduler/dirsvc.c
+--- cups-1.3.2/scheduler/dirsvc.c.str2512	2007-09-21 13:46:23.000000000 +0100
++++ cups-1.3.2/scheduler/dirsvc.c	2007-09-21 13:46:54.000000000 +0100
+@@ -912,6 +912,7 @@ cupsdSendBrowseList(void)
+         cupsArraySave(Printers);
+         cupsdDeletePrinter(p, 1);
+         cupsArrayRestore(Printers);
++        cupsdWritePrintcap();
+       }
+     }
+   }


Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -r1.362 -r1.363
--- cups.spec	19 Sep 2007 12:17:39 -0000	1.362
+++ cups.spec	21 Sep 2007 12:48:18 -0000	1.363
@@ -6,7 +6,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.3.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}-source.tar.bz2
@@ -38,6 +38,7 @@
 Patch12: cups-wbuffer.patch
 Patch13: cups-direct-usb.patch
 Patch14: cups-lpr-help.patch
+Patch15: cups-str2512.patch
 Patch16: cups-pid.patch
 Patch19: cups-eggcups.patch
 Patch20: cups-getpass.patch
@@ -147,6 +148,7 @@
 %patch12 -p1 -b .wbuffer
 %patch13 -p1 -b .direct-usb
 %patch14 -p1 -b .lpr-help
+%patch15 -p1 -b .str2512
 %patch16 -p1 -b .pid
 %patch19 -p1 -b .eggcups
 %patch20 -p1 -b .getpass
@@ -443,6 +445,9 @@
 %{cups_serverbin}/daemon/cups-lpd
 
 %changelog
+* Fri Sep 21 2007 Tim Waugh <twaugh at redhat.com> 1:1.3.2-2
+- Write printcap when remote printers have timed out (bug #290831).
+
 * Wed Sep 19 2007 Tim Waugh <twaugh at redhat.com> 1:1.3.2-1
 - Include Till Kamppeter's dnssd backend.
 - 1.3.2.




More information about the fedora-extras-commits mailing list