Version 2.5.0
This commit is contained in:
parent
4580e9dceb
commit
308383c7bd
@ -5,8 +5,8 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: ocaml-%{libname}
|
||||
Version: 2.4.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A composable build system for OCaml
|
||||
|
||||
# Dune itself is MIT. Some bundled libraries have a different license:
|
||||
@ -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,6 +190,9 @@ cp -ar README.md CHANGES.md MIGRATION.md doc/_build/* %{buildroot}%{_pkgdocdir}/
|
||||
%{_emacs_sitelispdir}/dune*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 10 2020 Jerry James <loganjerry@gmail.com> - 2.5.0-1
|
||||
- Version 2.5.0
|
||||
|
||||
* Thu Apr 02 2020 Richard W.M. Jones <rjones@redhat.com> - 2.4.0-2
|
||||
- Update all OCaml dependencies for RPM 4.16.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dune-2.4.0.tar.gz) = 4e8ecc422cd00b63aca95b9ce2ab16bad6e9ab53a5be991377c932ccaf117c974012ebaaacc6138f3b5b3154d395099c6828fb87b2ba096393db2d82d3f47fee
|
||||
SHA512 (dune-2.5.0.tar.gz) = 26b0e8ad9f6b7b7a3da1779bef15d6c60ad36951c66140cb9b606e5a80c7286047a0c9e0fbc242d50d054f413a65b8b21a053c138b637abbe8880c7a98eb3f0d
|
||||
|
Loading…
Reference in New Issue
Block a user