Rebuild for ocaml-zarith 1.12.

- Build -doc again; there is no circular dependency.
This commit is contained in:
Jerry James 2021-03-03 12:10:36 -07:00
parent 3cb18df29c
commit 647f223e65
1 changed files with 7 additions and 4 deletions

View File

@ -1,12 +1,11 @@
# Documentation adds a circular dependency, so by
# default we build without.
%bcond_with doc
# Use this to build without documentation.
%bcond_without doc
%global srcname cryptokit
Name: ocaml-%{srcname}
Version: 1.16.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: OCaml library of cryptographic and hash functions
License: LGPLv2 with exceptions
@ -145,6 +144,10 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+
%changelog
* Wed Mar 3 2021 Jerry James <loganjerry@gmail.com> - 1.16.1-4
- Rebuild for ocaml-zarith 1.12
- Build -doc again; there is no circular dependency
* Mon Mar 1 17:24:19 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 1.16.1-3
- OCaml 4.12.0 build
- Make -doc subpackage conditional.