diff --git a/.cvsignore b/.cvsignore index e1d3cf9..61ffa1d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ virt-top-1.0.1.tar.gz +virt-top-1.0.3.tar.gz diff --git a/sources b/sources index dd0b866..5801984 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ f891f9ce49cc7b6399d1a751ce08296e virt-top-1.0.1.tar.gz +18662bfbaa13c314ed07734cb1f5913e virt-top-1.0.3.tar.gz diff --git a/virt-top.spec b/virt-top.spec index 7905b99..969f988 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -2,8 +2,8 @@ %define debug_package %{nil} Name: virt-top -Version: 1.0.1 -Release: 2%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: Utility like top(1) for displaying virtualization stats Group: Development/Libraries @@ -12,7 +12,7 @@ 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) -BuildRequires: ocaml >= 3.10.0 +BuildRequires: ocaml >= 3.10.2 BuildRequires: ocaml-ocamldoc BuildRequires: ocaml-findlib-devel BuildRequires: ocaml-curses-devel @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 21 2008 Richard W.M. Jones - 1.0.3-1 +- New upstream version 1.0.3. + * Mon May 19 2008 Richard W.M. Jones - 1.0.1-2 - Use RPM percent-configure. - Add list of BRs for gettext.