[fping] update to 3.2 no longer need capnetraw patch

Charles R. Anderson cra at fedoraproject.org
Thu Jul 26 13:24:07 UTC 2012


commit d027ac78ef75b67627e8c8347bc4270edd2d648d
Author: Chuck Anderson <cra at gauge.(none)>
Date:   Thu Jul 26 09:21:56 2012 -0400

    update to 3.2
    no longer need capnetraw patch

 .gitignore                |    1 +
 fping-3.0-capnetraw.patch |   72 ---------------------------------------------
 fping.spec                |   16 +++++-----
 sources                   |    2 +-
 4 files changed, 10 insertions(+), 81 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fcd2f3a..59d21c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fping-3.0.tar.gz
+/fping-3.2.tar.gz
diff --git a/fping.spec b/fping.spec
index a5f7da8..df45e93 100644
--- a/fping.spec
+++ b/fping.spec
@@ -5,14 +5,13 @@
 %endif
 
 Name: fping
-Version: 3.0
-Release: 2%{?dist}
+Version: 3.2
+Release: 1%{?dist}
 Summary: Scriptable, parallelized ping-like utility
 Group: Applications/Internet
 License: BSD with advertising
 URL: http://www.fping.org/
 Source0: http://fping.org/dist/%{name}-%{version}.tar.gz
-Patch0: fping-3.0-capnetraw.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -23,14 +22,11 @@ use in scripting in mind.
 
 %prep
 %setup -q -n %{name}-%{version}
-%if 0%{?use_capnetraw}
-%patch0 -p1 -b .capnetraw
-%endif
 
 %build
 %configure
 make CFLAGS="-DIPV6 %{?use_capnetraw:-DENABLE_F_OPTION} $RPM_OPT_FLAGS"
-mv fping fping6
+mv src/fping src/fping6
 
 make clean
 make CFLAGS="%{?use_capnetraw:-DENABLE_F_OPTION} $RPM_OPT_FLAGS"
@@ -38,7 +34,7 @@ make CFLAGS="%{?use_capnetraw:-DENABLE_F_OPTION} $RPM_OPT_FLAGS"
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR="$RPM_BUILD_ROOT" install
-install -p -m 4755 fping6 "$RPM_BUILD_ROOT"/%{_sbindir}
+install -p -m 4755 src/fping6 "$RPM_BUILD_ROOT"/%{_sbindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/*
 
 %changelog
+* Thu Jul 26 2012 Charles R. Anderson <cra at wpi.edu> - 3.2-1
+- update to 3.2
+- no longer need capnetraw patch
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 9f5bc4e..05ea6dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e937c9a2b1d65b6f5294fec57891645b  fping-3.0.tar.gz
+efc86557e9b54e5c3becb598a50684a0  fping-3.2.tar.gz


More information about the scm-commits mailing list