Author: rjones
Update of /cvs/pkgs/rpms/ocaml-findlib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21314
Modified Files: ocaml-findlib.spec Log Message: Patch is now upstream.
Index: ocaml-findlib.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-findlib/devel/ocaml-findlib.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- ocaml-findlib.spec 22 May 2009 21:32:28 -0000 1.21 +++ ocaml-findlib.spec 22 May 2009 21:38:33 -0000 1.22 @@ -3,7 +3,7 @@
Name: ocaml-findlib Version: 1.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Objective CAML package manager and build helper
Group: Development/Libraries @@ -13,8 +13,6 @@ Source0: http://download.camlcity BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x
-Patch0: ocaml-findlib-1.2.3-camlp4-META.patch - BuildRequires: ocaml >= 3.11.1 BuildRequires: ocaml-camlp4-devel BuildRequires: ocaml-labltk-devel @@ -43,7 +41,6 @@ developing applications that use %{name}
%prep %setup -q -n findlib-%{version} -%patch0 -p1
%build @@ -113,9 +110,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog -* Fri May 22 2009 Richard W.M. Jones rjones@redhat.com - 1.2.4-2 +* Fri May 22 2009 Richard W.M. Jones rjones@redhat.com - 1.2.4-3 - Rebuild for OCaml 3.11.1. - New upstream version 1.2.4. +- camlp4/META patch is now upstream.
* Thu Apr 16 2009 S390x secondary arch maintainer fedora-s390x@lists.fedoraproject.org - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
ocaml-devel@lists.fedoraproject.org