- Version 1.6.0

- Add patch from CVS to fix bitmap-fonts/no-hint problem (#129246)
This commit is contained in:
Owen Taylor 2004-09-20 17:25:09 +00:00
parent 4a847ca850
commit bcd2e9c14f
3 changed files with 11 additions and 7 deletions

View File

@ -1 +1 @@
pango-1.5.2.tar.bz2
pango-1.6.0.tar.bz2

View File

@ -7,8 +7,8 @@
Summary: System for layout and rendering of internationalized text.
Name: pango
Version: 1.5.2
Release: 3
Version: 1.6.0
Release: 1
License: LGPL
Group: System Environment/Libraries
Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.4/pango-%{version}.tar.bz2
@ -31,8 +31,8 @@ Obsoletes: pango-gtkbeta, fribidi-gtkbeta
Patch1: pango-slighthint.patch
# Look for pango.modules in an arch-specific directory
Patch5: pango-1.2.5-lib64.patch
# Patch from CVS to fix crashes with left-matra fixups
Patch6: pango-1.5.2-leftmatra.patch
# Patch from CVS to fix metrics for bitmap fonts
Patch6: pango-1.5.2-bitmapmetrics.patch
%description
Pango is a system for layout and rendering of internationalized text.
@ -60,7 +60,7 @@ pango.
%patch1 -p1 -b .slighthint
%patch5 -p1 -b .lib64
%patch6 -p0 -b .leftmatra
%patch6 -p1 -b .bitmapmetrics
%build
@ -187,6 +187,10 @@ esac
%changelog
* Mon Sep 20 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-1
- Version 1.6.0
- Add patch from CVS to fix bitmap-fonts/no-hint problem (#129246)
* Wed Sep 8 2004 Jeremy Katz <katzj@redhat.com> - 1.5.2-3
- fix running of pango-query-modules to have necessary libraries available
(#132052)

View File

@ -1 +1 @@
c171825dfa40ddb36bdc00cc57f3a171 pango-1.5.2.tar.bz2
6c732bbc5fba5a0f1f8086e8aa4f490d pango-1.6.0.tar.bz2