From 23ef280ef3c2243ea173198708f8b832af8f1ff9 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sat, 20 Feb 2021 19:36:16 -0700 Subject: [PATCH] Rebuild for ocaml-base 0.14.1. --- ocaml-fieldslib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocaml-fieldslib.spec b/ocaml-fieldslib.spec index e4e16e4..6656e1e 100644 --- a/ocaml-fieldslib.spec +++ b/ocaml-fieldslib.spec @@ -17,7 +17,7 @@ Name: ocaml-%{srcname} Version: 0.14.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OCaml record fields as first class values License: MIT @@ -25,7 +25,7 @@ URL: https://github.com/janestreet/%{srcname} Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildRequires: ocaml >= 4.04.2 -BuildRequires: (ocaml-base-devel >= 0.14 and ocaml-base-devel < 0.15) +BuildRequires: ocaml-base-devel >= 0.14 BuildRequires: ocaml-dune >= 2.0.0 BuildRequires: ocaml-odoc @@ -90,6 +90,9 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+ %{_libdir}/ocaml/%{srcname}/*.cmt %changelog +* Sat Feb 20 2021 Jerry James - 0.14.0-6 +- Rebuild for ocaml-base 0.14.1 + * Wed Feb 3 2021 Richard W.M. Jones - 0.14.0-5 - Bump and rebuild for updated ocaml Dynlink dependency.