From 41d419dd430df9781ce5202c381bebcf90e73e40 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:49:16 +0000 Subject: [PATCH] auto-import changelog data from libwmf-0.2.8.3-4.src.rpm Wed Sep 01 2004 Caolan McNamara 0.2.8.3-4 - #131373# cleanup compiletime warnings --- libwmf.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libwmf.spec b/libwmf.spec index f583862..eaf9f67 100644 --- a/libwmf.spec +++ b/libwmf.spec @@ -1,13 +1,14 @@ Summary: Windows Metafile Library Name: libwmf Version: 0.2.8.3 -Release: 3 +Release: 4 Group: System Environment/Libraries License: LGPL Source: http://prdownloads.sourceforge.net/wvware/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root Patch0: libwmf-0.2.8.3-nodocs.patch Patch1: libwmf-0.2.8.3-relocatablefonts.patch +Patch2: libwmf-0.2.8.3-warnings.patch Requires: gtk2 >= 2.4.1-2 Requires: libxml2 >= 2.6.8 Requires: gd >= 2.0.21 @@ -35,6 +36,7 @@ Libraries, headers, and support files necessary to compile applications using li %setup -q %patch0 -p1 -b .nodocs %patch1 -p1 -b .relocatablefonts +%patch2 -p1 -b .warnings %build rm configure.ac @@ -91,6 +93,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/*.la rm -r $RPM_BUILD_ROOT %changelog +* Wed Sep 1 2004 Caolan McNamara 0.2.8.3-4 +- #131373# cleanup compiletime warnings + * Thu Jul 8 2004 Matthias Clasen - 0.2.8.3-3 - Update to use the new update-gdk-pixbuf-loaders script in gtk2-2.4.1-2