Author: rjones Update of /cvs/pkgs/rpms/ocaml-sqlite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22410 Modified Files: ocaml-sqlite.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-sqlite.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-sqlite/devel/ocaml-sqlite.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- ocaml-sqlite.spec 23 May 2009 07:56:37 -0000 1.12 +++ ocaml-sqlite.spec 23 May 2009 08:05:16 -0000 1.13 @@ -55,7 +55,10 @@ make all %check pushd test -for f in test_db test_exec test_stmt test_fun; do +# 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" +for f in $tests; do ocamlopt -I .. str.cmxa sqlite3.cmxa $f.ml -o $f ./$f done @@ -93,7 +96,7 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%doc COPYING CHANGES doc README TODO VERSION +%doc COPYING Changelog doc README.txt TODO %if %opt %{_libdir}/ocaml/sqlite3/*.a %{_libdir}/ocaml/sqlite3/*.cmxa @@ -106,6 +109,8 @@ rm -rf $RPM_BUILD_ROOT * Sat May 23 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.5.0-1 - Rebuild for OCaml 3.11.1 - New upstream version 1.5.0. +- Fix tests. +- Fix documentation. * Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x@xxxxxxxxxxxxxxxxxxxxxxx> - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs _______________________________________________ Fedora-ocaml-list mailing list Fedora-ocaml-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-ocaml-list