diff --git a/ocaml-dune.spec b/ocaml-dune.spec index f544ccd..5597756 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -6,7 +6,7 @@ Name: ocaml-%{libname} Version: 2.5.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A composable build system for OCaml # Dune itself is MIT. Some bundled libraries have a different license: @@ -190,6 +190,9 @@ cp -ar README.md CHANGES.md MIGRATION.md doc/_build/* %{buildroot}%{_pkgdocdir}/ %{_emacs_sitelispdir}/dune* %changelog +* Sat Apr 18 2020 Richard W.M. Jones - 2.5.0-4 +- Bump release and rebuild. + * Fri Apr 17 2020 Richard W.M. Jones - 2.5.0-3 - Bump release and rebuild.