From 5d81bc92af7541f343b930c0be3509e24d650cf3 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 5 Oct 2021 11:02:05 +0100 Subject: [PATCH] OCaml 4.13.1 build --- virt-top.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/virt-top.spec b/virt-top.spec index 91cd381..6f8a900 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -1,6 +1,6 @@ Name: virt-top Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utility like top(1) for displaying virtualization stats License: GPLv2+ @@ -108,6 +108,9 @@ install -m 0644 processcsv.py.1 $RPM_BUILD_ROOT%{_mandir}/man1/ %changelog +* Tue Oct 05 2021 Richard W.M. Jones - 1.1.0-2 +- OCaml 4.13.1 build + * Fri Oct 01 2021 Richard W.M. Jones - 1.1.0-1 - New upstream development version 1.1.0 - Upstream switched to automake, simplifying the downstream build slightly.