Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Veillard 8537c4e603 workaround timestamps in the future, daniel 2006-02-10 11:14:10 +00:00
Daniel Veillard f3f2891946 Upstream release 0.0.4 2006-02-10 10:59:16 +00:00
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -1 +1,2 @@
libvirt-0.0.3.tar.gz
libvirt-0.0.4.tar.gz
+6 -1
View File
@@ -1,6 +1,6 @@
Summary: Library providing an API to use the Xen virtualization
Name: libvirt
Version: 0.0.3
Version: 0.0.4
Release: 1
License: LGPL
Group: Development/Libraries
@@ -42,6 +42,8 @@ supplied by the libvirt library to use the Xen virtualization framework.
%setup -q
%build
# 0.0.4 workaround timestamp in the future
find . -exec touch {} \;
%configure
make
@@ -90,6 +92,9 @@ rm -fr %{buildroot}
%doc python/libvirtclass.txt
%changelog
* Fri Feb 10 2006 Daniel Veillard <veillard@redhat.com> 0.0.4-1
- fixes some problems in 0.0.3 due to the change of names
* Wed Feb 8 2006 Daniel Veillard <veillard@redhat.com> 0.0.3-1
- changed library name to libvirt from libvir, complete and test the python
bindings
+1 -1
View File
@@ -1 +1 @@
e4e635b6c366e4500ed708954d0914ba libvirt-0.0.3.tar.gz
59b11be5899794a36e8f7f7cabf2fe65 libvirt-0.0.4.tar.gz