Skip to content

Commit 899cdc5

Browse files
committed
Update version (in all places) + update python bindings (merge from devel)
1 parent 3c9dbbb commit 899cdc5

File tree

4 files changed

+15
-31
lines changed

4 files changed

+15
-31
lines changed

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for libdnet 1.15.
3+
# Generated by GNU Autoconf 2.69 for libdnet 1.16.1.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
587587
# Identity of this package.
588588
PACKAGE_NAME='libdnet'
589589
PACKAGE_TARNAME='libdnet'
590-
PACKAGE_VERSION='1.15'
591-
PACKAGE_STRING='libdnet 1.15'
590+
PACKAGE_VERSION='1.16.1'
591+
PACKAGE_STRING='libdnet 1.16.1'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

@@ -1349,7 +1349,7 @@ if test "$ac_init_help" = "long"; then
13491349
# Omit some internal or obsolete options to make the list less imposing.
13501350
# This message is too long to be a string in the A/UX 3.1 sh.
13511351
cat <<_ACEOF
1352-
\`configure' configures libdnet 1.15 to adapt to many kinds of systems.
1352+
\`configure' configures libdnet 1.16.1 to adapt to many kinds of systems.
13531353
13541354
Usage: $0 [OPTION]... [VAR=VALUE]...
13551355
@@ -1420,7 +1420,7 @@ fi
14201420

14211421
if test -n "$ac_init_help"; then
14221422
case $ac_init_help in
1423-
short | recursive ) echo "Configuration of libdnet 1.15:";;
1423+
short | recursive ) echo "Configuration of libdnet 1.16.1:";;
14241424
esac
14251425
cat <<\_ACEOF
14261426
@@ -1544,7 +1544,7 @@ fi
15441544
test -n "$ac_init_help" && exit $ac_status
15451545
if $ac_init_version; then
15461546
cat <<\_ACEOF
1547-
libdnet configure 1.15
1547+
libdnet configure 1.16.1
15481548
generated by GNU Autoconf 2.69
15491549
15501550
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1963,7 +1963,7 @@ cat >config.log <<_ACEOF
19631963
This file contains any messages produced by compilers while
19641964
running configure, to aid debugging if configure makes a mistake.
19651965
1966-
It was created by libdnet $as_me 1.15, which was
1966+
It was created by libdnet $as_me 1.16.1, which was
19671967
generated by GNU Autoconf 2.69. Invocation command line was
19681968
19691969
$ $0 $@
@@ -2829,7 +2829,7 @@ fi
28292829

28302830
# Define the identity of the package.
28312831
PACKAGE='libdnet'
2832-
VERSION='1.15'
2832+
VERSION='1.16.1'
28332833

28342834

28352835
cat >>confdefs.h <<_ACEOF
@@ -15303,7 +15303,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1530315303
# report actual input values of CONFIG_FILES etc. instead of their
1530415304
# values after options handling.
1530515305
ac_log="
15306-
This file was extended by libdnet $as_me 1.15, which was
15306+
This file was extended by libdnet $as_me 1.16.1, which was
1530715307
generated by GNU Autoconf 2.69. Invocation command line was
1530815308
1530915309
CONFIG_FILES = $CONFIG_FILES
@@ -15369,7 +15369,7 @@ _ACEOF
1536915369
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1537015370
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1537115371
ac_cs_version="\\
15372-
libdnet config.status 1.15
15372+
libdnet config.status 1.16.1
1537315373
configured by $0, generated by GNU Autoconf 2.69,
1537415374
with options \\"\$ac_cs_config\\"
1537515375

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dnl
22
dnl configure.in
33
dnl
4-
dnl Copyright (c) 2019 Oliver Falk <[email protected]>
4+
dnl Copyright (c) 2022 Oliver Falk <[email protected]>
55
dnl
66
dnl $Id$
77

88
AC_PREREQ([2.69])
9-
AC_INIT(libdnet, 1.15)
9+
AC_INIT(libdnet, 1.16.1)
1010
AC_CONFIG_MACRO_DIR([m4])
1111
AC_CONFIG_AUX_DIR(config)
1212
AC_SUBST(ac_aux_dir)

libdnet.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Simple portable interface to lowlevel networking routines
22
Name: libdnet
3-
Version: 1.15
3+
Version: 1.16.1
44
Release: 1%{?dist}
55
License: BSD
66
URL: https://github.com/ofalk/%{name}
@@ -88,7 +88,7 @@ popd
8888
%{python3_sitearch}/*
8989

9090
%changelog
91-
* Sat Apr 30 2022 Oliver Falk <[email protected]> - 1.15-1
92-
- Update spec / sync with Fedora
91+
* Mon May 02 2022 Oliver Falk <[email protected]> - 1.16.1-1
92+
- Release 1.16.1
9393

9494
# vim:ts=4:

python/dnet.c

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)