From bf162af3502eeb724069d0680ff170baff555602 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 25 Apr 2021 09:53:34 +0300 Subject: [PATCH] Bump Release Signed-off-by: David Abdurachmanov --- ocaml-bin-prot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-bin-prot.spec b/ocaml-bin-prot.spec index 4adfa61..9164f19 100644 --- a/ocaml-bin-prot.spec +++ b/ocaml-bin-prot.spec @@ -4,7 +4,7 @@ Name: ocaml-%{srcname} Version: 0.14.0 Epoch: 1 -Release: 3%{?dist}.1 +Release: 3%{?dist}.1.rvre0 Summary: Read and write OCaml values in a type-safe binary protocol # The project as a whole is MIT, but code in the src subdirectory is BSD. @@ -112,6 +112,9 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod 0755 {} \+ %{_libdir}/ocaml/%{upname}/*/*.mli %changelog +* Sun Apr 25 2021 David Abdurachmanov - 0.14.0-3.1.rvre0 +- Rebuilt for Fedora RISCV, no changes + * Wed Sep 02 2020 Richard W.M. Jones - 1:0.14.0-3.1 - Bump release and rebuild.