Accepting request 494726 from network:utilities
1 OBS-URL: https://build.opensuse.org/request/show/494726 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fping?expand=0&rev=29
This commit is contained in:
commit
87ac3653b5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f753094e4df3cdb1d99be1687c0fb7d2f14c0d526ebf03158c8c5519bc78f54
|
|
||||||
size 162629
|
|
3
fping-4.0.tar.gz
Normal file
3
fping-4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:67eb4152b98ad34f99d2eec4e1098a0bb52caf13c0c89cd147349d08190fe8ce
|
||||||
|
size 170060
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 11 10:32:28 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Do away with %__ macro indirections.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 8 16:33:22 UTC 2017 - liedke@rz.uni-mannheim.de
|
||||||
|
|
||||||
|
- Update to version 4.0
|
||||||
|
* feature: Auto-adjust timeout for -c/-C/-l mode to value of -p
|
||||||
|
* feature: Enforce -t timeout on reply packets, by discarding late
|
||||||
|
packets (#32)
|
||||||
|
* feature: Option -d/--rdns now always does a rdns-lookup, even for
|
||||||
|
names, as '-n' was doing until now
|
||||||
|
* feature: Keep original name if a hostname is given with -n/--name
|
||||||
|
* feature: New option -6 to force IPv6
|
||||||
|
* feature: New option -4 to force IPv4
|
||||||
|
* feature: IPv6 enabled by default
|
||||||
|
* feature: Long option names for all options
|
||||||
|
* feature: Unified 'fping' and 'fping6' into one binary (#80)
|
||||||
|
* feature: fping and fping6 are now unified into one binary.
|
||||||
|
* bugfix: -i/-p restrictions disabled by default
|
||||||
|
(enable with --enable-safe-limits)
|
||||||
|
* bugfix: Default interval -i changed from 25ms to 10ms
|
||||||
|
* bugfix: Fix compatibility issue with GNU Hurd
|
||||||
|
* bugfix: A C99 compiler is now required
|
||||||
|
* bugfix: Option parsing with optparse
|
||||||
|
* bugfix: New changelog file format
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 28 13:06:09 UTC 2017 - liedke@rz.uni-mannheim.de
|
Tue Feb 28 13:06:09 UTC 2017 - liedke@rz.uni-mannheim.de
|
||||||
|
|
||||||
|
10
fping.spec
10
fping.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: fping
|
Name: fping
|
||||||
Url: http://www.fping.org
|
Url: http://www.fping.org
|
||||||
Version: 3.16
|
Version: 4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A program to ping multiple hosts
|
Summary: A program to ping multiple hosts
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -48,17 +48,17 @@ designed to be easy to parse.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-ipv6 --enable-ipv4
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
ln -fs fping.8 %{buildroot}%{_mandir}/man8/fping.8
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog COPYING README
|
%doc CHANGELOG.md INSTALL
|
||||||
%{_mandir}/man8/fping*.8*
|
%{_mandir}/man8/fping.8.gz
|
||||||
%{_sbindir}/fping
|
%{_sbindir}/fping
|
||||||
%{_sbindir}/fping6
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user