auto-import changelog data from pango-1.5.2-2.src.rpm

Mon Aug 16 2004 Owen Taylor <otaylor@redhat.com> - 1.5.2-2
- Fix crashes with left-matra fixups (#129982, Jatin Nansi)
This commit is contained in:
cvsdist 2004-09-09 09:55:07 +00:00
parent 41f3cbe428
commit 74efd9dd9e

View File

@ -8,7 +8,7 @@
Summary: System for layout and rendering of internationalized text.
Name: pango
Version: 1.5.2
Release: 1
Release: 2
License: LGPL
Group: System Environment/Libraries
Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.4/pango-%{version}.tar.bz2
@ -29,6 +29,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
%description
Pango is a system for layout and rendering of internationalized text.
@ -56,6 +58,7 @@ pango.
%patch1 -p1 -b .slighthint
%patch5 -p1 -b .lib64
%patch6 -p0 -b .leftmatra
%build
@ -182,6 +185,9 @@ esac
%changelog
* Mon Aug 16 2004 Owen Taylor <otaylor@redhat.com> - 1.5.2-2
- Fix crashes with left-matra fixups (#129982, Jatin Nansi)
* Mon Aug 2 2004 Owen Taylor <otaylor@redhat.com> - 1.5.2-1
- Update to 1.5.2
- Fix ppc/powerpc confusion when creating query-modules binary (#128645)