diff --git a/fping-3.5.tar.gz b/fping-3.5.tar.gz deleted file mode 100644 index 114ddd0..0000000 --- a/fping-3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09b8960e235341bae6000085d38106357eae656a79e0119bd27e816c9003656a -size 145512 diff --git a/fping-3.9.tar.gz b/fping-3.9.tar.gz new file mode 100644 index 0000000..ebba5bb --- /dev/null +++ b/fping-3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173653d123c0122f69ec916d9a29914e3525c8e880d2b0e57db307a1be42b11d +size 156675 diff --git a/fping.changes b/fping.changes index bba5490..67bda76 100644 --- a/fping.changes +++ b/fping.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sat Mar 8 20:28:18 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.9: + + Fix random output on socket error (#56). + + Support ppc64le architecture by including alpha libtool + version. + + Fix compilation problem on FreeBSD (#57). + + Initial test suite and continous intergration (with + travis-ci.org / coveralls.io). + + Don't output usage information on error. +- Changes from version 3.8: + + Fix segmentation fault introduced in version 3.7 with loop mode + (#55). +- Changes from version 3.7: + + Allow running as non-root on Mac OS X by using non-privileged + ICMP (#7). + + Remove unnecessary IPv6 socket options. + + Fix again compatibility issue with FreeBSD. + + Fix fping hanging forever on permanent sendto failure. + + Fix duplicate echo reply packets causing early stop in count + mode (#53). +- Changes from version 3.6: + + Fix loop issue after 65536 pings (#12). + + Minimum ping data size is now 0. + + Removed setsockopt IPV6_CHECKSUM, which shouldn't be set and + breaks compiling on Solaris. + + Fix wrong min RTT value with -Q option (#51). +- Drop export CFLAGS="%optflags -D_GNU_SOURCE -fwhole-program", it + breaks the build. + ------------------------------------------------------------------- Sun Aug 18 22:00:36 UTC 2013 - zaitor@opensuse.org diff --git a/fping.spec b/fping.spec index 34e7cf7..bb45660 100644 --- a/fping.spec +++ b/fping.spec @@ -1,7 +1,7 @@ # # spec file for package fping # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: fping Url: http://www.fping.org -Version: 3.5 +Version: 3.9 Release: 0 Summary: A program to ping multiple hosts License: MIT @@ -48,7 +48,6 @@ designed to be easy to parse. %setup -q %build -export CFLAGS="%optflags -D_GNU_SOURCE -fwhole-program" %configure --enable-ipv6 --enable-ipv4 make %{?_smp_mflags}