- New upstream version 1.0.5.

- Rebuild against OCaml 3.12.0.
- Project website moved to people.redhat.com.
- Remove upstream patches.
This commit is contained in:
Richard W.M. Jones 2011-01-06 14:44:28 +00:00
parent b405f5d50c
commit 321c856d31
5 changed files with 13 additions and 33 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
virt-top-1.0.4.tar.gz
/virt-top-1.0.5.tar.gz

View File

@ -1 +1 @@
491929219b5b49b4e502a1643599be95 virt-top-1.0.4.tar.gz
ae360c53db1539312452d4c93fb7ac86 virt-top-1.0.5.tar.gz

View File

@ -1,10 +0,0 @@
--- virt-top-1.0.3/po/zh_CN.po.orig 2008-10-21 10:51:15.000000000 +0100
+++ virt-top-1.0.3/po/zh_CN.po 2008-10-21 10:51:25.000000000 +0100
@@ -14,7 +14,6 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: KBabel 1.11.4\n"
#: ../virt-top/virt_top.ml:1492

View File

@ -1,12 +0,0 @@
diff -ur virt-top-1.0.4.orig/po/ja.po virt-top-1.0.4/po/ja.po
--- virt-top-1.0.4.orig/po/ja.po 2009-10-05 16:24:06.295900599 +0100
+++ virt-top-1.0.4/po/ja.po 2009-10-05 16:24:49.296650985 +0100
@@ -10,7 +10,7 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: Plural-Forms: nplurals=1; plural=0;\n\n"
+"Plural-Forms: nplurals=1; plural=0;\n\n"
"X-Generator: KBabel 1.11.4\n"
#: ../virt-top/virt_top.ml:1492

View File

@ -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@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@redhat.com> - 1.0.4-3
- Force rebuild against latest ocaml-gettext 0.3.3 (RHBZ#508197#c10).