Skip to content

Commit

Permalink
Added external dependency to OPAM spec for openSUSE support
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Jan 4, 2017
1 parent 4c6ed76 commit bdbf5b7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
1 change: 1 addition & 0 deletions _opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ depexts: [
[["rhel"] ["sqlite-devel"]]
[["fedora"] ["sqlite-devel"]]
[["alpine"] ["sqlite-dev"]]
[["opensuse"] ["sqlite3-devel"]]
[["osx" "homebrew"] ["sqlite3"]]
[["osx" "macports"] ["sqlite3"]]
]
5 changes: 3 additions & 2 deletions opam
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
opam-version: "1.2"
name: "sqlite3"
version: "4.0.6"
version: "4.1.2"
maintainer: "Markus Mottl <[email protected]>"
authors: [ "Markus Mottl <[email protected]>"
"Christian Szegedy <[email protected]>" ]
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"
Expand Down Expand Up @@ -41,6 +41,7 @@ depexts: [
[["rhel"] ["sqlite-devel"]]
[["fedora"] ["sqlite-devel"]]
[["alpine"] ["sqlite-dev"]]
[["opensuse"] ["sqlite3-devel"]]
[["osx" "homebrew"] ["sqlite3"]]
[["osx" "macports"] ["sqlite3"]]
]
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/META
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit bdbf5b7

Please sign in to comment.