X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libxml2%2Fmingw32-libxml2.spec;h=f49f62211ad609709e1eaf66da2199987b955d41;hb=a19620c1d1099884f507bc046901b95c92fe50f6;hp=da3fa27bd4289300e84b1e13b93808f83afbe1b3;hpb=14bb5f7a7a8110b0c21eef08c532bd7f18c42e8e;p=fedora-mingw.git diff --git a/libxml2/mingw32-libxml2.spec b/libxml2/mingw32-libxml2.spec index da3fa27..f49f622 100644 --- a/libxml2/mingw32-libxml2.spec +++ b/libxml2/mingw32-libxml2.spec @@ -5,8 +5,8 @@ %define __find_provides %{_mingw32_findprovides} Name: mingw32-libxml2 -Version: 2.7.1 -Release: 2%{?dist} +Version: 2.7.2 +Release: 3%{?dist} Summary: MinGW Windows libxml2 XML processing library License: MIT @@ -15,6 +15,12 @@ URL: http://xmlsoft.org/ Source0: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# Not required for MinGW. +#Patch0: libxml2-multilib.patch + +# MinGW-specific patches. +Patch1000: mingw32-libxml2-2.7.2-with-modules.patch + BuildArch: noarch BuildRequires: mingw32-filesystem >= 23 @@ -30,10 +36,11 @@ MinGW Windows libxml2 XML processing library. %prep %setup -q -n libxml2-%{version} +%patch1000 -p1 %build -LDFLAGS="-no-undefined" %{_mingw32_configure} --without-python +LDFLAGS="-no-undefined" %{_mingw32_configure} --without-python --with-modules make @@ -70,6 +77,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Oct 25 2008 Richard W.M. Jones - 2.7.2-3 +- Enable modules support for libxslt. + +* Fri Oct 17 2008 Richard W.M. Jones - 2.7.2-1 +- Resynch to native Fedora package + patch. + * Wed Sep 24 2008 Richard W.M. Jones - 2.7.1-2 - Rename mingw -> mingw32.