[virt-top] New upstream version 1.0.7.

Richard W.M. Jones rjones at fedoraproject.org
Tue Mar 6 13:12:38 UTC 2012


commit c4cf25c38e9d6f131f8f935fc3d3e2e7ef2372d9
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Mar 6 12:38:30 2012 +0000

    New upstream version 1.0.7.
    
    - Includes true physical CPU reporting (when libvirt supports this).

 .gitignore    |    1 +
 sources       |    2 +-
 virt-top.spec |   11 ++++++++---
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba3545e..85006d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 virt-top-1.0.4.tar.gz
 /virt-top-1.0.5.tar.gz
 /virt-top-1.0.6.tar.gz
+/virt-top-1.0.7.tar.gz
diff --git a/sources b/sources
index c0ca87b..5e236d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2b564db508a6e6233fadc7f74d1a038  virt-top-1.0.6.tar.gz
+74b71bfa5963b759303953c8079343b7  virt-top-1.0.7.tar.gz
diff --git a/virt-top.spec b/virt-top.spec
index c8746d1..cfab9c9 100644
--- a/virt-top.spec
+++ b/virt-top.spec
@@ -2,8 +2,8 @@
 %define debug_package %{nil}
 
 Name:           virt-top
-Version:        1.0.6
-Release:        2%{?dist}
+Version:        1.0.7
+Release:        1%{?dist}
 Summary:        Utility like top(1) for displaying virtualization stats
 
 Group:          Development/Libraries
@@ -22,7 +22,8 @@ BuildRequires:  ocaml-extlib-devel
 BuildRequires:  ocaml-xml-light-devel
 BuildRequires:  ocaml-csv-devel
 BuildRequires:  ocaml-calendar-devel
-BuildRequires:  ocaml-libvirt-devel
+# Need support for virDomainGetCPUStats.
+BuildRequires:  ocaml-libvirt-devel >= 0.6.1.1
 
 # Tortuous list of BRs for gettext.
 BuildRequires:  ocaml-gettext-devel >= 0.3.3
@@ -97,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar  6 2012 Richard W.M. Jones <rjones at redhat.com> - 1.0.7-1
+- New upstream version 1.0.7.
+- Includes true physical CPU reporting (when libvirt supports this).
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list