* Tue Oct 19 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-6

- Make Hangul and Kana not backspace-deletes-char (#135356)
This commit is contained in:
Owen Taylor 2004-10-20 00:28:41 +00:00
parent 6ee681cb2d
commit 9142b705b8

View File

@ -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 <otaylor@redhat.com> - 1.6.0-6
- Make Hangul and Kana not backspace-deletes-char (#135356)
* Tue Oct 19 2004 Owen Taylor <otaylor@redhat.com> - 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)