From 899cdc5039b53b4e0e0e73fd871c5ca3f658b2de Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Mon, 2 May 2022 11:35:01 +0200 Subject: [PATCH] Update version (in all places) + update python bindings (merge from devel) --- configure | 20 ++++++++++---------- configure.ac | 4 ++-- libdnet.spec | 6 +++--- python/dnet.c | 16 ---------------- 4 files changed, 15 insertions(+), 31 deletions(-) diff --git a/configure b/configure index 80cac0f..20a38e7 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libdnet 1.15. +# Generated by GNU Autoconf 2.69 for libdnet 1.16.1. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libdnet' PACKAGE_TARNAME='libdnet' -PACKAGE_VERSION='1.15' -PACKAGE_STRING='libdnet 1.15' +PACKAGE_VERSION='1.16.1' +PACKAGE_STRING='libdnet 1.16.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1349,7 +1349,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libdnet 1.15 to adapt to many kinds of systems. +\`configure' configures libdnet 1.16.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1420,7 +1420,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libdnet 1.15:";; + short | recursive ) echo "Configuration of libdnet 1.16.1:";; esac cat <<\_ACEOF @@ -1544,7 +1544,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libdnet configure 1.15 +libdnet configure 1.16.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1963,7 +1963,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libdnet $as_me 1.15, which was +It was created by libdnet $as_me 1.16.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2829,7 +2829,7 @@ fi # Define the identity of the package. PACKAGE='libdnet' - VERSION='1.15' + VERSION='1.16.1' cat >>confdefs.h <<_ACEOF @@ -15303,7 +15303,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libdnet $as_me 1.15, which was +This file was extended by libdnet $as_me 1.16.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15369,7 +15369,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libdnet config.status 1.15 +libdnet config.status 1.16.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 515455d..298e0d0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,12 @@ dnl dnl configure.in dnl -dnl Copyright (c) 2019 Oliver Falk +dnl Copyright (c) 2022 Oliver Falk dnl dnl $Id$ AC_PREREQ([2.69]) -AC_INIT(libdnet, 1.15) +AC_INIT(libdnet, 1.16.1) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR(config) AC_SUBST(ac_aux_dir) diff --git a/libdnet.spec b/libdnet.spec index b390a23..139a2b8 100644 --- a/libdnet.spec +++ b/libdnet.spec @@ -1,6 +1,6 @@ Summary: Simple portable interface to lowlevel networking routines Name: libdnet -Version: 1.15 +Version: 1.16.1 Release: 1%{?dist} License: BSD URL: https://github.com/ofalk/%{name} @@ -88,7 +88,7 @@ popd %{python3_sitearch}/* %changelog -* Sat Apr 30 2022 Oliver Falk - 1.15-1 -- Update spec / sync with Fedora +* Mon May 02 2022 Oliver Falk - 1.16.1-1 +- Release 1.16.1 # vim:ts=4: diff --git a/python/dnet.c b/python/dnet.c index 89394b9..ca40aea 100644 --- a/python/dnet.c +++ b/python/dnet.c @@ -6,22 +6,6 @@ "depends": [ "../include/dnet.h" ], - "extra_objects": [ - "../src/.libs/addr-util.o", - "../src/.libs/addr.o", - "../src/.libs/arp-ioctl.o", - "../src/.libs/blob.o", - "../src/.libs/eth-linux.o", - "../src/.libs/fw-none.o", - "../src/.libs/intf.o", - "../src/.libs/ip-util.o", - "../src/.libs/ip.o", - "../src/.libs/ip6.o", - "../src/.libs/ndisc-linux.o", - "../src/.libs/rand.o", - "../src/.libs/route-linux.o", - "../src/.libs/tun-linux.o" - ], "include_dirs": [ "../include" ],