diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec index 9b15aa3..906746e 100644 --- a/ocaml-libvirt.spec +++ b/ocaml-libvirt.spec @@ -10,7 +10,7 @@ Name: ocaml-libvirt Version: 0.3.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCaml binding for libvirt Group: Development/Libraries @@ -35,7 +35,7 @@ BuildRequires: ocaml-curses-devel %if %build_full_featured_virt_top BuildRequires: ocaml-xml-light-devel BuildRequires: ocaml-csv-devel -BuildRequires: ocaml-calendar +BuildRequires: ocaml-calendar-devel %endif %endif BuildRequires: libvirt-devel >= 0.2.1 @@ -235,6 +235,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Oct 19 2007 Richard W.M. Jones - 0.3.3.0-2 +- Mistake: BR is ocaml-calendar-devel. + * Fri Oct 19 2007 Richard W.M. Jones - 0.3.3.0-1 - New upstream release 0.3.3.0. - Added support for virt-df, but disabled it by default.