]> git.pld-linux.org Git - packages/arping.git/commitdiff
- updated to 2.24 master auto/th/arping-2.24-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 5 May 2024 19:52:13 +0000 (21:52 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 5 May 2024 19:52:13 +0000 (21:52 +0200)
arping-nolibs.patch
arping.spec

index 01a915d6f20462a3e26fabfceea0b0c0b2b4587f..55e96b134b6619129ce68664d281b833ff75d3e0 100644 (file)
@@ -1,13 +1,11 @@
---- arping-2.23/configure.ac.orig      2023-12-23 15:50:50.457952760 +0100
-+++ arping-2.23/configure.ac   2023-12-23 16:52:39.041194975 +0100
-@@ -22,9 +22,9 @@ AC_PROG_MAKE_SET
- CPPFLAGS="$CPPFLAGS -D_DEFAULT_SOURCE=1"
+--- arping-2.24/configure.ac.orig      2024-05-05 21:42:00.539234006 +0200
++++ arping-2.24/configure.ac   2024-05-05 21:47:33.224098364 +0200
+@@ -37,8 +37,8 @@ CHECK_COMPILER_OPTION([-std=c99])
  
  # Checks for libraries.
--AC_CHECK_LIB([m], [sqrt])
+ AC_CHECK_LIB([m], [sqrt])
 -AC_CHECK_LIB([socket], [socket])
 -AC_CHECK_LIB([nsl], [gethostbyname])
-+AC_SEARCH_LIBS([sqrt], [m])
 +AC_SEARCH_LIBS([socket], [socket])
 +AC_SEARCH_LIBS([gethostbyname], [nsl])
  AC_CHECK_LIB([cap], [cap_init])
index 62ab993908eb289690a5c040eedc24e4ea2eb56b..1c4a0c96ef59126a9074dcc0df1fe78d107ae1d4 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       ARPing - ping an address by ARP packets
 Summary(pl.UTF-8):     ARPing - pingowanie adresów pakietami ARP
 Name:          arping
-Version:       2.23
+Version:       2.24
 Release:       1
 License:       GPL v2
 Group:         Networking/Admin
 Source0:       https://www.habets.pp.se/synscan/files/%{name}-%{version}.tar.gz
-# Source0-md5: 538a27fcce5262331419518c032598da
+# Source0-md5: b4d49d2805fc7db1e7c981325b105be2
 Patch0:                %{name}-nolibs.patch
 URL:           https://www.habets.pp.se/synscan/programs_arping.html
 BuildRequires: autoconf >= 2.61
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 cp -p extra/arping-scan-net.sh \
        $RPM_BUILD_ROOT%{_sbindir}/arping-scan-net.sh
 
+# interfaces not accessible in binary package
+%{__rm} $RPM_BUILD_ROOT%{_includedir}/arping.h
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.14449 seconds and 4 git commands to generate.