rpms/gtkhtml3/devel gtkhtml-3.11.91-fix-undefined-symbol.patch, NONE, 1.1 gtkhtml3.spec, 1.68, 1.69

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 18 18:32:19 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/gtkhtml3/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7910

Modified Files:
	gtkhtml3.spec 
Added Files:
	gtkhtml-3.11.91-fix-undefined-symbol.patch 
Log Message:

* Fri Aug 18 2006 Matthew Barnes <mbarnes at redhat.com> - 3.11.91-2.fc6
- Add patch for RH bug #202409.


gtkhtml-3.11.91-fix-undefined-symbol.patch:
 image.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gtkhtml-3.11.91-fix-undefined-symbol.patch ---
--- gtkhtml-3.11.91/components/html-editor/image.c.fix-undefined-symbol	2006-08-18 14:11:16.000000000 -0400
+++ gtkhtml-3.11.91/components/html-editor/image.c	2006-08-18 14:11:42.000000000 -0400
@@ -393,7 +393,7 @@
 			    "selection-changed", G_CALLBACK (pentry_changed), d);
 
 	gtk_widget_show_all (d->page);
-	gtk_file_chooser_set_preview_active (GTK_FILE_CHOOSER (d->pentry), FALSE);
+	gtk_file_chooser_set_preview_widget_active (GTK_FILE_CHOOSER (d->pentry), FALSE);
 
 	editor_check_stock ();
 	button = gtk_button_new_from_stock (GTKHTML_STOCK_TEST_URL);


Index: gtkhtml3.spec
===================================================================
RCS file: /cvs/dist/rpms/gtkhtml3/devel/gtkhtml3.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- gtkhtml3.spec	7 Aug 2006 20:47:49 -0000	1.68
+++ gtkhtml3.spec	18 Aug 2006 18:32:14 -0000	1.69
@@ -6,7 +6,7 @@
 
 Name: gtkhtml3
 Version: 3.11.91
-Release: 1
+Release: 2%{?dist}
 License: LGPL/GPL
 Group: System Environment/Libraries
 Summary: gtkhtml library
@@ -23,6 +23,9 @@
 Patch3: gtkhtml-fix-indic-navigation-129212.patch
 Patch4: gtkhtml-3.10.0-im-too-late.patch
 
+# RH bug #202409
+Patch5: gtkhtml-3.11.91-fix-undefined-symbol.patch
+
 ### Dependencies ###
 
 Requires: gnome-icon-theme >= %{gnome_icon_theme_version}
@@ -62,6 +65,7 @@
 %patch1 -p1 -b .crash
 %patch3 -p1 -b .fix-129212
 %patch4 -p1 -b .im-too-late
+%patch5 -p1 -b .fix-undefined-symbol
 
 %build
 %configure
@@ -108,6 +112,9 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Fri Aug 18 2006 Matthew Barnes <mbarnes at redhat.com> - 3.11.91-2.fc6
+- Add patch for RH bug #202409.
+
 * Mon Aug  7 2006 Matthew Barnes <mbarnes at redhat.com> - 3.11.91-1
 - Update to 3.11.91
 




More information about the fedora-cvs-commits mailing list