diff --git a/.cvsignore b/.cvsignore index 1ad6400..28467d2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -21,3 +21,4 @@ libvirt-0.2.3.tar.gz libvirt-0.3.0.tar.gz libvirt-0.3.1.tar.gz libvirt-0.3.2.tar.gz +libvirt-0.3.3.tar.gz diff --git a/libvirt.spec b/libvirt.spec index 7cbbc6b..8fd265e 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -2,8 +2,8 @@ Summary: Library providing a simple API virtualization Name: libvirt -Version: 0.3.2 -Release: 2%{?dist}%{?extra_release} +Version: 0.3.3 +Release: 1%{?dist}%{?extra_release} License: LGPL Group: Development/Libraries Source: libvirt-%{version}.tar.gz @@ -25,6 +25,9 @@ BuildRequires: readline-devel BuildRequires: ncurses-devel BuildRequires: gettext BuildRequires: gnutls-devel +BuildRequires: avahi-devel +BuildRequires: dnsmasq +BuildRequires: bridge-utils Obsoletes: libvir # Fedora build root suckage @@ -180,6 +183,13 @@ fi %doc docs/examples/python %changelog +* Sun Sep 30 2007 Daniel Veillard - 0.3.3-1 +- Release of 0.3.3 +- Avahi support +- NUMA support +- lots of assorted improvements, bugfixes and cleanups +- documentation and localization improvements + * Fri Aug 24 2007 Daniel Veillard - 0.3.2-2.fc8 - also build on arches where Xen is not available diff --git a/sources b/sources index 013e98b..c9ceb9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e6735446ae8a95cf47877725282d775 libvirt-0.3.2.tar.gz +583fa13938df63bd404cc1b7cf553874 libvirt-0.3.3.tar.gz