[Pkg-ocaml-maint-commits] [SCM] ocaml-sqlite3 packaging branch, upstream, updated. upstream/1.6.1-7-g9aaa4ba

Stephane Glondu steph at glondu.net
Wed May 8 13:15:27 UTC 2013


The following commit has been merged in the upstream branch:
commit 7d080895b143abdb6189b3195f0dc60c9e7bb24b
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed May 8 15:08:38 2013 +0200

    Imported Upstream version 2.0.2

diff --git a/.hg_archival.txt b/.hg_archival.txt
index ba09f6d..64778e2 100644
--- a/.hg_archival.txt
+++ b/.hg_archival.txt
@@ -1,5 +1,4 @@
 repo: 42b5d31bc33edcbe8bd08bd924e56244cd453699
-node: 267334fc740d0339c36461302e2e59ee63a424bd
+node: 31b3731fa002bfab22bc49a368b2b14b47927db8
 branch: default
-latesttag: release-2.0.1
-latesttagdistance: 1
+tag: release-2.0.2
diff --git a/CHANGES.txt b/CHANGES.txt
index 537660b..5630b29 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,6 @@
+2012-07-20:  Downgraded findlib version requirement to support the Debian
+             testing branch.
+
 2012-07-16:  Replaced String.trim function in myocamlbuild.ml to allow
              compiling with OCaml 3.12.1.
 
diff --git a/README.md b/README.md
index 9f83140..a6c851f 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ What is SQLite3-OCaml?
 
 SQLite3-OCaml is an [OCaml](http://www.ocaml.org) library with bindings to the
 [SQLite3](http://www.sqlite.org) client API.  Sqlite3 is a self-contained,
-serverless, zero-configuration, transactional SQL databse engine with
+serverless, zero-configuration, transactional SQL database engine with
 outstanding performance for many use cases.
 
 These bindings are written in a way that enables a friendly coexistence with
diff --git a/_oasis b/_oasis
index 3108efd..aeb1786 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:      0.3
 Name:             sqlite3-ocaml
-Version:          2.0.1
+Version:          2.0.2
 Synopsis:         sqlite3-ocaml - bindings to the SQLite3 library
 Description:      sqlite3-ocaml offers library functions for accessing SQLite3 database
 Authors:          Markus Mottl <markus.mottl at gmail.com>,
@@ -13,7 +13,7 @@ Maintainers:      Markus Mottl <markus.mottl at gmail.com>,
 LicenseFile:      COPYING.txt
 License:          LGPL-2.1+ with OCaml linking exception
 OCamlVersion:     >= 3.12
-FindlibVersion:   >= 1.3.2
+FindlibVersion:   >= 1.3.1
 Homepage:         https://bitbucket.org/mmottl/sqlite3-ocaml
 #Categories:
 #FilesAB:

-- 
ocaml-sqlite3 packaging



More information about the Pkg-ocaml-maint-commits mailing list