[fping] - update to 3.4 which fixes rhbz#854572 by restoring previous behavior: * Revert "Output statistic

Charles R. Anderson cra at fedoraproject.org
Mon Sep 24 13:28:29 UTC 2012


commit c32078b5e95659eb3c571af4dd7d2004fb1fd228
Author: Charles R. Anderson <cra at wpi.edu>
Date:   Mon Sep 24 09:26:59 2012 -0400

    - update to 3.4 which fixes rhbz#854572 by restoring previous behavior:
      * Revert "Output statistics to stdout instead of stderr", because it breaks
        tools assuming the output goes to stderr

 .gitignore |    1 +
 fping.spec |    9 +++++++--
 sources    |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b965507..6f6ef3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /fping-3.0.tar.gz
 /fping-3.2.tar.gz
 /fping-3.3.tar.gz
+/fping-3.4.tar.gz
diff --git a/fping.spec b/fping.spec
index 7328c11..0b3575b 100644
--- a/fping.spec
+++ b/fping.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name: fping
-Version: 3.3
-Release: 2%{?dist}
+Version: 3.4
+Release: 1%{?dist}
 Summary: Scriptable, parallelized ping-like utility
 Group: Applications/Internet
 License: BSD with advertising
@@ -48,6 +48,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/*
 
 %changelog
+* Mon Sep 24 2012 Charles R. Anderson <cra at wpi.edu> - 3.4-1
+- update to 3.4 which fixes rhbz#854572 by restoring previous behavior:
+  * Revert "Output statistics to stdout instead of stderr", because it breaks
+    tools assuming the output goes to stderr
+
 * Thu Aug 30 2012 Charles R. Anderson <cra at wpi.edu> - 3.3-2
 - use configure options to build ipv4 and ipv6 versions simultaneously
   so we can use the standard make install to get the fping6 man page,
diff --git a/sources b/sources
index c3e2976..2315200 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3260bdc49e72ccc9dc63b1e2fb02eae5  fping-3.3.tar.gz
+a4bc97804e630dbf26dfac8f28c78091  fping-3.4.tar.gz


More information about the scm-commits mailing list