Author: karsten
Update of /cvs/extras/rpms/ocaml-cairo/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8767/ocaml-cairo/devel
Modified Files: ocaml-cairo.spec Log Message: - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer)
Index: ocaml-cairo.spec =================================================================== RCS file: /cvs/extras/rpms/ocaml-cairo/devel/ocaml-cairo.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ocaml-cairo.spec 26 Feb 2009 06:48:22 -0000 1.9 +++ ocaml-cairo.spec 16 Apr 2009 09:06:01 -0000 1.10 @@ -22,6 +22,7 @@ Source0: ocaml-cairo-%{version}.tar.gz Source1: ocaml-cairo-META BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +ExcludeArch: sparc64 s390 s390x
BuildRequires: ocaml >= 3.10.0 BuildRequires: ocaml-findlib-devel @@ -118,6 +119,10 @@
%changelog +* 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 + (added sparc64 per request from the sparc maintainer) + * Wed Feb 25 2009 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.2.0.cvs20080301-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ocaml-devel@lists.fedoraproject.org