diff --git a/ocaml-ocp-indent.spec b/ocaml-ocp-indent.spec index 15da799..b84c62b 100644 --- a/ocaml-ocp-indent.spec +++ b/ocaml-ocp-indent.spec @@ -1,6 +1,6 @@ Name: ocaml-ocp-indent Version: 1.7.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A simple tool to indent OCaml programs %global libname %(echo %{name} | sed -e 's/^ocaml-//') @@ -108,6 +108,9 @@ rm -fr %{buildroot}%{_prefix}/doc %{_libdir}/ocaml/%{libname}/*/*.ml %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 1.7.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sun Jan 19 2020 Richard W.M. Jones - 1.7.0-6 - OCaml 4.10.0+beta1 rebuild. - Use dune install --destdir option.