X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libvirt%2Fmingw32-libvirt.spec;h=ac9a742323546c89b0d21c1a678db30074f6503d;hb=3eb9b3850a984c390316cf4ee3b0a1f75a44a686;hp=2d79348c9257cdb20f561ea0b9846aa0ef5488cc;hpb=67f1d6ac1b2d8afe672dce044475d86cc31d9fd9;p=fedora-mingw.git diff --git a/libvirt/mingw32-libvirt.spec b/libvirt/mingw32-libvirt.spec index 2d79348..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: 2%{?dist}%{?extra_release} +Version: 0.5.0 +Release: 9%{?dist}%{?extra_release} Summary: MinGW Windows libvirt virtualization library License: LGPLv2+ @@ -23,11 +23,18 @@ 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 +BuildArch: noarch + + %description MinGW Windows libvirt virtualization library. @@ -47,6 +54,7 @@ MinGW Windows libvirt virtualization library. --without-qemu \ --without-lxc \ --without-openvz \ + --without-uml \ --without-libvirtd make @@ -86,6 +94,30 @@ 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 + * Wed Sep 24 2008 Richard W.M. Jones - 0.4.6-2 - Whitespace removal.