rpms/ocaml-fileutils/devel ocaml-fileutils.spec,1.10,1.11

Richard W.M. Jones rjones at fedoraproject.org
Thu Oct 8 12:47:34 UTC 2009


Author: rjones

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

Modified Files:
	ocaml-fileutils.spec 
Log Message:
- Needs ounit in order to carry out the tests.



Index: ocaml-fileutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-fileutils/devel/ocaml-fileutils.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- ocaml-fileutils.spec	8 Oct 2009 12:17:05 -0000	1.10
+++ ocaml-fileutils.spec	8 Oct 2009 12:47:33 -0000	1.11
@@ -3,7 +3,7 @@
 
 Name:           ocaml-fileutils
 Version:        0.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        OCaml library for common file and filename operations
 
 Group:          Development/Libraries
@@ -17,6 +17,7 @@ BuildRequires:  ocaml
 BuildRequires:  ocaml-findlib-devel
 BuildRequires:  ocaml-ocamldoc
 BuildRequires:  ocaml-camlp4-devel
+BuildRequires:  ocaml-ounit-devel
 
 %define _use_internal_dependency_generator 0
 %define __find_requires /usr/lib/rpm/ocaml-find-requires.sh
@@ -98,11 +99,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Oct  8 2009 Richard W.M. Jones <rjones at redhat.com> - 0.4.0-1
+* Thu Oct  8 2009 Richard W.M. Jones <rjones at redhat.com> - 0.4.0-2
 - New upstream version 0.4.0.
 - Upstream build system has been rationalized, so remove all the
   hacks we were using.
 - Upstream now contains tests, run them.
+- Needs ounit in order to carry out the tests.
 
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild




More information about the fedora-extras-commits mailing list