From b4c4e0608b30f55eecc2e6132af292ff564e4721 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 4 Apr 2020 21:33:57 +0100 Subject: [PATCH] Update all OCaml dependencies for RPM 4.16. --- ocaml-ppx-deriving-yojson.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-ppx-deriving-yojson.spec b/ocaml-ppx-deriving-yojson.spec index b4bc2d6..4c88b3c 100644 --- a/ocaml-ppx-deriving-yojson.spec +++ b/ocaml-ppx-deriving-yojson.spec @@ -7,7 +7,7 @@ Name: ocaml-%{srcname} Version: 3.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON codec generator for OCaml License: MIT @@ -122,5 +122,8 @@ dune runtest %doc _build/default/_doc/_odoc/ %changelog +* Sat Apr 04 2020 Richard W.M. Jones - 3.5.2-2 +- Update all OCaml dependencies for RPM 4.16. + * Tue Mar 10 2020 Jerry James - 3.5.2-1 - Initial RPM