From 3a293cae72a03fa9de8aa39c43ef0e8fc6bb39ce Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sun, 11 Jun 2006 15:43:22 +0000 Subject: [PATCH] add wp5nofontlistcrash --- libwpd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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