From 7155785a33d3755c141bb604e851d79c839283ef Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Jan 28 2008 21:16:58 +0000 Subject: - Update to 3.17.90 --- diff --git a/.cvsignore b/.cvsignore index 75870de..4955362 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gtkhtml-3.17.5.tar.bz2 +gtkhtml-3.17.90.tar.bz2 diff --git a/gtkhtml-3.17.90-implicit-function-declaration.patch b/gtkhtml-3.17.90-implicit-function-declaration.patch new file mode 100644 index 0000000..6e744d9 --- /dev/null +++ b/gtkhtml-3.17.90-implicit-function-declaration.patch @@ -0,0 +1,12 @@ +diff -up gtkhtml-3.17.90/components/html-editor/spellchecker.c.implicit-function-declaration gtkhtml-3.17.90/components/html-editor/spellchecker.c +--- gtkhtml-3.17.90/components/html-editor/spellchecker.c.implicit-function-declaration 2008-01-28 15:59:57.000000000 -0500 ++++ gtkhtml-3.17.90/components/html-editor/spellchecker.c 2008-01-28 16:00:08.000000000 -0500 +@@ -28,6 +28,8 @@ + #include + #endif + ++#include ++ + #include "gtkhtml.h" + #include "gtkhtml-properties.h" + diff --git a/gtkhtml3.spec b/gtkhtml3.spec index a72378b..495a842 100644 --- a/gtkhtml3.spec +++ b/gtkhtml3.spec @@ -8,7 +8,7 @@ ### Abstract ### Name: gtkhtml3 -Version: 3.17.5 +Version: 3.17.90 Release: 1%{?dist} License: LGPL/GPL Group: System Environment/Libraries @@ -29,6 +29,9 @@ Patch3: gtkhtml-3.10.0-im-too-late.patch # We do not ship gnome-common (or at least we're not supposed to). Patch4: gtkhtml-3.13.1-no-gnome-common.patch +# Implicit function declaration +Patch5: gtkhtml-3.17.90-implicit-function-declaration.patch + ### Dependencies ### Requires: gnome-icon-theme >= %{gnome_icon_theme_version} @@ -63,6 +66,7 @@ Libraries and include files that can be used to develop GtkHTML applications. %patch1 -p1 -b .crash %patch3 -p1 -b .im-too-late %patch4 -p1 -b .no-gnome-common +%patch5 -p1 -b .implicit-function-declaration %build @@ -130,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Mon Jan 28 2008 Matthew Barnes - 3.17.90-1.fc9 +- Update to 3.17.90 + * Mon Jan 14 2008 Matthew Barnes - 3.17.5-1.fc9 - Update to 3.17.5 diff --git a/sources b/sources index 2845f82..5a538f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb5a49c42bedd3fe01ff43f79f35648d gtkhtml-3.17.5.tar.bz2 +8137ffbe0be4466a675590e954f3c3e2 gtkhtml-3.17.90.tar.bz2