X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libvirt%2Fmingw32-libvirt.spec;h=ac9a742323546c89b0d21c1a678db30074f6503d;hb=fa80b1a2f753ea98e759e979c984c97a207e030f;hp=c818e04d79014a15b044b21f8c9692083ecde7d6;hpb=eb85bcc9e8a17eee733f21332c29e6fd5afaa888;p=fedora-mingw.git diff --git a/libvirt/mingw32-libvirt.spec b/libvirt/mingw32-libvirt.spec index c818e04..ac9a742 100644 --- a/libvirt/mingw32-libvirt.spec +++ b/libvirt/mingw32-libvirt.spec @@ -5,8 +5,8 @@ %define __find_provides %{_mingw32_findprovides} Name: mingw32-libvirt -Version: 0.4.6 -Release: 3%{?dist}%{?extra_release} +Version: 0.5.0 +Release: 9%{?dist}%{?extra_release} Summary: MinGW Windows libvirt virtualization library License: LGPLv2+ @@ -23,8 +23,12 @@ BuildRequires: mingw32-libgcrypt BuildRequires: mingw32-gnutls BuildRequires: mingw32-gettext BuildRequires: mingw32-libxml2 -BuildRequires: mingw32-portablexdr +# Portable XDR <= 4.0.10 contains a serious endianness bug on Windows. +BuildRequires: mingw32-portablexdr >= 4.0.11 +BuildRequires: mingw32-readline +BuildRequires: mingw32-termcap >= 1.3.1-3 BuildRequires: pkgconfig + # Need native version for msgfmt BuildRequires: gettext @@ -50,6 +54,7 @@ MinGW Windows libvirt virtualization library. --without-qemu \ --without-lxc \ --without-openvz \ + --without-uml \ --without-libvirtd make @@ -89,6 +94,27 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Nov 26 2008 Richard Jones - 0.5.0-1 +- New upstream version 0.5.0. + +* Sat Nov 22 2008 Richard Jones - 0.4.6-9 +- Rebuild against new readline. + +* Fri Oct 31 2008 Richard Jones - 0.4.6-8 +- Rebuild against latest termcap. + +* Thu Oct 16 2008 Richard Jones - 0.4.6-7 +- Windows icon patch from + https://www.redhat.com/archives/libvir-list/2008-October/msg00331.html + +* Wed Oct 15 2008 Richard Jones - 0.4.6-6 +- Add patches from + https://www.redhat.com/archives/libvir-list/2008-October/msg00328.html +- BR mingw32-portablexdr >= 4.0.11 to fix serious Windows endianness bug. + +* Tue Oct 14 2008 Richard Jones - 0.4.6-4 +- +BR mingw32-readline. + * Thu Sep 25 2008 Richard Jones - 0.4.6-3 - BuildArch should be noarch