- 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
epel9
Charles R. Anderson 13 years ago
parent cfbfadff6d
commit c32078b5e9

1
.gitignore vendored

@ -1,3 +1,4 @@
/fping-3.0.tar.gz
/fping-3.2.tar.gz
/fping-3.3.tar.gz
/fping-3.4.tar.gz

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

@ -1 +1 @@
3260bdc49e72ccc9dc63b1e2fb02eae5 fping-3.3.tar.gz
a4bc97804e630dbf26dfac8f28c78091 fping-3.4.tar.gz

Loading…
Cancel
Save