From 781e4a5217d40f039878094a66bdf183da46f6c8 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 13 May 2017 13:35:12 +0100 Subject: [PATCH] OCaml 4.04.1 rebuild. --- virt-top.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/virt-top.spec b/virt-top.spec index a503ecd..551de54 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -3,7 +3,7 @@ Name: virt-top Version: 1.0.8 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Utility like top(1) for displaying virtualization stats License: GPLv2+ @@ -162,6 +162,9 @@ install -m 0644 processcsv.py.1 $RPM_BUILD_ROOT%{_mandir}/man1/ %changelog +* Sat May 13 2017 Richard W.M. Jones - 1.0.8-23 +- OCaml 4.04.1 rebuild. + * Tue Mar 28 2017 Richard W.M. Jones - 1.0.8-22 - Include all upstream patches since 1.0.8 was released. - BR ocaml-libvirt with virConnectGetAllDomainStats API.