Skip to content

Commit

Permalink
Update version (in all places) + update python bindings (merge from d…
Browse files Browse the repository at this point in the history
…evel)
  • Loading branch information
ofalk committed May 2, 2022
1 parent 3c9dbbb commit 899cdc5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 31 deletions.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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=''

Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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 $@
Expand Down Expand Up @@ -2829,7 +2829,7 @@ fi

# Define the identity of the package.
PACKAGE='libdnet'
VERSION='1.15'
VERSION='1.16.1'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dnl
dnl configure.in
dnl
dnl Copyright (c) 2019 Oliver Falk <[email protected]>
dnl Copyright (c) 2022 Oliver Falk <[email protected]>
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)
Expand Down
6 changes: 3 additions & 3 deletions libdnet.spec
Original file line number Diff line number Diff line change
@@ -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}
Expand Down Expand Up @@ -88,7 +88,7 @@ popd
%{python3_sitearch}/*

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

# vim:ts=4:
16 changes: 0 additions & 16 deletions python/dnet.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 899cdc5

Please sign in to comment.