diff --git a/arping-2.09.tar.xz b/arping-2.09.tar.xz deleted file mode 100644 index be22a18..0000000 --- a/arping-2.09.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:871aff21b21577f1e214252a168fb4be9481e18129ea1a0f3332187311972f44 -size 100256 diff --git a/arping-2.10.tar.xz b/arping-2.10.tar.xz new file mode 100644 index 0000000..be3f1a4 --- /dev/null +++ b/arping-2.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fac64e2874589aa6136ea5e342986da119bf88e585d209f2fdbb8f4922e11c1 +size 103020 diff --git a/arping2.changes b/arping2.changes index d9f33c0..8bed289 100644 --- a/arping2.changes +++ b/arping2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 27 04:55:30 UTC 2012 - jengelh@medozas.de + +- Update to new upstream release 2.10 +* This release adds much improved and portable interface + autodetection. It replaces gettimeofday() with clock_gettime() + where available. + ------------------------------------------------------------------- Sat Sep 17 12:16:01 UTC 2011 - jengelh@medozas.de diff --git a/arping2.spec b/arping2.spec index 5ff779a..4add085 100644 --- a/arping2.spec +++ b/arping2.spec @@ -1,7 +1,7 @@ # # spec file for package arping2 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,23 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: arping2 -Version: 2.09 -Release: 1 -Group: Productivity/Networking/Diagnostic +Version: 2.10 +Release: 0 Summary: Layer-2 Ethernet pinger -License: GPLv2+ -Url: http://freshmeat.net/projects/arping/ +License: GPL-2.0+ +Group: Productivity/Networking/Diagnostic +Url: http://www.habets.pp.se/synscan/programs.php?prog=arping +#Freecode-URL: http://freecode.com/projects/arping/ #Git-Clone: git://github.com/ThomasHabets/arping Source: arping-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} <= 1130 -BuildRequires: libnet libpcap-devel +BuildRequires: libnet +BuildRequires: libpcap-devel %else -BuildRequires: libnet-devel libpcap-devel +BuildRequires: libnet-devel +BuildRequires: libpcap-devel %endif BuildRequires: xz