From 85f6c74f07a5a6e322c085fdb78ca1511407c887 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 06:03:33 +0000 Subject: auto-import changelog data from gtkhtml3-3.3.0-3.src.rpm Fri Aug 13 2004 Tim Waugh - 3.3.0-3 - Prevent a crash (bug #129844). --- diff --git a/gtkhtml-3.3.0-crash.patch b/gtkhtml-3.3.0-crash.patch new file mode 100644 index 0000000..5e684f8 --- /dev/null +++ b/gtkhtml-3.3.0-crash.patch @@ -0,0 +1,11 @@ +--- gtkhtml-3.3.0/src/htmlclue.c.crash 2004-08-13 15:52:27.777093526 +0100 ++++ gtkhtml-3.3.0/src/htmlclue.c 2004-08-13 15:52:29.494761807 +0100 +@@ -149,7 +149,7 @@ + last = html_object_prev_not_slave (last); + + g_assert (o->parent == self); +- g_assert (last->parent == self); ++ g_assert (!last || last->parent == self); + + while (o) { + cnext = html_object_next_not_slave (o); diff --git a/gtkhtml3.spec b/gtkhtml3.spec index 87444d7..f0d25bb 100644 --- a/gtkhtml3.spec +++ b/gtkhtml3.spec @@ -5,7 +5,7 @@ Summary: gtkhtml library Name: gtkhtml3 Version: 3.3.0 -Release: 2 +Release: 3 Copyright: LGPL Group: System Environment/Libraries Source: ftp://ftp.gnome.org/pub/GNOME/sources/gtkhtml/gtkhtml-%{version}.tar.bz2 @@ -25,6 +25,9 @@ Requires: gnome-icon-theme >= %{gnome_icon_theme_version} # is in CVS) Patch0: gtkhtml-3.3.0-preformat.patch +# Prevent a crash (bug #129844). +Patch1: gtkhtml-3.3.0-crash.patch + %description GtkHTML is a lightweight HTML rendering/printing/editing engine. It was originally based on KHTMLW, but is now being developed @@ -46,6 +49,7 @@ Libraries and include files that can be used to develop GtkHTML applications. %setup -q -n gtkhtml-%{version} %patch0 -p1 -b .preformat +%patch1 -p1 -b .crash %build %configure @@ -87,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Fri Aug 13 2004 Tim Waugh - 3.3.0-3 +- Prevent a crash (bug #129844). + * Mon Aug 9 2004 Owen Taylor - 3.3.0-2 - Fix a problem where preformatted text wrapped at column 0