From 9142b705b8a89c728a44db580692df00fc9eb6b9 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Oct 20 2004 00:28:41 +0000 Subject: * Tue Oct 19 2004 Owen Taylor - 1.6.0-6 - Make Hangul and Kana not backspace-deletes-char (#135356) --- diff --git a/pango.spec b/pango.spec index 4a1b286..efc28be 100644 --- a/pango.spec +++ b/pango.spec @@ -8,7 +8,7 @@ Summary: System for layout and rendering of internationalized text. Name: pango Version: 1.6.0 -Release: 5 +Release: 6 License: LGPL Group: System Environment/Libraries Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.4/pango-%{version}.tar.bz2 @@ -37,6 +37,8 @@ Patch6: pango-1.5.2-bitmapmetrics.patch Patch7: pango-1.6.0-u3000.patch # http://bugzilla.gnome.org/show_bug.cgi?id=149438 Patch8: pango-1.6.0-contextmetrics.patch +# http://bugzilla.gnome.org/show_bug.cgi?id=155897 +Patch9: pango-1.6.0-deletechar.patch %description Pango is a system for layout and rendering of internationalized text. @@ -67,6 +69,7 @@ pango. %patch6 -p1 -b .bitmapmetrics %patch7 -p1 -b .u3000 %patch8 -p1 -b .contextmetrics +%patch9 -p1 -b .deletechar %build @@ -193,6 +196,9 @@ esac %changelog +* Tue Oct 19 2004 Owen Taylor - 1.6.0-6 +- Make Hangul and Kana not backspace-deletes-char (#135356) + * Tue Oct 19 2004 Owen Taylor - 1.6.0-5 - Fix problem in the last patch where we weren't getting the metrics from the right font description (#136428, Steven Lawrance)