diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec index c324e7d..bd2488d 100644 --- a/ocaml-libvirt.spec +++ b/ocaml-libvirt.spec @@ -10,7 +10,7 @@ Name: ocaml-libvirt Version: 0.4.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OCaml binding for libvirt Group: Development/Libraries @@ -18,7 +18,6 @@ License: LGPLv2+ URL: http://libvirt.org/ocaml/ Source0: http://libvirt.org/sources/ocaml/ocaml-libvirt/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExcludeArch: ppc64 BuildRequires: ocaml >= 3.10.1 BuildRequires: ocaml-ocamldoc @@ -233,6 +232,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Mar 1 2008 Richard W.M. Jones - 0.4.0.3-3 +- Rebuild for ppc64. + * Wed Feb 13 2008 Richard W.M. Jones - 0.4.0.3-2 - Add BR gtk2-devel