[ocaml-sqlite] New upstream version 2.0.6.

Richard W.M. Jones rjones at fedoraproject.org
Mon Jul 21 20:50:58 UTC 2014


commit b4e836f23f71e52a81a3ee94c24c66c0326cb21c
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Jul 21 21:50:48 2014 +0100

    New upstream version 2.0.6.
    
    - OCaml 4.02.0 beta rebuild.

 .gitignore        |    1 +
 ocaml-sqlite.spec |   12 ++++++++----
 sources           |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d2db07..5ce0c73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /sqlite3-ocaml-2.0.5.tar.gz
+/sqlite3-ocaml-2.0.6.tar.gz
diff --git a/ocaml-sqlite.spec b/ocaml-sqlite.spec
index d317f75..a0e18ef 100644
--- a/ocaml-sqlite.spec
+++ b/ocaml-sqlite.spec
@@ -4,13 +4,13 @@
 %endif
 
 Name:           ocaml-sqlite
-Version:        2.0.5
-Release:        2%{?dist}
+Version:        2.0.6
+Release:        1%{?dist}
 Summary:        OCaml library for accessing SQLite3 databases
 License:        BSD
 
-URL:            https://bitbucket.org/mmottl/sqlite3-ocaml
-Source0:        https://bitbucket.org/mmottl/sqlite3-ocaml/downloads/sqlite3-ocaml-%{version}.tar.gz
+URL:            https://github.com/mmottl/sqlite3-ocaml
+Source0:        https://github.com/mmottl/sqlite3-ocaml/releases/download/v%{version}/sqlite3-ocaml-%{version}.tar.gz
 
 BuildRequires:  ocaml >= 3.10.0
 BuildRequires:  ocaml-findlib
@@ -82,6 +82,10 @@ make install
 
 
 %changelog
+* Mon Jul 21 2014 Richard W.M. Jones <rjones at redhat.com> - 2.0.6-1
+- New upstream version 2.0.6.
+- OCaml 4.02.0 beta rebuild.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index de7848d..0c187ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2eabdc9e8b7691bf1957d09a90ef7ee  sqlite3-ocaml-2.0.5.tar.gz
+e1c9b097729a0b33dc8da3b142edeef4  sqlite3-ocaml-2.0.6.tar.gz


More information about the scm-commits mailing list