[virt-top] - New upstream version 1.0.5. - Rebuild against OCaml 3.12.0. - Project website moved to people.redh

Richard W.M. Jones rjones at fedoraproject.org
Thu Jan 6 14:45:51 UTC 2011


commit 321c856d316abbec68993b3ff508a00dd5b6fc43
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Jan 6 14:44:28 2011 +0000

    - New upstream version 1.0.5.
    - Rebuild against OCaml 3.12.0.
    - Project website moved to people.redhat.com.
    - Remove upstream patches.

 .gitignore                               |    1 +
 sources                                  |    2 +-
 virt-top-1.0.3-bogus-zh_CN-plurals.patch |   10 ----------
 virt-top-1.0.4-bogus-ja-plurals.patch    |   12 ------------
 virt-top.spec                            |   21 +++++++++++----------
 5 files changed, 13 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99e269d..7431008 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 virt-top-1.0.4.tar.gz
+/virt-top-1.0.5.tar.gz
diff --git a/sources b/sources
index ea22aaf..fa50da0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-491929219b5b49b4e502a1643599be95  virt-top-1.0.4.tar.gz
+ae360c53db1539312452d4c93fb7ac86  virt-top-1.0.5.tar.gz
diff --git a/virt-top.spec b/virt-top.spec
index 11ecc76..e51514e 100644
--- a/virt-top.spec
+++ b/virt-top.spec
@@ -2,20 +2,17 @@
 %define debug_package %{nil}
 
 Name:           virt-top
-Version:        1.0.4
-Release:        3%{?dist}
+Version:        1.0.5
+Release:        1%{?dist}
 Summary:        Utility like top(1) for displaying virtualization stats
 
 Group:          Development/Libraries
 License:        GPLv2+
-URL:            http://et.redhat.com/~rjones/virt-top/
-Source0:        http://et.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz
+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
 
-Patch0:         virt-top-1.0.3-bogus-zh_CN-plurals.patch
-Patch1:         virt-top-1.0.4-bogus-ja-plurals.patch
-
 BuildRequires:  ocaml >= 3.10.2
 BuildRequires:  ocaml-ocamldoc
 BuildRequires:  ocaml-findlib-devel
@@ -53,8 +50,6 @@ different virtualization systems.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 chmod -x COPYING
 
 
@@ -95,12 +90,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc COPYING README TODO.virt-top ChangeLog
+%doc COPYING README TODO ChangeLog
 %{_bindir}/virt-top
 %{_mandir}/man1/virt-top.1*
 
 
 %changelog
+* Thu Jan  6 2011 Richard W.M. Jones <rjones at redhat.com> - 1.0.5-1
+- New upstream version 1.0.5.
+- Rebuild against OCaml 3.12.0.
+- Project website moved to people.redhat.com.
+- Remove upstream patches.
+
 * Wed Dec 30 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.4-3
 - Force rebuild against latest ocaml-gettext 0.3.3 (RHBZ#508197#c10).
 


More information about the ocaml-devel mailing list