[virt-top] New upstream version 1.0.8.

Richard W.M. Jones rjones at fedoraproject.org
Fri Oct 12 12:59:24 UTC 2012


commit 622103d45bacfb68e029a1b23c6a9d11b04cf9b7
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Oct 12 13:55:00 2012 +0100

    New upstream version 1.0.8.
    
    - Requires tiny change to ocaml-libvirt, hence dep bump.
    - Clean up the spec file.

 .gitignore    |    7 +++----
 sources       |    2 +-
 virt-top.spec |   24 ++++++++++--------------
 3 files changed, 14 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 85006d0..7e7e20c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-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
+/.build*.log
+/clog
+/virt-top-*.tar.gz
diff --git a/sources b/sources
index 5e236d4..a58a11c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74b71bfa5963b759303953c8079343b7  virt-top-1.0.7.tar.gz
+cdb61d35e64c78720082d58f8edfb9da  virt-top-1.0.8.tar.gz
diff --git a/virt-top.spec b/virt-top.spec
index 1208d33..4762952 100644
--- a/virt-top.spec
+++ b/virt-top.spec
@@ -1,16 +1,14 @@
-%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
-%define debug_package %{nil}
+%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
+%global debug_package %{nil}
 
 Name:           virt-top
-Version:        1.0.7
-Release:        3%{?dist}
+Version:        1.0.8
+Release:        1%{?dist}
 Summary:        Utility like top(1) for displaying virtualization stats
 
-Group:          Development/Libraries
 License:        GPLv2+
 URL:            http://people.redhat.com/~rjones/virt-top/
 Source0:        http://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    sparc64 s390 s390x
 
 BuildRequires:  ocaml >= 3.10.2
@@ -23,7 +21,7 @@ BuildRequires:  ocaml-xml-light-devel
 BuildRequires:  ocaml-csv-devel
 BuildRequires:  ocaml-calendar-devel
 # Need support for virDomainGetCPUStats (fixed in 0.6.1.2).
-BuildRequires:  ocaml-libvirt-devel >= 0.6.1.2
+BuildRequires:  ocaml-libvirt-devel >= 0.6.1.2-5
 
 # Tortuous list of BRs for gettext.
 BuildRequires:  ocaml-gettext-devel >= 0.3.3
@@ -72,8 +70,6 @@ make -C virt-top virt-top.1
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make DESTDIR=$RPM_BUILD_ROOT install
 
 # Install translations.
@@ -86,18 +82,18 @@ mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
 install -m 0644 virt-top/virt-top.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc COPYING README TODO ChangeLog
 %{_bindir}/virt-top
 %{_mandir}/man1/virt-top.1*
 
 
 %changelog
+* Fri Oct 12 2012 Richard W.M. Jones <rjones at redhat.com> - 1.0.8-1
+- New upstream version 1.0.8.
+- Requires tiny change to ocaml-libvirt, hence dep bump.
+- Clean up the spec file.
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list