Release of 0.1.3, daniel

This commit is contained in:
Daniel Veillard 2006-07-11 16:08:41 +00:00
parent 7599107322
commit 0caeb23111
3 changed files with 7 additions and 5 deletions

View File

@ -5,3 +5,4 @@ libvirt-0.0.6.tar.gz
libvirt-0.1.0.tar.gz libvirt-0.1.0.tar.gz
libvirt-0.1.2.tar.gz libvirt-0.1.2.tar.gz
libvirt-0.1.1.tar.gz libvirt-0.1.1.tar.gz
libvirt-0.1.3.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Library providing an API to use the Xen virtualization Summary: Library providing an API to use the Xen virtualization
Name: libvirt Name: libvirt
Version: 0.1.2 Version: 0.1.3
Release: 1 Release: 1
License: LGPL License: LGPL
Group: Development/Libraries Group: Development/Libraries
@ -15,7 +15,6 @@ BuildRequires: libxml2-devel
BuildRequires: readline-devel BuildRequires: readline-devel
Obsoletes: libvir Obsoletes: libvir
ExclusiveArch: i386 x86_64 ExclusiveArch: i386 x86_64
Patch0: chown.patch
%description %description
This C library provides an API to use the Xen virtualization framework, This C library provides an API to use the Xen virtualization framework,
@ -45,10 +44,8 @@ supplied by the libvirt library to use the Xen virtualization framework.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
touch `find .`
%configure %configure
make make
@ -107,6 +104,10 @@ rm -fr %{buildroot}
%doc docs/examples/python %doc docs/examples/python
%changelog %changelog
* Tue Jul 11 2006 Daniel Veillard <veillard@redhat.com> 0.1.3-1
- support for HVM Xen guests
- various bugfixes
* Mon Jul 3 2006 Daniel Veillard <veillard@redhat.com> 0.1.2-1 * Mon Jul 3 2006 Daniel Veillard <veillard@redhat.com> 0.1.2-1
- added a proxy mechanism for read only access using httpu - added a proxy mechanism for read only access using httpu
- fixed header includes paths - fixed header includes paths

View File

@ -1 +1 @@
bc21aa037148ca48ed4180f63959d760 libvirt-0.1.2.tar.gz e820776aec5c51aa527aca1a848a1dc9 libvirt-0.1.3.tar.gz