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 - 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 - 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