rpms/queuegraph/devel queuegraph-paths.patch, 1.2, 1.3 queuegraph.spec, 1.3, 1.4

Bernard Johnson bjohnson at fedoraproject.org
Wed Oct 1 00:20:50 UTC 2008


Author: bjohnson

Update of /cvs/pkgs/rpms/queuegraph/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30960

Modified Files:
	queuegraph-paths.patch queuegraph.spec 
Log Message:
- fix patch fuzz


queuegraph-paths.patch:

Index: queuegraph-paths.patch
===================================================================
RCS file: /cvs/pkgs/rpms/queuegraph/devel/queuegraph-paths.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- queuegraph-paths.patch	31 Oct 2007 05:34:56 -0000	1.2
+++ queuegraph-paths.patch	1 Oct 2008 00:20:20 -0000	1.3
@@ -1,5 +1,5 @@
---- queuegraph/queuegraph-rrd.sh.orig	2007-02-12 02:37:40.000000000 -0700
-+++ queuegraph/queuegraph-rrd.sh	2007-03-25 21:06:32.000000000 -0600
+--- queuegraph/queuegraph-rrd.sh.orig	2007-07-28 05:07:57.000000000 -0600
++++ queuegraph/queuegraph-rrd.sh	2008-09-30 18:12:42.000000000 -0600
 @@ -15,7 +15,7 @@
  RRDTOOL=`which rrdtool`
  
@@ -8,7 +8,7 @@
 +RRDFILE=/var/lib/queuegraph/mailqueues.rrd
  
  if test ! -x $RRDTOOL ; then
-        echo "ERROR: $RRDTOOL does not exist or is not executable"
+ 	echo "ERROR: $RRDTOOL does not exist or is not executable"
 --- queuegraph/queuegraph.cgi.orig	2005-10-24 03:27:09.000000000 -0600
 +++ queuegraph/queuegraph.cgi	2007-03-25 21:53:38.000000000 -0600
 @@ -16,8 +16,8 @@


Index: queuegraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/queuegraph/devel/queuegraph.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- queuegraph.spec	7 Mar 2008 02:22:26 -0000	1.3
+++ queuegraph.spec	1 Oct 2008 00:20:20 -0000	1.4
@@ -7,7 +7,7 @@
 
 Name:           queuegraph
 Version:        1.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A RRDtool frontend for Mail statistics
 
 Group:          System Environment/Daemons
@@ -154,6 +154,9 @@
 %endif
 
 %changelog
+* Thu Sep 30 2008 Bernard Johnson <bjohnson at symetrix.com> - 1.1-4
+- fix patch fuzz
+
 * Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1-3
 Rebuild for new perl
 




More information about the scm-commits mailing list