[iperf] fix debuginfo regression (#925592)

Gabriel L. Somlo somlo at fedoraproject.org
Tue Aug 6 23:23:45 UTC 2013


commit b376b3a53931c90c8efcae77043d8e9e0ef785a9
Author: Gabriel L. Somlo <somlo at cmu.edu>
Date:   Tue Aug 6 19:23:36 2013 -0400

    fix debuginfo regression (#925592)

 iperf-2.0.5-debuginfo.patch |   38 ++++++++++++++------------------------
 iperf.spec                  |    5 ++++-
 2 files changed, 18 insertions(+), 25 deletions(-)
---
diff --git a/iperf-2.0.5-debuginfo.patch b/iperf-2.0.5-debuginfo.patch
index 507002f..01de201 100644
--- a/iperf-2.0.5-debuginfo.patch
+++ b/iperf-2.0.5-debuginfo.patch
@@ -1,29 +1,19 @@
-diff -NarU5 iperf-2.0.5.orig/configure iperf-2.0.5/configure
---- iperf-2.0.5.orig/configure	2010-08-22 09:20:34.948403826 -0400
-+++ iperf-2.0.5/configure	2010-04-10 15:23:05.000000000 -0400
-@@ -3649,11 +3649,11 @@
-   am__fastdepCXX_TRUE='#'
-   am__fastdepCXX_FALSE=
- fi
- 
+diff -NarU5 a/configure.ac b/configure.ac
+--- a/configure.ac	2010-04-10 15:23:05.000000000 -0400
++++ b/configure.ac	2013-08-06 19:14:46.593162631 -0400
+@@ -37,13 +37,13 @@
+ dnl ===================================================================
+ dnl Checks for programs
+ dnl ===================================================================
  
+ AC_PROG_CXX
 -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
-@@ -4299,11 +4299,11 @@
-   am__fastdepCC_TRUE='#'
-   am__fastdepCC_FALSE=
- fi
- 
- 
+ AC_PROG_CC
 -CFLAGS=`echo " $CFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
 +#CFLAGS=`echo " $CFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
- 
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
- $as_echo_n "checking for library containing strerror... " >&6; }
- if test "${ac_cv_search_strerror+set}" = set; then :
-   $as_echo_n "(cached) " >&6
+ AC_ISC_POSIX
+ AC_PROG_INSTALL
+ AC_PROG_MAKE_SET
+ AC_PROG_RANLIB
+ AC_LANG(C)
diff --git a/iperf.spec b/iperf.spec
index ec67e6b..891c27b 100644
--- a/iperf.spec
+++ b/iperf.spec
@@ -1,6 +1,6 @@
 Name: iperf
 Version: 2.0.5
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: Measurement tool for TCP/UDP bandwidth performance
 License: BSD
 Group: Applications/Internet
@@ -40,6 +40,9 @@ jitter, datagram loss.
 %{_mandir}/man*/*
 
 %changelog
+* Tue Aug 06 2013 Gabriel Somlo <somlo at cmu.edu> 2.0.5-9
+- fix debuginfo regression (#925592)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.5-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list