diff --git a/ocaml-opam-file-format.spec b/ocaml-opam-file-format.spec index de5e85e..8d3696a 100644 --- a/ocaml-opam-file-format.spec +++ b/ocaml-opam-file-format.spec @@ -3,7 +3,7 @@ Name: ocaml-opam-file-format Version: 2.0.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Parser and printer for the opam file syntax %global libname %(echo %{name} | sed -e 's/^ocaml-//') @@ -70,6 +70,9 @@ cp -a src/*.mli %{buildroot}%{_libdir}/ocaml/%{libname}/ %{_libdir}/ocaml/*/*.mli %changelog +* Sat Jan 18 2020 Richard W.M. Jones - 2.0.0-10 +- Bump release and rebuild. + * Sat Jan 18 2020 Richard W.M. Jones - 2.0.0-9 - OCaml 4.10.0+beta1 rebuild.