From 8cd2fcbdbe894c78ce04881d50ac0b1c4eaac60b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 2 Apr 2020 23:08:05 +0100 Subject: [PATCH] Update all OCaml dependencies for RPM 4.16. --- ocaml-gsl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-gsl.spec b/ocaml-gsl.spec index b472762..5eb52aa 100644 --- a/ocaml-gsl.spec +++ b/ocaml-gsl.spec @@ -1,6 +1,6 @@ Name: ocaml-gsl Version: 1.19.1 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Interface to GSL (GNU scientific library) for OCaml License: GPLv2 @@ -91,6 +91,9 @@ make install %changelog +* Thu Apr 02 2020 Richard W.M. Jones - 1.19.1-27 +- Update all OCaml dependencies for RPM 4.16. + * Wed Feb 26 2020 Richard W.M. Jones - 1.19.1-26 - OCaml 4.10.0 final.