OCaml 4.13.1 rebuild to remove package notes

This commit is contained in:
Richard W.M. Jones 2022-02-04 15:09:19 +00:00
parent e7d01eabe9
commit 7fc9aa4156

View File

@ -1,3 +1,4 @@
%undefine _package_note_flags
%ifnarch %{ocaml_native_compiler}
%global debug_package %{nil}
%endif
@ -14,7 +15,7 @@
Name: ocaml-%{srcname}
Version: 0.15.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Generate comparison functions from types
License: MIT
@ -121,6 +122,9 @@ dune runtest --profile release
%{_libdir}/ocaml/%{upname}/*/*.mli
%changelog
* Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 0.15.0-4
- OCaml 4.13.1 rebuild to remove package notes
* Thu Feb 3 2022 Jerry James <loganjerry@gmail.com> - 0.15.0-3
- Conditionally build docs to avoid circular dependency on odoc