[ucto] 01/03: New upstream version 0.9.9

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


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

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

commit ef151afa708d39baccd81cb630212ab614224398
Author: proycon <proycon at anaproy.nl>
Date:   Tue Nov 7 11:41:03 2017 +0100

    New upstream version 0.9.9
---
 ChangeLog             |  9 +++++++++
 NEWS                  | 11 ++++++++---
 configure             | 20 ++++++++++----------
 configure.ac          |  2 +-
 m4/ax_lib_readline.m4 |  4 ++--
 src/Makefile.am       |  2 +-
 src/Makefile.in       |  2 +-
 7 files changed, 32 insertions(+), 18 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 25afd34..0ba4c32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2017-11-06  Ko van der Sloot <K.vanderSloot at let.ru.nl>
+
+	* NEWS: typo
+
+2017-11-06  Ko van der Sloot <K.vanderSloot at let.ru.nl>
+
+	* NEWS, configure.ac, src/Makefile.am: Minor fix: bumped the .so
+	version to 3.0.0
+
 2017-10-23  Ko van der Sloot <K.vanderSloot at let.ru.nl>
 
 	* tests/testutt, tests/testutt.ok, tests/utt2.xml: added anothrer
diff --git a/NEWS b/NEWS
index e747015..c560f85 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
+0.9.9 2017-11-06
+[Ko van der Sloot]
+Minor fix:
+* bumped the .so version to 3.0.0
+
 0.9.8 2017-10-23
-[Ko vd Sloot]
-Bugfix release.
- * fixed utterance handling in FoLiA input. Don't try sentence detection!
+[Ko van der Sloot]
+Bug-fix release
+* fixed utterance handling in FoLiA input. Don't try sentence detection!
 
 0.9.7 2017-10-17
 [Ko van der Sloot]
diff --git a/configure b/configure
index 7920b2e..453becb 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 ucto 0.9.8.
+# Generated by GNU Autoconf 2.69 for ucto 0.9.9.
 #
 # Report bugs to <lamasoftware at science.ru.nl>.
 #
@@ -590,8 +590,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='ucto'
 PACKAGE_TARNAME='ucto'
-PACKAGE_VERSION='0.9.8'
-PACKAGE_STRING='ucto 0.9.8'
+PACKAGE_VERSION='0.9.9'
+PACKAGE_STRING='ucto 0.9.9'
 PACKAGE_BUGREPORT='lamasoftware at science.ru.nl'
 PACKAGE_URL=''
 
@@ -1363,7 +1363,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 ucto 0.9.8 to adapt to many kinds of systems.
+\`configure' configures ucto 0.9.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1434,7 +1434,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ucto 0.9.8:";;
+     short | recursive ) echo "Configuration of ucto 0.9.9:";;
    esac
   cat <<\_ACEOF
 
@@ -1568,7 +1568,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ucto configure 0.9.8
+ucto configure 0.9.9
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2188,7 +2188,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 ucto $as_me 0.9.8, which was
+It was created by ucto $as_me 0.9.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3051,7 +3051,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='ucto'
- VERSION='0.9.8'
+ VERSION='0.9.9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -17637,7 +17637,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 ucto $as_me 0.9.8, which was
+This file was extended by ucto $as_me 0.9.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17703,7 +17703,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="\\
-ucto config.status 0.9.8
+ucto config.status 0.9.9
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 604a15d..a745d40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([ucto], [0.9.8], [lamasoftware at science.ru.nl])
+AC_INIT([ucto], [0.9.9], [lamasoftware at science.ru.nl])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/m4/ax_lib_readline.m4 b/m4/ax_lib_readline.m4
index 056f25c..8b9eef5 100644
--- a/m4/ax_lib_readline.m4
+++ b/m4/ax_lib_readline.m4
@@ -1,5 +1,5 @@
 # ===========================================================================
-#      http://www.gnu.org/software/autoconf-archive/ax_lib_readline.html
+#     https://www.gnu.org/software/autoconf-archive/ax_lib_readline.html
 # ===========================================================================
 #
 # SYNOPSIS
@@ -58,7 +58,7 @@
 #   and this notice are preserved. This file is offered as-is, without any
 #   warranty.
 
-#serial 6
+#serial 7
 
 AU_ALIAS([VL_LIB_READLINE], [AX_LIB_READLINE])
 AC_DEFUN([AX_LIB_READLINE], [
diff --git a/src/Makefile.am b/src/Makefile.am
index 32693e7..03b8edb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ LDADD = libucto.la
 ucto_SOURCES = ucto.cxx
 
 lib_LTLIBRARIES = libucto.la
-libucto_la_LDFLAGS = -version-info 2:0:0
+libucto_la_LDFLAGS = -version-info 3:0:0
 
 libucto_la_SOURCES = textcat.cxx unicode.cxx setting.cxx tokenize.cxx
 
diff --git a/src/Makefile.in b/src/Makefile.in
index d73786d..6e5429e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -528,7 +528,7 @@ AM_CXXFLAGS = -DSYSCONF_PATH=\"$(datadir)\" -std=c++0x -W -Wall -pedantic -O3 -g
 LDADD = libucto.la
 ucto_SOURCES = ucto.cxx
 lib_LTLIBRARIES = libucto.la
-libucto_la_LDFLAGS = -version-info 2:0:0
+libucto_la_LDFLAGS = -version-info 3:0:0
 libucto_la_SOURCES = textcat.cxx unicode.cxx setting.cxx tokenize.cxx
 TESTS = tst.sh
 EXTRA_DIST = tst.sh

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



More information about the debian-science-commits mailing list