Author: rjones
Update of /cvs/pkgs/rpms/ocaml-lwt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18815
Modified Files: ocaml-lwt.spec Log Message: Missing BR on camlp4.
Index: ocaml-lwt.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lwt/devel/ocaml-lwt.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- ocaml-lwt.spec 12 Oct 2009 08:39:50 -0000 1.9 +++ ocaml-lwt.spec 12 Oct 2009 08:50:06 -0000 1.10 @@ -3,7 +3,7 @@
Name: ocaml-lwt Version: 2.0.0 -Release: 0.1.rc1%{?dist} +Release: 0.2.rc1%{?dist} Summary: OCaml lightweight thread library
Group: Development/Libraries @@ -16,6 +16,7 @@ ExcludeArch: sparc64 s390 s390x BuildRequires: ocaml >= 3.10.0 BuildRequires: ocaml-findlib-devel BuildRequires: ocaml-ocamldoc +BuildRequires: ocaml-camlp4-devel BuildRequires: ocaml-ssl >= 0.4.0 BuildRequires: ocaml-react >= 0.9.0 BuildRequires: chrpath @@ -93,8 +94,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog -* Mon Oct 12 2009 Richard W.M. Jones rjones@redhat.com - 2.0.0-0.1.rc1.fc13 +* Mon Oct 12 2009 Richard W.M. Jones rjones@redhat.com - 2.0.0-0.2.rc1.fc13 - ocaml-react is now in Fedora, so build this package. +- Missing BR on camlp4.
* Thu Oct 8 2009 Richard W.M. Jones rjones@redhat.com - 2.0.0-0.rc1.fc13 - New upstream version 2.0.0+rc1.
ocaml-devel@lists.fedoraproject.org