From 5203fad76752f2fd56df7bb6684a74f3704f0f75 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 21 Aug 2020 11:59:58 +0100 Subject: [PATCH] OCaml 4.11.0 rebuild --- ocaml-dune.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 2cc1874..ed51cb3 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -6,7 +6,7 @@ Name: ocaml-%{libname} Version: 2.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A composable build system for OCaml # Dune itself is MIT. Some bundled libraries have a different license: @@ -191,6 +191,9 @@ cp -ar README.md CHANGES.md MIGRATION.md doc/_build/* %{buildroot}%{_pkgdocdir}/ %{_emacs_sitelispdir}/dune* %changelog +* Fri Aug 21 2020 Richard W.M. Jones - 2.7.0-2 +- OCaml 4.11.0 rebuild + * Fri Aug 14 2020 Jerry James - 2.7.0-1 - Version 2.7.0 - Drop upstreamed patch for issue 3671