- Fix problem with pango_layout_get_attributes returning one too few items

(Needed to fix problems mentioned in #135656,
    http://bugzilla.gnome.org/show_bug.cgi?id=155912)
This commit is contained in:
Owen Taylor 2004-10-20 14:21:48 +00:00
parent 9142b705b8
commit b3edd2da05

View File

@ -8,7 +8,7 @@
Summary: System for layout and rendering of internationalized text.
Name: pango
Version: 1.6.0
Release: 6
Release: 7
License: LGPL
Group: System Environment/Libraries
Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.4/pango-%{version}.tar.bz2
@ -39,6 +39,8 @@ Patch7: pango-1.6.0-u3000.patch
Patch8: pango-1.6.0-contextmetrics.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=155897
Patch9: pango-1.6.0-deletechar.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=155912
Patch10: pango-1.6.0-attributelen.patch
%description
Pango is a system for layout and rendering of internationalized text.
@ -70,6 +72,7 @@ pango.
%patch7 -p1 -b .u3000
%patch8 -p1 -b .contextmetrics
%patch9 -p1 -b .deletechar
%patch10 -p1 -b .attributelen
%build
@ -196,6 +199,11 @@ esac
%changelog
* Wed Oct 20 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-7
- Fix problem with pango_layout_get_attributes returning one too few items
(Needed to fix problems mentioned in #135656,
http://bugzilla.gnome.org/show_bug.cgi?id=155912)
* Tue Oct 19 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-6
- Make Hangul and Kana not backspace-deletes-char (#135356)