From eaef38a22a1c79c10c3b864917961d7c81cf61ae Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Apr 27 2011 17:53:55 +0000 Subject: Dropped the proxy-libintl pieces --- diff --git a/libvirt-0.8.5-intl.patch b/libvirt-0.8.5-intl.patch deleted file mode 100644 index 0c0293f..0000000 --- a/libvirt-0.8.5-intl.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -rup libvirt-0.8.5.orig/configure libvirt-0.8.5.new/configure ---- libvirt-0.8.5.orig/configure 2010-10-29 15:50:29.000000000 +0100 -+++ libvirt-0.8.5.new/configure 2010-12-20 19:23:31.332653324 +0000 -@@ -30065,7 +30065,7 @@ if test "${ac_cv_lib_intl_gettext+set}" - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lintl $LIBS" -+LIBS="-Wl,-lintl $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - -@@ -30100,7 +30100,7 @@ if test "x$ac_cv_lib_intl_gettext" = x"" - #define HAVE_LIBINTL 1 - _ACEOF - -- LIBS="-lintl $LIBS" -+ LIBS="-Wl,-lintl $LIBS" - - fi - -Only in libvirt-0.8.5.new/: configure~ diff --git a/mingw32-libvirt.spec b/mingw32-libvirt.spec index d054496..81cb0ea 100644 --- a/mingw32-libvirt.spec +++ b/mingw32-libvirt.spec @@ -7,14 +7,13 @@ Name: mingw32-libvirt Version: 0.8.5 -Release: 3%{?dist}%{?extra_release} +Release: 5%{?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: libvirt-%{version}-intl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: mingw32-filesystem >= 23 @@ -40,7 +39,6 @@ MinGW Windows libvirt virtualization library. %prep %setup -q -n libvirt-%{version} -%patch1 -p1 %build # XXX enable SASL in future @@ -124,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Apr 27 2011 Erik van Pienbroek - 0.8.5-5 +- Dropped the proxy-libintl pieces + * Tue Feb 08 2011 Fedora Release Engineering - 0.8.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild