rpms/cups/devel cups-eggcups.patch,NONE,1.1 cups.spec,1.281,1.282

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 1 17:44:52 UTC 2006


Author: twaugh

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

Modified Files:
	cups.spec 
Added Files:
	cups-eggcups.patch 
Log Message:
* Wed Nov  1 2006 Tim Waugh <twaugh at redhat.com>
- Send QueueChanged D-Bus signal on all job state changes.


cups-eggcups.patch:
 subscriptions.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE cups-eggcups.patch ---
--- cups-1.2.5/scheduler/subscriptions.c.eggcups	2006-09-29 03:26:29.000000000 +0100
+++ cups-1.2.5/scheduler/subscriptions.c	2006-11-01 17:32:33.000000000 +0000
@@ -1321,7 +1321,7 @@
     what = "PrinterAdded";
   else if (event & CUPSD_EVENT_PRINTER_DELETED)
     what = "PrinterRemoved";
-  else if (event & CUPSD_EVENT_PRINTER_CHANGED)
+  else if (event & (CUPSD_EVENT_PRINTER_CHANGED|CUPSD_EVENT_JOB_STATE_CHANGED))
     what = "QueueChanged";
   else if (event & CUPSD_EVENT_JOB_CREATED)
     what = "JobQueuedLocal";


Index: cups.spec
===================================================================
RCS file: /cvs/dist/rpms/cups/devel/cups.spec,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -r1.281 -r1.282
--- cups.spec	31 Oct 2006 13:37:46 -0000	1.281
+++ cups.spec	1 Nov 2006 17:44:50 -0000	1.282
@@ -44,6 +44,7 @@
 Patch18: cups-directed-broadcast.patch
 Patch19: cups-str2056.patch
 Patch20: cups-str2061.patch
+Patch21: cups-eggcups.patch
 Patch100: cups-lspp.patch
 Epoch: 1
 Url: http://www.cups.org/
@@ -146,6 +147,7 @@
 %patch18 -p1 -b .directed-broadcast
 %patch19 -p1 -b .str2056
 %patch20 -p1 -b .str2061
+%patch21 -p1 -b .eggcups
 
 %if %lspp
 %patch100 -p1 -b .lspp
@@ -424,6 +426,9 @@
 %{cups_serverbin}/daemon/cups-lpd
 
 %changelog
+* Wed Nov  1 2006 Tim Waugh <twaugh at redhat.com>
+- Send QueueChanged D-Bus signal on all job state changes.
+
 * Tue Oct 31 2006 Tim Waugh <twaugh at redhat.com>
 - Added filter and PPD for text-only printer (bug #213030).
 




More information about the fedora-cvs-commits mailing list