From b200ca37373d3fe36b951217b257e07513f55a8b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 19:40:56 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ocaml-ocp-indent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-ocp-indent.spec b/ocaml-ocp-indent.spec index 15da799..b84c62b 100644 --- a/ocaml-ocp-indent.spec +++ b/ocaml-ocp-indent.spec @@ -1,6 +1,6 @@ Name: ocaml-ocp-indent Version: 1.7.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A simple tool to indent OCaml programs %global libname %(echo %{name} | sed -e 's/^ocaml-//') @@ -108,6 +108,9 @@ rm -fr %{buildroot}%{_prefix}/doc %{_libdir}/ocaml/%{libname}/*/*.ml %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 1.7.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sun Jan 19 2020 Richard W.M. Jones - 1.7.0-6 - OCaml 4.10.0+beta1 rebuild. - Use dune install --destdir option.