[libticcutils] 01/03: New upstream version 0.16.1

Maarten van Gompel proycon-guest at moszumanska.debian.org
Tue Nov 7 10:28:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

proycon-guest pushed a commit to branch master
in repository libticcutils.

commit be1aaa63d53fcaa7ebba057cf94720c590bfcc22
Author: proycon <proycon at anaproy.nl>
Date:   Tue Nov 7 11:15:47 2017 +0100

    New upstream version 0.16.1
---
 ChangeLog               |  6 ++++++
 NEWS                    |  4 ++++
 configure               | 26 ++++++++++++++------------
 configure.ac            |  2 +-
 m4/ax_boost_base.m4     |  8 +++++---
 m4/ax_boost_regex.m4    |  4 ++--
 m4/ax_check_zlib.m4     |  6 +++---
 m4/ax_lib_socket_nsl.m4 |  4 ++--
 m4/ax_type_socklen_t.m4 |  8 ++++----
 src/Makefile.am         |  2 +-
 src/Makefile.in         |  2 +-
 11 files changed, 43 insertions(+), 29 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7173455..7d43820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-11-06  Ko van der Sloot <K.vanderSloot at let.ru.nl>
+
+	* NEWS, configure.ac, m4/ax_boost_base.m4, m4/ax_boost_regex.m4,
+	src/Makefile.am: Create a branch to create a release that sets the
+	.so name to 3.0
+
 2017-10-26  Ko van der Sloot <K.vanderSloot at let.ru.nl>
 
 	* NEWS: NEWS!
diff --git a/NEWS b/NEWS
index 01ad2ca..4232826 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+06 nov 2017 0.16.1
+[Ko vd Sloot]
+* bumped the .so version to 3.0
+
 26 oct 2017 0.16
 [Ko van der Sloot]
 * update autoconfig stuff
diff --git a/configure b/configure
index 98128e0..0c62c45 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 ticcutils 0.16.
+# Generated by GNU Autoconf 2.69 for ticcutils 0.16.1.
 #
 # Report bugs to <lamasoftware at science.ru.nl>.
 #
@@ -590,8 +590,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='ticcutils'
 PACKAGE_TARNAME='ticcutils'
-PACKAGE_VERSION='0.16'
-PACKAGE_STRING='ticcutils 0.16'
+PACKAGE_VERSION='0.16.1'
+PACKAGE_STRING='ticcutils 0.16.1'
 PACKAGE_BUGREPORT='lamasoftware at science.ru.nl'
 PACKAGE_URL=''
 
@@ -1358,7 +1358,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 ticcutils 0.16 to adapt to many kinds of systems.
+\`configure' configures ticcutils 0.16.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1429,7 +1429,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ticcutils 0.16:";;
+     short | recursive ) echo "Configuration of ticcutils 0.16.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1566,7 +1566,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ticcutils configure 0.16
+ticcutils configure 0.16.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2310,7 +2310,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 ticcutils $as_me 0.16, which was
+It was created by ticcutils $as_me 0.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3173,7 +3173,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='ticcutils'
- VERSION='0.16'
+ VERSION='0.16.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16731,7 +16731,7 @@ else
 int
 main ()
 {
-socklen_t len = 42; return 0;
+socklen_t len = (socklen_t) 42; return (!len);
   ;
   return 0;
 }
@@ -17809,7 +17809,9 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
         CPPFLAGS="$CPPFLAGS_SAVED"
         LDFLAGS="$LDFLAGS_SAVED"
         BOOST_CPPFLAGS=
-        BOOST_LDFLAGS=
+        if test "$ac_boost_lib_path" = ""; then
+            BOOST_LDFLAGS=
+        fi
         _version=0
         if test "$ac_boost_path" != ""; then
             if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
@@ -18932,7 +18934,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 ticcutils $as_me 0.16, which was
+This file was extended by ticcutils $as_me 0.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18998,7 +19000,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="\\
-ticcutils config.status 0.16
+ticcutils config.status 0.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 2b5d4bf..c146ba3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([ticcutils],[0.16],[lamasoftware at science.ru.nl])
+AC_INIT([ticcutils],[0.16.1],[lamasoftware at science.ru.nl])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([.])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index ab46745..cf53ed8 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -1,5 +1,5 @@
 # ===========================================================================
-#       http://www.gnu.org/software/autoconf-archive/ax_boost_base.html
+#      https://www.gnu.org/software/autoconf-archive/ax_boost_base.html
 # ===========================================================================
 #
 # SYNOPSIS
@@ -33,7 +33,7 @@
 #   and this notice are preserved. This file is offered as-is, without any
 #   warranty.
 
-#serial 27
+#serial 29
 
 AC_DEFUN([AX_BOOST_BASE],
 [
@@ -176,7 +176,9 @@ if test "x$want_boost" = "xyes"; then
         CPPFLAGS="$CPPFLAGS_SAVED"
         LDFLAGS="$LDFLAGS_SAVED"
         BOOST_CPPFLAGS=
-        BOOST_LDFLAGS=
+        if test "$ac_boost_lib_path" = ""; then
+            BOOST_LDFLAGS=
+        fi
         _version=0
         if test "$ac_boost_path" != ""; then
             if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
diff --git a/m4/ax_boost_regex.m4 b/m4/ax_boost_regex.m4
index 918f16a..e2413c2 100644
--- a/m4/ax_boost_regex.m4
+++ b/m4/ax_boost_regex.m4
@@ -1,5 +1,5 @@
 # ===========================================================================
-#      http://www.gnu.org/software/autoconf-archive/ax_boost_regex.html
+#      https://www.gnu.org/software/autoconf-archive/ax_boost_regex.html
 # ===========================================================================
 #
 # SYNOPSIS
@@ -30,7 +30,7 @@
 #   and this notice are preserved. This file is offered as-is, without any
 #   warranty.
 
-#serial 22
+#serial 23
 
 AC_DEFUN([AX_BOOST_REGEX],
 [
diff --git a/m4/ax_check_zlib.m4 b/m4/ax_check_zlib.m4
index ae5705f..be91a86 100644
--- a/m4/ax_check_zlib.m4
+++ b/m4/ax_check_zlib.m4
@@ -1,5 +1,5 @@
 # ===========================================================================
-#       http://www.gnu.org/software/autoconf-archive/ax_check_zlib.html
+#      https://www.gnu.org/software/autoconf-archive/ax_check_zlib.html
 # ===========================================================================
 #
 # SYNOPSIS
@@ -47,7 +47,7 @@
 #   Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program. If not, see <http://www.gnu.org/licenses/>.
+#   with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 #   As a special exception, the respective Autoconf Macro's copyright owner
 #   gives unlimited permission to copy, distribute and modify the configure
@@ -62,7 +62,7 @@
 #   modified version of the Autoconf Macro, you may extend this special
 #   exception to the GPL to apply to your modified version as well.
 
-#serial 14
+#serial 15
 
 AU_ALIAS([CHECK_ZLIB], [AX_CHECK_ZLIB])
 AC_DEFUN([AX_CHECK_ZLIB],
diff --git a/m4/ax_lib_socket_nsl.m4 b/m4/ax_lib_socket_nsl.m4
index 058e975..54cad68 100644
--- a/m4/ax_lib_socket_nsl.m4
+++ b/m4/ax_lib_socket_nsl.m4
@@ -1,5 +1,5 @@
 # ===========================================================================
-#     http://www.gnu.org/software/autoconf-archive/ax_lib_socket_nsl.html
+#    https://www.gnu.org/software/autoconf-archive/ax_lib_socket_nsl.html
 # ===========================================================================
 #
 # SYNOPSIS
@@ -28,7 +28,7 @@
 #   and this notice are preserved. This file is offered as-is, without any
 #   warranty.
 
-#serial 6
+#serial 7
 
 AU_ALIAS([LIB_SOCKET_NSL], [AX_LIB_SOCKET_NSL])
 AC_DEFUN([AX_LIB_SOCKET_NSL],
diff --git a/m4/ax_type_socklen_t.m4 b/m4/ax_type_socklen_t.m4
index 834c4cf..32386e6 100644
--- a/m4/ax_type_socklen_t.m4
+++ b/m4/ax_type_socklen_t.m4
@@ -1,5 +1,5 @@
 # ===========================================================================
-#     http://www.gnu.org/software/autoconf-archive/ax_type_socklen_t.html
+#    https://www.gnu.org/software/autoconf-archive/ax_type_socklen_t.html
 # ===========================================================================
 #
 # SYNOPSIS
@@ -27,7 +27,7 @@
 #   Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License along
-#   with this program. If not, see <http://www.gnu.org/licenses/>.
+#   with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 #   As a special exception, the respective Autoconf Macro's copyright owner
 #   gives unlimited permission to copy, distribute and modify the configure
@@ -42,7 +42,7 @@
 #   modified version of the Autoconf Macro, you may extend this special
 #   exception to the GPL to apply to your modified version as well.
 
-#serial 5
+#serial 7
 
 AU_ALIAS([TYPE_SOCKLEN_T], [AX_TYPE_SOCKLEN_T])
 AC_DEFUN([AX_TYPE_SOCKLEN_T],
@@ -51,7 +51,7 @@ AC_DEFUN([AX_TYPE_SOCKLEN_T],
   AC_TRY_COMPILE(
   [#include <sys/types.h>
    #include <sys/socket.h>],
-  [socklen_t len = 42; return 0;],
+  [socklen_t len = (socklen_t) 42; return (!len);],
   ac_cv_ax_type_socklen_t=yes,
   ac_cv_ax_type_socklen_t=no)
 ])
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c7bd0b..7749cb3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@ AM_CXXFLAGS = -g -std=c++11 -O3 -W -Wall -pedantic
 LDADD = libticcutils.la
 
 lib_LTLIBRARIES = libticcutils.la
-libticcutils_la_LDFLAGS = -version-info 2:0:0
+libticcutils_la_LDFLAGS = -version-info 3:0:0
 
 libticcutils_la_SOURCES = LogStream.cxx StringOps.cxx TreeHash.cxx \
 	Configuration.cxx Timer.cxx XMLtools.cxx zipper.cxx Tar.cxx \
diff --git a/src/Makefile.in b/src/Makefile.in
index 261a0bf..32dec51 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -539,7 +539,7 @@ AM_CPPFLAGS = -I at top_srcdir@/include
 AM_CXXFLAGS = -g -std=c++11 -O3 -W -Wall -pedantic
 LDADD = libticcutils.la
 lib_LTLIBRARIES = libticcutils.la
-libticcutils_la_LDFLAGS = -version-info 2:0:0
+libticcutils_la_LDFLAGS = -version-info 3:0:0
 libticcutils_la_SOURCES = LogStream.cxx StringOps.cxx TreeHash.cxx \
 	Configuration.cxx Timer.cxx XMLtools.cxx zipper.cxx Tar.cxx \
 	FileUtils.cxx CommandLine.cxx SocketBasics.cxx ServerBase.cxx \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libticcutils.git



More information about the debian-science-commits mailing list