rpms/mtr/devel mtr-0.71-underflow.patch,1.1,1.2 mtr.spec,1.43,1.44

Zdenek Prikryl zprikryl at fedoraproject.org
Tue Sep 2 12:43:06 UTC 2008


Author: zprikryl

Update of /cvs/extras/rpms/mtr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29363

Modified Files:
	mtr-0.71-underflow.patch mtr.spec 
Log Message:
Minor fix in the patch underflow


mtr-0.71-underflow.patch:

Index: mtr-0.71-underflow.patch
===================================================================
RCS file: /cvs/extras/rpms/mtr/devel/mtr-0.71-underflow.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mtr-0.71-underflow.patch	30 May 2006 08:47:56 -0000	1.1
+++ mtr-0.71-underflow.patch	2 Sep 2008 12:42:35 -0000	1.2
@@ -11,4 +11,4 @@
 +  
    if ( addrcmp( (void *) &(host[index].addr),
  		(void *) &unspec_addr, af ) == 0 ) {
-     // should be out of if as addr can change
+     /* should be out of if as addr can change */


Index: mtr.spec
===================================================================
RCS file: /cvs/extras/rpms/mtr/devel/mtr.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- mtr.spec	21 May 2008 12:40:55 -0000	1.43
+++ mtr.spec	2 Sep 2008 12:42:35 -0000	1.44
@@ -1,7 +1,7 @@
 Summary: A network diagnostic tool
 Name: mtr
 Version: 0.73
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch:	2
 Group: Applications/Internet
 License: GPLv2+
@@ -90,7 +90,10 @@
 %{_datadir}/pixmaps/mtr_icon.xpm
 
 %changelog
-* Wed May 21 2008 Zdenek Prikryl <zprikryl at redhat.com> - 2:0.73
+* Tue Sep 02 2008 Zdenek Prikryl <zprikryl at redhat.com> - 2:0.73-2
+- Minor fix in the patch underflow
+
+* Wed May 21 2008 Zdenek Prikryl <zprikryl at redhat.com> - 2:0.73-1
 - Updated to 0.73
 - Fixed mtr-0.69-CVE-2002-0497.patch
 - Added build requirement for GTK+




More information about the fedora-extras-commits mailing list