diff --git a/ocaml-xml-light.spec b/ocaml-xml-light.spec index f21b799..1cff9c8 100644 --- a/ocaml-xml-light.spec +++ b/ocaml-xml-light.spec @@ -3,7 +3,7 @@ Name: ocaml-xml-light Version: 2.2.cvs20070817 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Minimal XML parser and printer for OCaml Group: Development/Libraries @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: ppc64 BuildRequires: ocaml, ocaml-findlib-devel, ocaml-ocamldoc +BuildRequires: gawk %define _use_internal_dependency_generator 0 %define __find_requires /usr/lib/rpm/ocaml-find-requires.sh @@ -86,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 30 2007 Richard W.M. Jones - 2.2.cvs20070817-3 +- Force rebuild because of changed BRs in base OCaml. + * Fri Aug 24 2007 Richard W.M. Jones - 2.2.cvs20070817-2 - Clarified that the license is LGPLv2+.