#61
authoradam <adamansky@gmail.com>
Tue, 30 Apr 2013 09:16:44 +0000 (16:16 +0700)
committeradam <adamansky@gmail.com>
Tue, 30 Apr 2013 09:16:44 +0000 (16:16 +0700)
luaejdb/debian/changelog
luaejdb/debian/control
luaejdb/luaejdb-1.0.3-1.rockspec [moved from luaejdb/luaejdb-1.0.2-1.rockspec with 97% similarity]
pyejdb/debian/changelog
pyejdb/debian/control
pyejdb/setup.py
tcejdb/configure
tcejdb/tcutil.h

index fd6c73e..64a9cfd 100644 (file)
@@ -1,3 +1,9 @@
+lua-ejdb (1.0.3-1) testing; urgency=low
+
+  * EJDB 1.1.x migration
+
+ -- Anton Adamansky <adamansky@gmail.com>  Tue, 30 Apr 2013 16:12:03 +0700
+
 lua-ejdb (1.0.2-1) unstable; urgency=low
 
   * Fixed x86 platform incorrect date printing
index 68e2694..852aed6 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Anton Adamansky <adamansky@gmail.com>
 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
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 (file)
@@ -1,5 +1,5 @@
 package = "luaejdb"
-version = "1.0.2-1"
+version = "1.0.3-1"
 source = {
   url = "https://github.com/Softmotions/ejdb.git"
 }
index c70c173..74ba52a 100644 (file)
@@ -1,4 +1,4 @@
-python-ejdb (1.0.6) unstable; urgency=low
+python-ejdb (1.0.7-1) unstable; urgency=low
 
   * Initial release.
 
index 974236f..d439761 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Anton Adamansky <adamansky@gmail.com>
 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
index c617c9e..91dbe50 100755 (executable)
@@ -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.",
index d6a1e45..2831867 100755 (executable)
@@ -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\\"
 
index cb3c162..f703711 100644 (file)
@@ -3725,7 +3725,7 @@ typedef unsigned char TCBITMAP; /* type of a bit map object */
 
 #include <stdio.h>
 
-#define _TC_VERSION    "1.1.2"
+#define _TC_VERSION    "1.1.3"
 #define _TC_LIBVER     911
 #define _TC_FORMATVER  "1.0"