OCaml 4.13.1 rebuild to remove package notes

This commit is contained in:
Richard W.M. Jones 2022-02-04 12:06:48 +00:00
parent d77b748548
commit 0f29a5f36a

View File

@ -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 <rjones@redhat.com> - 2.9.3-2
- OCaml 4.13.1 rebuild to remove package notes
* Thu Feb 3 2022 Jerry James <loganjerry@gmail.com> - 2.9.3-1
- Version 2.9.3
- Note the bundling of ocaml-incremental-cycles