diff --git a/ocaml-zed.spec b/ocaml-zed.spec index 080fc4a..17b7eb0 100644 --- a/ocaml-zed.spec +++ b/ocaml-zed.spec @@ -1,6 +1,6 @@ Name: ocaml-zed Version: 2.0.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Abstract engine for text edition in OCaml %global libname %(echo %{name} | sed -e 's/^ocaml-//') @@ -69,6 +69,9 @@ cp -aLr _build/install/default/lib/zed/* %{buildroot}%{_libdir}/ocaml/zed/ %changelog +* Fri Apr 03 2020 Richard W.M. Jones - 2.0.3-7 +- Update all OCaml dependencies for RPM 4.16. + * Wed Feb 26 2020 Richard W.M. Jones - 2.0.3-6 - OCaml 4.10.0 final.