rpms/hplip/devel hplip-quiet.patch,1.2,1.3 hplip.spec,1.51,1.52

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 13 11:26:05 UTC 2006


Author: twaugh

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

Modified Files:
	hplip.spec 
Added Files:
	hplip-quiet.patch 
Log Message:
* Mon Mar 13 2006 Tim Waugh <twaugh at redhat.com> 0.9.9-4
- Quieten hpssd on startup.


hplip-quiet.patch:
 hpssd.py |    2 --
 1 files changed, 2 deletions(-)

Index: hplip-quiet.patch
===================================================================
RCS file: hplip-quiet.patch
diff -N hplip-quiet.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ hplip-quiet.patch	13 Mar 2006 11:26:01 -0000	1.3
@@ -0,0 +1,11 @@
+--- hplip-0.9.9/hpssd.py.quiet	2006-03-13 11:12:49.000000000 +0000
++++ hplip-0.9.9/hpssd.py	2006-03-13 11:12:50.000000000 +0000
+@@ -1441,8 +1441,6 @@
+                 usage()
+ 
+ 
+-    utils.log_title(__title__, __version__)
+-
+     prop.history_size = 32
+ 
+     # Lock pidfile before we muck around with system state


Index: hplip.spec
===================================================================
RCS file: /cvs/dist/rpms/hplip/devel/hplip.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- hplip.spec	11 Mar 2006 12:16:12 -0000	1.51
+++ hplip.spec	13 Mar 2006 11:26:02 -0000	1.52
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 0.9.9
-Release: 3
+Release: 4
 License: GPL/MIT/BSD
 Group: System Environment/Daemons
 Conflicts: system-config-printer < 0.6.132
@@ -13,6 +13,7 @@
 Patch1: hplip-desktop.patch
 Patch2: hplip-config.patch
 Patch3: hplip-0.9.9-1.patch
+Patch4: hplip-quiet.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
 
 Requires: desktop-file-utils >= 0.2.92
@@ -67,6 +68,9 @@
 # Patchlevel 1.
 %patch3 -p1 -b .0.9.9-1
 
+# Quieten hpssd on startup.
+%patch4 -p1 -b .quiet
+
 %build
 %configure --disable-foomatic-install --disable-cups-install
 make
@@ -156,6 +160,9 @@
 fi
 
 %changelog
+* Mon Mar 13 2006 Tim Waugh <twaugh at redhat.com> 0.9.9-4
+- Quieten hpssd on startup.
+
 * Sat Mar 11 2006 Tim Waugh <twaugh at redhat.com> 0.9.9-3
 - Patchlevel 1.
 




More information about the fedora-cvs-commits mailing list