rpms/desktop-printing/FC-6 eggcups-cups12.patch, NONE, 1.1 desktop-printing.spec, 1.69, 1.70

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Nov 3 12:47:45 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/desktop-printing/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv10729

Modified Files:
	desktop-printing.spec 
Added Files:
	eggcups-cups12.patch 
Log Message:
fix a problem with remote jobs


eggcups-cups12.patch:
 ec-job-model.c |    3 +++
 1 files changed, 3 insertions(+)

--- NEW FILE eggcups-cups12.patch ---
--- eggcups-0.19/ec-job-model.c.cups12	2006-11-03 11:45:47.000000000 +0000
+++ eggcups-0.19/ec-job-model.c	2006-11-03 11:45:49.000000000 +0000
@@ -576,6 +576,9 @@
 				    remote_job_id,
 				    EC_JOB_MODEL_COLUMN_JOB, job,
 				    -1);
+
+		/* Now no need to monitor local job. */
+		ec_cups_job_monitor_remove_job (model->priv->mon, "localhost", local_job_id);
 	}
 	else {
 		ec_cups_job_monitor_remove_job (model->priv->mon, host, remote_job_id);


Index: desktop-printing.spec
===================================================================
RCS file: /cvs/dist/rpms/desktop-printing/FC-6/desktop-printing.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- desktop-printing.spec	1 Oct 2006 21:15:53 -0000	1.69
+++ desktop-printing.spec	3 Nov 2006 12:47:43 -0000	1.70
@@ -6,7 +6,7 @@
 Summary: Desktop print icon
 Name: desktop-printing
 Version: 0.19
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: GPL
 Group: Applications/File
 # total lie
@@ -19,6 +19,7 @@
 Patch4: desktop-printing-0.19-more-hal-lpadmin.patch
 Patch5: desktop-printing-0.19-transparent.patch
 Patch6: desktop-printing-0.19-crash.patch
+Patch7: eggcups-cups12.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: redhat-menus
@@ -52,6 +53,7 @@
 %patch4 -p2 -b .more-hal-lpadmin.patch
 %patch5 -p2 -b .transparent
 %patch6 -p2 -b .crash
+%patch7 -p1 -b .cups12
 popd
 
 %build
@@ -105,6 +107,9 @@
 %{_sysconfdir}/gconf/*
 
 %changelog
+* Fri Nov  3 2006 Matthias Clasen <mclasen at redhat.com> - 0.19-17
+- Fix a problem where eggcups loses track of remote jobs (#212763)
+
 * Sun Oct 01 2006 Jesse Keating <jkeating at redhat.com> - 0.19-16
 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the fedora-cvs-commits mailing list