Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Troy Dawson
99f36d3327 remove package.cfg per new epel-playground policy 2020-09-24 17:00:58 +00:00
Andy Li
bede1ac261 Remove unused BuildRequires on ocaml-result. 2019-11-22 19:18:32 +08:00
Andy Li
707e73b731 Merge branch 'master' into epel8 2019-11-22 18:52:27 +08:00
Gwyn Ciesla
04c7d0e5c8 "Adding package.cfg file" 2019-11-19 08:46:32 -06:00

View file

@ -1,6 +1,6 @@
Name: ocaml-dune
Version: 1.11.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A composable build system for OCaml
%global libname %(echo %{name} | sed -e 's/^ocaml-//')
@ -24,7 +24,6 @@ BuildRequires: python3-sphinx_rtd_theme
# Required by tests.
BuildRequires: git
BuildRequires: ocaml-menhir
BuildRequires: ocaml-result-devel
# Dune has vendored deps (ugh):
# I'm not clear on how to unbundle them.
@ -157,6 +156,9 @@ cp -ar README.md CHANGES.md doc/_build/* %{buildroot}%{_pkgdocdir}/
%doc %{_pkgdocdir}/*
%changelog
* Fri Nov 22 2019 Andy Li <andy@onthewings.net> - 1.11.0-4
- Remove unused BuildRequires on ocaml-result.
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 1.11.0-3
- OCaml 4.08.1 (final) rebuild.