From 7f4b528488fe4f0e7534ab928aa42e59061acdb0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 3 Apr 2020 13:38:18 +0100 Subject: [PATCH] Update all OCaml dependencies for RPM 4.16. --- ocaml-ocp-indent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-ocp-indent.spec b/ocaml-ocp-indent.spec index 745d968..9817e79 100644 --- a/ocaml-ocp-indent.spec +++ b/ocaml-ocp-indent.spec @@ -1,6 +1,6 @@ Name: ocaml-ocp-indent Version: 1.7.0 -Release: 8%{?dist} +Release: 9%{?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 +* Fri Apr 03 2020 Richard W.M. Jones - 1.7.0-9 +- Update all OCaml dependencies for RPM 4.16. + * Wed Feb 26 2020 Richard W.M. Jones - 1.7.0-8 - OCaml 4.10.0 final.