rpms/virt-top/devel virt-top-1.0.3-bogus-zh_CN-plurals.patch, NONE, 1.1 sources, 1.3, 1.4 virt-top.spec, 1.2, 1.3

Richard W.M. Jones rjones at fedoraproject.org
Tue Oct 21 09:59:49 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/virt-top/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22821

Modified Files:
	sources virt-top.spec 
Added Files:
	virt-top-1.0.3-bogus-zh_CN-plurals.patch 
Log Message:
* Tue Oct 21 2008 Richard W.M. Jones <rjones at redhat.com> - 1.0.3-2
- Fix incorrect sources file.
- Remove bogus Plural-Forms line from zh_CN PO file.


virt-top-1.0.3-bogus-zh_CN-plurals.patch:

--- NEW FILE virt-top-1.0.3-bogus-zh_CN-plurals.patch ---
--- 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/virt-top/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	21 Oct 2008 09:29:56 -0000	1.3
+++ sources	21 Oct 2008 09:59:18 -0000	1.4
@@ -1,2 +1 @@
-f891f9ce49cc7b6399d1a751ce08296e  virt-top-1.0.1.tar.gz
 18662bfbaa13c314ed07734cb1f5913e  virt-top-1.0.3.tar.gz


Index: virt-top.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-top/devel/virt-top.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- virt-top.spec	21 Oct 2008 09:29:56 -0000	1.2
+++ virt-top.spec	21 Oct 2008 09:59:18 -0000	1.3
@@ -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 @@
 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 @@
 
 %prep
 %setup -q
+%patch0 -p1
 chmod -x COPYING
 
 
@@ -95,6 +98,10 @@
 
 
 %changelog
+* Tue Oct 21 2008 Richard W.M. Jones <rjones at redhat.com> - 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 <rjones at redhat.com> - 1.0.3-1
 - New upstream version 1.0.3.
 




More information about the fedora-extras-commits mailing list