rpms/iperf/FC-6 iperf-2.0.2-debug.patch, NONE, 1.1 iperf.spec, 1.3, 1.4

Gabriel L. Somlo (somlo) fedora-extras-commits at redhat.com
Mon Jan 29 18:11:17 UTC 2007


Author: somlo

Update of /cvs/extras/rpms/iperf/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13549

Modified Files:
	iperf.spec 
Added Files:
	iperf-2.0.2-debug.patch 
Log Message:
patch to prevent removal of debug info by ville.sxytta(at)iki.fi


iperf-2.0.2-debug.patch:

--- NEW FILE iperf-2.0.2-debug.patch ---
diff -NarU5 iperf-2.0.2.orig/configure iperf-2.0.2/configure
--- iperf-2.0.2.orig/configure	2005-05-02 16:22:07.000000000 -0400
+++ iperf-2.0.2/configure	2007-01-29 12:46:42.000000000 -0500
@@ -2528,11 +2528,11 @@
   am__fastdepCXX_TRUE='#'
   am__fastdepCXX_FALSE=
 fi
 
 
-CXXFLAGS=`echo " $CXXFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
+#CXXFLAGS=`echo " $CXXFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
@@ -3367,11 +3367,11 @@
   am__fastdepCC_TRUE='#'
   am__fastdepCC_FALSE=
 fi
 
 
-CFLAGS=`echo " $CFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
+#CFLAGS=`echo " $CFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
 
 echo "$as_me:$LINENO: checking for library containing strerror" >&5
 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
 if test "${ac_cv_search_strerror+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6


Index: iperf.spec
===================================================================
RCS file: /cvs/extras/rpms/iperf/FC-6/iperf.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iperf.spec	8 Sep 2006 14:05:00 -0000	1.3
+++ iperf.spec	29 Jan 2007 18:10:47 -0000	1.4
@@ -1,11 +1,12 @@
 Name: iperf
 Version: 2.0.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Measurement tool for TCP/UDP bandwidth performance
 License: BSD
 Group: Applications/Internet
 URL: http://dast.nlanr.net/Projects/Iperf/
 Source: http://dast.nlanr.net/Projects/Iperf2.0/%{name}-%{version}.tar.gz
+Patch: iperf-2.0.2-debug.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -15,6 +16,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -33,6 +35,9 @@
 %{_bindir}/iperf
 
 %changelog
+* Mon Jan 29 2007 Gabriel Somlo <somlo at cmu.edu> 2.0.2-3
+- patch to prevent removal of debug info by ville.sxytta(at)iki.fi
+
 * Fri Sep 08 2006 Gabriel Somlo <somlo at cmu.edu> 2.0.2-2
 - rebuilt for FC6MassRebuild
 




More information about the scm-commits mailing list