diff --git a/sources b/sources index 5801984..37cc38c 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -f891f9ce49cc7b6399d1a751ce08296e virt-top-1.0.1.tar.gz 18662bfbaa13c314ed07734cb1f5913e virt-top-1.0.3.tar.gz diff --git a/virt-top-1.0.3-bogus-zh_CN-plurals.patch b/virt-top-1.0.3-bogus-zh_CN-plurals.patch new file mode 100644 index 0000000..f81ee2c --- /dev/null +++ b/virt-top-1.0.3-bogus-zh_CN-plurals.patch @@ -0,0 +1,10 @@ +--- 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:1490 diff --git a/virt-top.spec b/virt-top.spec index 969f988..364d87f 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -3,7 +3,7 @@ Name: virt-top Version: 1.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utility like top(1) for displaying virtualization stats Group: Development/Libraries @@ -12,6 +12,8 @@ URL: http://et.redhat.com/~rjones/virt-top/ Source0: http://et.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: virt-top-1.0.3-bogus-zh_CN-plurals.patch + BuildRequires: ocaml >= 3.10.2 BuildRequires: ocaml-ocamldoc BuildRequires: ocaml-findlib-devel @@ -49,6 +51,7 @@ different virtualization systems. %prep %setup -q +%patch0 -p1 chmod -x COPYING @@ -95,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 21 2008 Richard W.M. Jones - 1.0.3-2 +- Fix incorrect sources file. +- Remove bogus Plural-Forms line from zh_CN PO file. + * Tue Oct 21 2008 Richard W.M. Jones - 1.0.3-1 - New upstream version 1.0.3.