From 0f29a5f36afffb61f74dca5e3cf4602ba53051c5 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 4 Feb 2022 12:06:48 +0000 Subject: [PATCH] OCaml 4.13.1 rebuild to remove package notes --- ocaml-dune.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ocaml-dune.spec b/ocaml-dune.spec index e0ff505..487a238 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -1,3 +1,4 @@ +%undefine _package_note_flags %global libname dune # Since menhir now requires dune to build, but dune needs menhir only for the @@ -6,7 +7,7 @@ Name: ocaml-%{libname} Version: 2.9.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A composable build system for OCaml # Dune itself is MIT. Some bundled libraries have a different license: @@ -211,6 +212,9 @@ cp -ar README.md CHANGES.md MIGRATION.md doc/_build/* %{buildroot}%{_pkgdocdir}/ %{_emacs_sitelispdir}/dune* %changelog +* Fri Feb 04 2022 Richard W.M. Jones - 2.9.3-2 +- OCaml 4.13.1 rebuild to remove package notes + * Thu Feb 3 2022 Jerry James - 2.9.3-1 - Version 2.9.3 - Note the bundling of ocaml-incremental-cycles