rpms/gtkhtml3/devel gtkhtml-3.17.90-implicit-function-declaration.patch, NONE, 1.1 .cvsignore, 1.67, 1.68 gtkhtml3.spec, 1.109, 1.110 sources, 1.67, 1.68

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Mon Jan 28 21:17:32 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/gtkhtml3/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24250

Modified Files:
	.cvsignore gtkhtml3.spec sources 
Added Files:
	gtkhtml-3.17.90-implicit-function-declaration.patch 
Log Message:

* Mon Jan 28 2008 Matthew Barnes <mbarnes at redhat.com> - 3.17.90-1.fc9
- Update to 3.17.90


gtkhtml-3.17.90-implicit-function-declaration.patch:

--- NEW FILE gtkhtml-3.17.90-implicit-function-declaration.patch ---
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 <glib/gi18n.h>
 #endif
 
+#include <string.h>
+
 #include "gtkhtml.h"
 #include "gtkhtml-properties.h"
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gtkhtml3/devel/.cvsignore,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- .cvsignore	14 Jan 2008 20:15:59 -0000	1.67
+++ .cvsignore	28 Jan 2008 21:16:58 -0000	1.68
@@ -1 +1 @@
-gtkhtml-3.17.5.tar.bz2
+gtkhtml-3.17.90.tar.bz2


Index: gtkhtml3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtkhtml3/devel/gtkhtml3.spec,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- gtkhtml3.spec	14 Jan 2008 20:15:59 -0000	1.109
+++ gtkhtml3.spec	28 Jan 2008 21:16:58 -0000	1.110
@@ -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 @@
 # 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 @@
 %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 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon Jan 28 2008 Matthew Barnes <mbarnes at redhat.com> - 3.17.90-1.fc9
+- Update to 3.17.90
+
 * Mon Jan 14 2008 Matthew Barnes <mbarnes at redhat.com> - 3.17.5-1.fc9
 - Update to 3.17.5
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtkhtml3/devel/sources,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- sources	14 Jan 2008 20:15:59 -0000	1.67
+++ sources	28 Jan 2008 21:16:58 -0000	1.68
@@ -1 +1 @@
-cb5a49c42bedd3fe01ff43f79f35648d  gtkhtml-3.17.5.tar.bz2
+8137ffbe0be4466a675590e954f3c3e2  gtkhtml-3.17.90.tar.bz2




More information about the fedora-extras-commits mailing list