rpms/hplip/devel hplip-loop.patch,NONE,1.1 hplip.spec,1.93,1.94

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 29 15:45:16 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/hplip/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2102

Modified Files:
	hplip.spec 
Added Files:
	hplip-loop.patch 
Log Message:
* Fri Sep 29 2006 Tim Waugh <twaugh at redhat.com> 1.6.7-4
- Don't wake up every half a second (bug #204725).


hplip-loop.patch:
 hpssd.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE hplip-loop.patch ---
--- hplip-1.6.9/hpssd.py.loop	2006-09-29 16:37:16.000000000 +0100
+++ hplip-1.6.9/hpssd.py	2006-09-29 16:44:11.000000000 +0100
@@ -1483,7 +1483,7 @@
     try:
         log.debug("Starting async loop...")
         try:
-            loop(timeout=0.5)
+            loop(timeout=5.0)
         except KeyboardInterrupt:
             log.warn("Ctrl-C hit, exiting...")
         except Exception:


Index: hplip.spec
===================================================================
RCS file: /cvs/dist/rpms/hplip/devel/hplip.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- hplip.spec	25 Sep 2006 14:08:00 -0000	1.93
+++ hplip.spec	29 Sep 2006 15:45:14 -0000	1.94
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 1.6.7
-Release: 3
+Release: 4
 License: GPL/MIT/BSD
 Group: System Environment/Daemons
 Conflicts: system-config-printer < 0.6.132
@@ -19,6 +19,7 @@
 Patch4: hplip-cups-backend.patch
 Patch5: hplip-compile.patch
 Patch6: hplip-libm.patch
+Patch7: hplip-loop.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
 
 Requires: desktop-file-utils >= 0.2.92
@@ -85,6 +86,9 @@
 # libhpip should link against libm (bug #197599).
 %patch6 -p1 -b .libm
 
+# Don't wake up every half a second (bug #204725).
+%patch7 -p1 -b .loop
+
 autoconf # for patch4
 
 %build
@@ -185,6 +189,9 @@
 exit 0
 
 %changelog
+* Fri Sep 29 2006 Tim Waugh <twaugh at redhat.com> 1.6.7-4
+- Don't wake up every half a second (bug #204725).
+
 * Mon Sep 25 2006 Tim Waugh <twaugh at redhat.com>
 - Fixed package URL.
 




More information about the fedora-cvs-commits mailing list