rpms/ocaml-sqlite/devel ocaml-sqlite.spec,1.14,1.15

Richard W.M. Jones rjones at fedoraproject.org
Sun Oct 4 21:08:40 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-sqlite/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32171

Modified Files:
	ocaml-sqlite.spec 
Log Message:
New upstream 1.5.6.


Index: ocaml-sqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-sqlite/devel/ocaml-sqlite.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- ocaml-sqlite.spec	25 Jul 2009 20:05:07 -0000	1.14
+++ ocaml-sqlite.spec	4 Oct 2009 21:08:38 -0000	1.15
@@ -2,8 +2,8 @@
 %define debug_package %{nil}
 
 Name:           ocaml-sqlite
-Version:        1.5.0
-Release:        2%{?dist}
+Version:        1.5.6
+Release:        1%{?dist}
 Summary:        OCaml library for accessing SQLite3 databases
 
 Group:          Development/Libraries
@@ -55,9 +55,7 @@ make all
 
 %check
 pushd test
-# test_stmt test was broken in 1.5.0:
-#tests="test_agg test_db test_exec test_stmt test_fun"
-tests="test_agg test_db test_exec test_fun"
+tests="test_agg test_db test_exec test_stmt test_fun"
 for f in $tests; do
   ocamlopt -I .. str.cmxa sqlite3.cmxa $f.ml -o $f
   ./$f
@@ -106,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Oct  4 2009 Richard W.M. Jones <rjones at redhat.com> - 1.5.6-1
+- New upstream version 1.5.6.
+- Upstream tests should be fixed now, so reenable all of them.
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the Fedora-ocaml-list mailing list