diff --git a/libwpd.spec b/libwpd.spec index 0efb45b..a688f13 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -1,7 +1,7 @@ Name: libwpd Summary: Library for reading and converting WordPerfect(tm) documents. Version: 0.8.5 -Release: 2 +Release: 3 Source: %{name}-%{version}.tar.gz Group: System Environment/Libraries URL: http://libwpd.sf.net/ @@ -10,6 +10,8 @@ License: LGPL Requires: glib2 >= 2.0.0, libgsf >= 1.6.0 BuildRequires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0 +Patch0: libwpd-0.8.5-wp5nofontlistcrash.patch + %description Library that handles Word Perfect documents. @@ -34,6 +36,7 @@ Includes and definitions for developing with libwpd. %prep %setup -q +%patch0 -p1 -b .wp5nofontlistcrash %build %configure --without-docs @@ -66,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/libwpd-0.8/libwpd %changelog +* Sun Jun 11 2006 Caolan McNamara 0.8.5-3 +- add wp5nofontlistcrash + * Fri Jun 02 2006 Caolan McNamara 0.8.5-2 - build through brew