[mingw-libvirt] Update to 0.10.2 release

Daniel P. Berrange berrange at fedoraproject.org
Mon Oct 8 14:42:55 UTC 2012


commit f5e854b0681cc6a8d911016352eb2abb2dc891f4
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Mon Oct 8 15:42:42 2012 +0100

    Update to 0.10.2 release

 ...not-build-shunloadtest-if-pthread-missing.patch |   65 -----------------
 0002-build-fix-output-of-pid-values.patch          |   74 --------------------
 0003-build-update-pid_t-type-static-check.patch    |   28 --------
 libvirt-0.9.7-gnulib-mingw32.patch                 |   71 -------------------
 ...ulib-workaround-mingw-w64-vfscanf-failure.patch |   11 ---
 mingw-libvirt.spec                                 |   20 ++----
 sources                                            |    1 +
 7 files changed, 6 insertions(+), 264 deletions(-)
---
diff --git a/mingw-libvirt.spec b/mingw-libvirt.spec
index f8af126..65c7d40 100644
--- a/mingw-libvirt.spec
+++ b/mingw-libvirt.spec
@@ -22,23 +22,14 @@
 %endif
 
 Name:           mingw-libvirt
-Version:        0.9.11
-Release:        2%{?dist}%{?extra_release}
+Version:        0.10.2
+Release:        1%{?dist}%{?extra_release}
 Summary:        MinGW Windows libvirt virtualization library
 
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://libvirt.org/
 Source0:        ftp://libvirt.org/libvirt/libvirt-%{version}.tar.gz
-Patch1:         0001-build-do-not-build-shunloadtest-if-pthread-missing.patch
-Patch2:         0002-build-fix-output-of-pid-values.patch
-Patch3:         0003-build-update-pid_t-type-static-check.patch
-# Mingw-w64 trunk (jan 27 2012) contains an inline implementation of the
-# vscanf and vfscanf functions in stdio.h. This break compilation of gnulib
-# which tries to provide its own implementation for the vscanf and vfscanf
-# functions. Workaround is by making sure that the inline implementation
-# isn't triggered by #include <stdio.h>
-Patch4:         libvirt-gnulib-workaround-mingw-w64-vfscanf-failure.patch
 
 BuildRequires:  mingw32-filesystem >= 95
 BuildRequires:  mingw64-filesystem >= 95
@@ -116,10 +107,6 @@ MinGW Windows libvirt virtualization library, static version.
 
 %prep
 %setup -q -n libvirt-%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p0
 
 %build
 %if ! %{with_phyp}
@@ -296,6 +283,9 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_libexecdir}/libvirt_iohelper.exe
 
 
 %changelog
+* Mon Oct  8 2012 Daniel P. Berrange <berrange at redhat.com> - 0.10.2-1
+- Update to 0.10.2 release
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 2fe4e39..b532e35 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 6e9fab115075a8fd21d9bd0d7e558a52  libvirt-0.9.11.tar.gz
+a5e50860d9da238ba270b528411c4a0d  libvirt-0.10.2.tar.gz


More information about the scm-commits mailing list