@@ -1,15 +0,0 @@
-Index: src/liboping.c
---- src/liboping.c.orig 2010-11-17 09:54:43.000000000 +0100
-+++ src/liboping.c 2010-12-19 18:57:57.000000000 +0100
-@@ -1512,9 +1512,11 @@
- int opt;
-
- /* Enable receiving the TOS field */
-+#ifdef IP_RECVTOS
- opt = 1;
- setsockopt (ph->fd, IPPROTO_IP, IP_RECVTOS,
- &opt, sizeof (opt));
-+#endif
- /* Enable receiving the TTL field */
@@ -31,12 +31,11 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Network
License: GPL
-Version: 1.6.1
-Release: 20110306
+Version: 1.6.2
+Release: 20120201
# list of sources
Source0: http://verplant.org/liboping/files/liboping-%{version}.tar.bz2
-Patch0: liboping.patch
# build information
BuildPreReq: OpenPKG, openpkg >= 20100101
@@ -57,7 +56,6 @@ PreReq: OpenPKG, openpkg >= 20100101
%prep
%setup -q
- %patch -p0
%build
CC="%{l_cc}" \