rpms/virt-df/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 virt-df.spec, 1.5, 1.6

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


Author: rjones

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

Modified Files:
	.cvsignore sources virt-df.spec 
Log Message:
* Tue Oct 21 2008 Richard W.M. Jones <rjones at redhat.com> - 2.1.4-1
- New upstream version 2.1.4.
- Requires bitstring >= 2.0.0 because of data corruptor fix.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/virt-df/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	28 Aug 2008 17:12:56 -0000	1.4
+++ .cvsignore	21 Oct 2008 09:28:15 -0000	1.5
@@ -1 +1,2 @@
 virt-df-2.1.3.tar.gz
+virt-df-2.1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/virt-df/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	28 Aug 2008 17:12:56 -0000	1.4
+++ sources	21 Oct 2008 09:28:15 -0000	1.5
@@ -1 +1,2 @@
 a9f2f22a21ab4b46d7f3ae3f1319188d  virt-df-2.1.3.tar.gz
+2669e1d701948355632f2d74889ce115  virt-df-2.1.4.tar.gz


Index: virt-df.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-df/devel/virt-df.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- virt-df.spec	28 Aug 2008 17:12:56 -0000	1.5
+++ virt-df.spec	21 Oct 2008 09:28:15 -0000	1.6
@@ -3,8 +3,8 @@
 %define _default_patch_fuzz 2
 
 Name:           virt-df
-Version:        2.1.3
-Release:        2%{?dist}
+Version:        2.1.4
+Release:        1%{?dist}
 Summary:        Utility like 'df' for virtual guests
 
 Group:          Development/Libraries
@@ -13,13 +13,13 @@
 Source0:        http://et.redhat.com/~rjones/virt-df/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-camlp4-devel
 BuildRequires:  ocaml-extlib-devel
 BuildRequires:  ocaml-csv-devel
 BuildRequires:  ocaml-findlib-devel
-BuildRequires:  ocaml-bitstring-devel >= 0.9
+BuildRequires:  ocaml-bitstring-devel >= 2.0.0
 BuildRequires:  ocaml-xml-light-devel
 BuildRequires:  ocaml-libvirt-devel
 
@@ -95,6 +95,10 @@
 
 
 %changelog
+* Tue Oct 21 2008 Richard W.M. Jones <rjones at redhat.com> - 2.1.4-1
+- New upstream version 2.1.4.
+- Requires bitstring >= 2.0.0 because of data corruptor fix.
+
 * Thu Aug 28 2008 Richard W.M. Jones <rjones at redhat.com> - 2.1.3-2
 - New upstream version 2.1.3.
 - Rebuild with patch fuzz.




More information about the scm-commits mailing list