rpms/nuttcp/devel nuttcp-5.5.5-makefile.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 nuttcp.spec, 1.7, 1.8 sources, 1.3, 1.4

Radek Vokál (rvokal) fedora-extras-commits at redhat.com
Fri Jul 18 10:31:44 UTC 2008


Author: rvokal

Update of /cvs/extras/rpms/nuttcp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30319

Modified Files:
	.cvsignore nuttcp.spec sources 
Added Files:
	nuttcp-5.5.5-makefile.patch 
Log Message:
upgrade to 5.5.5

nuttcp-5.5.5-makefile.patch:

--- NEW FILE nuttcp-5.5.5-makefile.patch ---
diff -up nuttcp-5.5.5/Makefile.old nuttcp-5.5.5/Makefile
--- nuttcp-5.5.5/Makefile.old	2007-01-30 11:03:45.000000000 +0100
+++ nuttcp-5.5.5/Makefile	2008-07-18 12:20:10.000000000 +0200
@@ -1,5 +1,5 @@
 APP = nuttcp-5.5.5
-EXTRAVERSION=-pre1
+EXTRAVERSION=
 CC = gcc -Wall
 #OPT = -g -O0
 OPT = -O3


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nuttcp/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	21 Jul 2006 12:45:32 -0000	1.3
+++ .cvsignore	18 Jul 2008 10:30:52 -0000	1.4
@@ -1 +1 @@
-nuttcp-5.3.1.tar.bz2
+nuttcp-5.5.5.tar.bz2


Index: nuttcp.spec
===================================================================
RCS file: /cvs/extras/rpms/nuttcp/devel/nuttcp.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nuttcp.spec	19 Feb 2008 23:00:20 -0000	1.7
+++ nuttcp.spec	18 Jul 2008 10:30:52 -0000	1.8
@@ -1,7 +1,8 @@
 Name: nuttcp
-Version: 5.3.1
-Release: 4%{?dist}
+Version: 5.5.5
+Release: 1%{?dist}
 Source0: ftp://ftp.lcp.nrl.navy.mil/pub/nuttcp/%{name}-%{version}.tar.bz2
+Patch1: %{name}-%{version}-makefile.patch
 URL: ftp://ftp.lcp.nrl.navy.mil/pub/nuttcp/
 Summary: Tool for testing TCP connections
 Group: Applications/Internet
@@ -22,6 +23,8 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .pre1fix
+
 sed -i -e "s,/usr/local/bin,%{_bindir},g;" \
        -e  "s,disable\(.*\)no,disable\t\t= yes,g" xinetd.d/*
 
@@ -46,6 +49,10 @@
 %config(noreplace) %{_sysconfdir}/xinetd.d/%{name}
 
 %changelog
+* Fri Jul 18 2008 Radek Vokál <rvokal at redhat.com> - 5.5.5-1
+- upgrade to 5.5.5
+- remove pre1 from makefile
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 5.3.1-4
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nuttcp/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	21 Jul 2006 12:45:32 -0000	1.3
+++ sources	18 Jul 2008 10:30:52 -0000	1.4
@@ -1 +1 @@
-8fae45f7211b68e0657b472cce8eb108  nuttcp-5.3.1.tar.bz2
+ec79568d622f85d6077c0dc819a31b84  nuttcp-5.5.5.tar.bz2




More information about the fedora-extras-commits mailing list