From bdbf5b7d6ab9d78201f480d940b47997304b7860 Mon Sep 17 00:00:00 2001 From: Markus Mottl Date: Wed, 4 Jan 2017 10:46:22 -0500 Subject: [PATCH] Added external dependency to OPAM spec for openSUSE support --- CHANGES.txt | 2 ++ _oasis | 2 +- _opam | 1 + opam | 5 +++-- setup.ml | 6 +++--- src/META | 4 ++-- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index c175824..36f364a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,5 @@ +2017-01-04: Added external dependency to OPAM spec for openSUSE support. + 2017-01-03: Fixed incorrect LGPL license reference in Oasis specification. The software is actually distributed under the Expat-license. diff --git a/_oasis b/_oasis index 37d103c..ab3bb8e 100644 --- a/_oasis +++ b/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.4 Name: sqlite3 -Version: 4.1.1 +Version: 4.1.2 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/_opam b/_opam index 8a905f5..2a88ad7 100644 --- a/_opam +++ b/_opam @@ -10,6 +10,7 @@ depexts: [ [["rhel"] ["sqlite-devel"]] [["fedora"] ["sqlite-devel"]] [["alpine"] ["sqlite-dev"]] + [["opensuse"] ["sqlite3-devel"]] [["osx" "homebrew"] ["sqlite3"]] [["osx" "macports"] ["sqlite3"]] ] diff --git a/opam b/opam index d63918b..909fca9 100644 --- a/opam +++ b/opam @@ -1,10 +1,10 @@ opam-version: "1.2" name: "sqlite3" -version: "4.0.6" +version: "4.1.2" maintainer: "Markus Mottl " authors: [ "Markus Mottl " "Christian Szegedy " ] -license: "LGPL-2.1+ with OCaml linking exception" +license: "Expat" homepage: "http://mmottl.github.io/sqlite3-ocaml" dev-repo: "https://github.com/mmottl/sqlite3-ocaml.git" bug-reports: "https://github.com/mmottl/sqlite3-ocaml/issues" @@ -41,6 +41,7 @@ depexts: [ [["rhel"] ["sqlite-devel"]] [["fedora"] ["sqlite-devel"]] [["alpine"] ["sqlite-dev"]] + [["opensuse"] ["sqlite3-devel"]] [["osx" "homebrew"] ["sqlite3"]] [["osx" "macports"] ["sqlite3"]] ] diff --git a/setup.ml b/setup.ml index ac460cd..6c57ed0 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: ca0a65af2ec3c9934900a490b3a6e221) *) +(* DO NOT EDIT (digest: 7960a9c9ee49471a7f4e7abcee9794e7) *) (* Regenerated by OASIS v0.4.8 Visit http://oasis.forge.ocamlcore.org for more information and @@ -7157,7 +7157,7 @@ let setup_t = { oasis_version = "0.4"; ocaml_version = Some (OASISVersion.VGreaterEqual "3.12"); - version = "4.1.1"; + version = "4.1.2"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -8529,7 +8529,7 @@ let setup_t = oasis_fn = Some "_oasis"; oasis_version = "0.4.8"; oasis_digest = - Some "\142\247p7{\134\171\131\149\214\239A\240\181\230\147"; + Some "\197i\019\018\207=r\147w\133\145\165\137\162\148\138"; oasis_exec = None; oasis_setup_args = []; setup_update = false diff --git a/src/META b/src/META index fd6cef4..783fc3f 100644 --- a/src/META +++ b/src/META @@ -1,6 +1,6 @@ # OASIS_START -# DO NOT EDIT (digest: 15e90ff04fdbec34526f8f3a17295244) -version = "4.1.1" +# DO NOT EDIT (digest: 28225b4e4e88e96297931e828c771280) +version = "4.1.2" description = "sqlite3-ocaml - SQLite3 bindings" archive(byte) = "sqlite3.cma" archive(byte, plugin) = "sqlite3.cma"