Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29a906a4ac | ||
|
|
ccd63f047e | ||
|
|
57f5d9a488 | ||
|
|
54c8fdb842 |
2 changed files with 13 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
%bcond_with bootstrap
|
||||
|
||||
Name: ocaml-%{libname}
|
||||
Version: 2.4.0
|
||||
Version: 2.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A composable build system for OCaml
|
||||
|
||||
|
|
@ -38,6 +38,8 @@ BuildRequires: ocaml-menhir
|
|||
# It seems to be unsupported upstream; the bootstrap process for dune
|
||||
# doesn't seem to be able to detect libraries installed systemwide.
|
||||
# https://github.com/ocaml/dune/issues/220
|
||||
Provides: bundled(ocaml-build-path-prefix-map) = 0.2
|
||||
Provides: bundled(ocaml-csexp) = 1.0.0
|
||||
Provides: bundled(ocaml-opam-file-format) = 2.0.0
|
||||
Provides: bundled(ocaml-cmdliner) = 1.0.3
|
||||
Provides: bundled(ocaml-re) = 1.7.1
|
||||
|
|
@ -188,10 +190,19 @@ cp -ar README.md CHANGES.md MIGRATION.md doc/_build/* %{buildroot}%{_pkgdocdir}/
|
|||
%{_emacs_sitelispdir}/dune*
|
||||
|
||||
%changelog
|
||||
* Sun Apr 19 2020 Jerry James <loganjerry@gmail.com> - 2.5.1-1
|
||||
- New version 2.5.1
|
||||
|
||||
* Fri Apr 10 2020 Jerry James <loganjerry@gmail.com> - 2.5.0-1
|
||||
- Version 2.5.0
|
||||
|
||||
* Fri Mar 6 2020 Jerry James <loganjerry@gmail.com> - 2.4.0-1
|
||||
- New version 2.4.0
|
||||
- Add bootstrap conditional for builds without ocaml-menhir
|
||||
|
||||
* Thu Feb 27 2020 Richard W.M. Jones <rjones@redhat.com> - 2.3.1-2.1
|
||||
- OCaml 4.10.0 final (Fedora 32).
|
||||
|
||||
* Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 2.3.1-2
|
||||
- OCaml 4.10.0 final.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (dune-2.4.0.tar.gz) = 4e8ecc422cd00b63aca95b9ce2ab16bad6e9ab53a5be991377c932ccaf117c974012ebaaacc6138f3b5b3154d395099c6828fb87b2ba096393db2d82d3f47fee
|
||||
SHA512 (dune-2.5.1.tar.gz) = d7d3df74c33ef9b2d1fb95c3150e91056b69aefbad44542bd4af3ef310038a3b083fb178065ec0fbb5eb3dd564578d04d37944ec022fb92fe5d437a6ca7ec3fa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue