From 14a3112909dbb57876b16d11222b7223e7107d20 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 30 Apr 2013 16:16:44 +0700 Subject: [PATCH] #61 --- luaejdb/debian/changelog | 6 ++++++ luaejdb/debian/control | 4 ++-- ...aejdb-1.0.2-1.rockspec => luaejdb-1.0.3-1.rockspec} | 2 +- pyejdb/debian/changelog | 2 +- pyejdb/debian/control | 4 ++-- pyejdb/setup.py | 2 +- tcejdb/configure | 18 +++++++++--------- tcejdb/tcutil.h | 2 +- 8 files changed, 23 insertions(+), 17 deletions(-) rename luaejdb/{luaejdb-1.0.2-1.rockspec => luaejdb-1.0.3-1.rockspec} (97%) diff --git a/luaejdb/debian/changelog b/luaejdb/debian/changelog index fd6c73e..64a9cfd 100644 --- a/luaejdb/debian/changelog +++ b/luaejdb/debian/changelog @@ -1,3 +1,9 @@ +lua-ejdb (1.0.3-1) testing; urgency=low + + * EJDB 1.1.x migration + + -- Anton Adamansky Tue, 30 Apr 2013 16:12:03 +0700 + lua-ejdb (1.0.2-1) unstable; urgency=low * Fixed x86 platform incorrect date printing diff --git a/luaejdb/debian/control b/luaejdb/debian/control index 68e2694..852aed6 100644 --- a/luaejdb/debian/control +++ b/luaejdb/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Anton Adamansky Build-Depends: debhelper (>= 9), - libtcejdb9-dev (>= 1.0.68), + libtcejdb9-dev (>= 1.1.3), luarocks (>= 2.0), lua-penlight, lua-filesystem @@ -18,7 +18,7 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, - libtcejdb9 (>= 1.0.68) + libtcejdb9 (>= 1.1.3) Recommends: lua5.1 Description: Lua binding for EJDB EJDB aims to be a fast MongoDB-like library which can be embedded into C/C++/NodeJS/Python/Lua diff --git a/luaejdb/luaejdb-1.0.2-1.rockspec b/luaejdb/luaejdb-1.0.3-1.rockspec similarity index 97% rename from luaejdb/luaejdb-1.0.2-1.rockspec rename to luaejdb/luaejdb-1.0.3-1.rockspec index 3c0a3bd..af44176 100644 --- a/luaejdb/luaejdb-1.0.2-1.rockspec +++ b/luaejdb/luaejdb-1.0.3-1.rockspec @@ -1,5 +1,5 @@ package = "luaejdb" -version = "1.0.2-1" +version = "1.0.3-1" source = { url = "https://github.com/Softmotions/ejdb.git" } diff --git a/pyejdb/debian/changelog b/pyejdb/debian/changelog index c70c173..74ba52a 100644 --- a/pyejdb/debian/changelog +++ b/pyejdb/debian/changelog @@ -1,4 +1,4 @@ -python-ejdb (1.0.6) unstable; urgency=low +python-ejdb (1.0.7-1) unstable; urgency=low * Initial release. diff --git a/pyejdb/debian/control b/pyejdb/debian/control index 974236f..d439761 100644 --- a/pyejdb/debian/control +++ b/pyejdb/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Anton Adamansky Build-Depends: debhelper (>= 9), - libtcejdb9-dev (>= 1.0.65), + libtcejdb9-dev (>= 1.1.3), python3-dev, python3-setuptools, python3-pkg-resources @@ -21,7 +21,7 @@ Depends: ${misc:Depends}, python3 (>= 3.2.0), ${shlibs:Depends}, - libtcejdb9 (>= 1.0.65) + libtcejdb9 (>= 1.1.3) Provides: ${python3:Provides} Description: Python3 binding for EJDB diff --git a/pyejdb/setup.py b/pyejdb/setup.py index c617c9e..91dbe50 100755 --- a/pyejdb/setup.py +++ b/pyejdb/setup.py @@ -99,7 +99,7 @@ class build_ext(_build_ext): setup( name="pyejdb", - version="1.0.5", + version="1.0.7", url="http://ejdb.org", keywords=["ejdb", "tokyocabinet", "nosql", "database", "storage", "embedded", "mongodb", "json"], description="Python3 binding for EJDB database engine.", diff --git a/tcejdb/configure b/tcejdb/configure index d6a1e45..2831867 100755 --- a/tcejdb/configure +++ b/tcejdb/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for tcejdb 1.1.2. +# Generated by GNU Autoconf 2.69 for tcejdb 1.1.3. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='tcejdb' PACKAGE_TARNAME='tcejdb' -PACKAGE_VERSION='1.1.2' -PACKAGE_STRING='tcejdb 1.1.2' +PACKAGE_VERSION='1.1.3' +PACKAGE_STRING='tcejdb 1.1.3' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1268,7 +1268,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 tcejdb 1.1.2 to adapt to many kinds of systems. +\`configure' configures tcejdb 1.1.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1333,7 +1333,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of tcejdb 1.1.2:";; + short | recursive ) echo "Configuration of tcejdb 1.1.3:";; esac cat <<\_ACEOF @@ -1439,7 +1439,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -tcejdb configure 1.1.2 +tcejdb configure 1.1.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1737,7 +1737,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 tcejdb $as_me 1.1.2, which was +It was created by tcejdb $as_me 1.1.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -5273,7 +5273,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 tcejdb $as_me 1.1.2, which was +This file was extended by tcejdb $as_me 1.1.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5326,7 +5326,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="\\ -tcejdb config.status 1.1.2 +tcejdb config.status 1.1.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/tcejdb/tcutil.h b/tcejdb/tcutil.h index cb3c162..f703711 100644 --- a/tcejdb/tcutil.h +++ b/tcejdb/tcutil.h @@ -3725,7 +3725,7 @@ typedef unsigned char TCBITMAP; /* type of a bit map object */ #include -#define _TC_VERSION "1.1.2" +#define _TC_VERSION "1.1.3" #define _TC_LIBVER 911 #define _TC_FORMATVER "1.0" -- 2.7.4