X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=xqilla%2Fmingw32-xqilla.spec;h=fb0f506d8a4b21206fea53bd3f4eb3802f773d73;hb=3326707d2c81caadb214d41e3d2d4cce7a2bce95;hp=98774c3a19a30154a569c458c37c1de23ffec967;hpb=bb548aa14e0195ac59f6258ed7e46a981127966c;p=fedora-mingw.git diff --git a/xqilla/mingw32-xqilla.spec b/xqilla/mingw32-xqilla.spec index 98774c3..fb0f506 100644 --- a/xqilla/mingw32-xqilla.spec +++ b/xqilla/mingw32-xqilla.spec @@ -6,7 +6,7 @@ Name: mingw32-xqilla Version: 2.2.0 -Release: 1%{?dist} +Release: 3%{?dist} Summary: XQilla is an XQuery and XPath 2.0 library, built on top of Xerces-C License: ASL 2.0 @@ -27,6 +27,9 @@ Patch1001: xqilla-xmark-test-win32.patch # implib. The patch disables those sample programs. Patch1002: xqilla-no-xqc-tests.patch +# XQLexer uses EOF symbol from stdio. +Patch1003: xqilla-lexer-cstdio.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -57,6 +60,7 @@ popd %patch1001 -p1 %patch1002 -p1 +%patch1003 -p1 %build @@ -127,5 +131,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 21 2009 Richard W.M. Jones - 2.2.0-3 +- Rebuild for mingw32-gcc 4.4 + * Wed Feb 18 2009 Richard W.M. Jones - 2.2.0-1 - Initial RPM release.