SHA256
1
0
forked from pool/arping2
Jan Engelhardt 2012-02-27 05:00:00 +00:00 committed by Git OBS Bridge
parent 5629836538
commit 53abfd0bdb
4 changed files with 22 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:871aff21b21577f1e214252a168fb4be9481e18129ea1a0f3332187311972f44
size 100256

3
arping-2.10.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fac64e2874589aa6136ea5e342986da119bf88e585d209f2fdbb8f4922e11c1
size 103020

View File

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

View File

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