From 77a8b4ca1a33d41bd947853166f611c6604b065bc57755bfdfaf7f91415b1c2f Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Thu, 11 May 2017 02:33:59 +0000 Subject: [PATCH 1/2] Accepting request 493503 from home:dliedke:branches:network:utilities Update to version 4.0 OBS-URL: https://build.opensuse.org/request/show/493503 OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=30 --- fping-3.16.tar.gz | 3 --- fping-4.0.tar.gz | 3 +++ fping.changes | 24 ++++++++++++++++++++++++ fping.spec | 10 +++++----- 4 files changed, 32 insertions(+), 8 deletions(-) delete mode 100644 fping-3.16.tar.gz create mode 100644 fping-4.0.tar.gz diff --git a/fping-3.16.tar.gz b/fping-3.16.tar.gz deleted file mode 100644 index 87695b2..0000000 --- a/fping-3.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f753094e4df3cdb1d99be1687c0fb7d2f14c0d526ebf03158c8c5519bc78f54 -size 162629 diff --git a/fping-4.0.tar.gz b/fping-4.0.tar.gz new file mode 100644 index 0000000..f0619ae --- /dev/null +++ b/fping-4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67eb4152b98ad34f99d2eec4e1098a0bb52caf13c0c89cd147349d08190fe8ce +size 170060 diff --git a/fping.changes b/fping.changes index 3916875..1d95608 100644 --- a/fping.changes +++ b/fping.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +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 diff --git a/fping.spec b/fping.spec index d813a8b..e8b92fc 100644 --- a/fping.spec +++ b/fping.spec @@ -18,7 +18,7 @@ Name: fping Url: http://www.fping.org -Version: 3.16 +Version: 4.0 Release: 0 Summary: A program to ping multiple hosts License: MIT @@ -48,17 +48,17 @@ designed to be easy to parse. %setup -q %build -%configure --enable-ipv6 --enable-ipv4 +%configure make %{?_smp_mflags} %install %makeinstall +%{__ln_s} -f fping.8 %{buildroot}%{_mandir}/man8/fping.8 %files %defattr(-,root,root) -%doc ChangeLog COPYING README -%{_mandir}/man8/fping*.8* +%doc CHANGELOG.md INSTALL +%{_mandir}/man8/fping.8.gz %{_sbindir}/fping -%{_sbindir}/fping6 %changelog From b02014494efe70cf7f2129a3b702cbeff2659af0d57dca837343201f28a4b4f0 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Thu, 11 May 2017 20:07:24 +0000 Subject: [PATCH 2/2] Accepting request 494587 from home:jengelh:branches:network:utilities - Do away with %__ macro indirections. OBS-URL: https://build.opensuse.org/request/show/494587 OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=31 --- fping.changes | 5 +++++ fping.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/fping.changes b/fping.changes index 1d95608..459f474 100644 --- a/fping.changes +++ b/fping.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/fping.spec b/fping.spec index e8b92fc..7c0e17c 100644 --- a/fping.spec +++ b/fping.spec @@ -53,7 +53,7 @@ make %{?_smp_mflags} %install %makeinstall -%{__ln_s} -f fping.8 %{buildroot}%{_mandir}/man8/fping.8 +ln -fs fping.8 %{buildroot}%{_mandir}/man8/fping.8 %files %defattr(-,root,root)