[Pkg-ocaml-maint-commits] [ocaml-sqlite3] 04/19: Imported Upstream version 2.0.9

Stéphane Glondu glondu at moszumanska.debian.org
Wed Aug 3 13:55:23 UTC 2016


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

glondu pushed a commit to branch master
in repository ocaml-sqlite3.

commit 832fee4b8f4e56fbf4c6c7dd973fbc97a31ccbd6
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Aug 3 15:37:17 2016 +0200

    Imported Upstream version 2.0.9
---
 _oasis          | 2 +-
 lib/META        | 4 ++--
 myocamlbuild.ml | 4 ++--
 setup.ml        | 6 +++---
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/_oasis b/_oasis
index 449620b..d50d156 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:      0.4
 Name:             sqlite3
-Version:          2.0.8
+Version:          2.0.9
 Synopsis:         sqlite3-ocaml - SQLite3 bindings
 Description:      sqlite3-ocaml is an OCaml library with bindings to the
                   SQLite3 client API.  Sqlite3 is a self-contained, serverless,
diff --git a/lib/META b/lib/META
index eb915a1..d5cd9b6 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: 8305eccf9d25fc8cbe922719f09082c2)
-version = "2.0.8"
+# DO NOT EDIT (digest: f2411e0a0d6c8bb3fee87a6bf3f386db)
+version = "2.0.9"
 description = "sqlite3-ocaml - SQLite3 bindings"
 archive(byte) = "sqlite3.cma"
 archive(byte, plugin) = "sqlite3.cma"
diff --git a/myocamlbuild.ml b/myocamlbuild.ml
index 52659da..6e97ca5 100644
--- a/myocamlbuild.ml
+++ b/myocamlbuild.ml
@@ -732,13 +732,13 @@ let () =
         let osqlite3_cflags =
           let cmd = "pkg-config --cflags sqlite3" in
           match read_lines_from_cmd ~max_lines:1 cmd with
-          | [cflags] when cflags <> "" -> S (ocamlify ~ocaml_flag:"-ccopt" cflags)
+          | [cflags] -> S (ocamlify ~ocaml_flag:"-ccopt" cflags)
           | _ -> failwith "pkg-config failed for cflags"
         in
         let sqlite3_clibs, osqlite3_clibs =
           let cmd = "pkg-config --libs sqlite3" in
           match read_lines_from_cmd ~max_lines:1 cmd with
-          | [libs] when libs <> "" ->
+          | [libs] ->
               S (split_flags libs), S (ocamlify ~ocaml_flag:"-cclib" libs)
           | _ -> failwith "pkg-config failed for libs"
         in
diff --git a/setup.ml b/setup.ml
index 7406502..1cf9cd8 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.3.0 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: d72ad52c970b501a8decfd221dc8edff) *)
+(* DO NOT EDIT (digest: 3743f09fc72577ad3af91b1ab47847de) *)
 (*
    Regenerated by OASIS v0.4.5
    Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6957,7 +6957,7 @@ let setup_t =
           alpha_features = [];
           beta_features = [];
           name = "sqlite3";
-          version = "2.0.8";
+          version = "2.0.9";
           license =
             OASISLicense.DEP5License
               (OASISLicense.DEP5Unit
@@ -7430,7 +7430,7 @@ let setup_t =
        };
      oasis_fn = Some "_oasis";
      oasis_version = "0.4.5";
-     oasis_digest = Some "�X\012$oƺ;�ٯ�A�y";
+     oasis_digest = Some "\144 �N\011f�\016��BE���";
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-sqlite3.git



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