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

Wed Sep 08 2004 Jeremy Katz <katzj@redhat.com> - 1.5.2-3
- fix running of pango-query-modules to have necessary libraries available
    (#132052)
This commit is contained in:
cvsdist 2004-09-09 09:55:12 +00:00
parent 74efd9dd9e
commit 4a847ca850

View File

@ -8,7 +8,7 @@
Summary: System for layout and rendering of internationalized text.
Name: pango
Version: 1.5.2
Release: 2
Release: 3
License: LGPL
Group: System Environment/Libraries
Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.4/pango-%{version}.tar.bz2
@ -17,6 +17,8 @@ BuildRoot: %{_tmppath}/pango-%{PACKAGE_VERSION}-root
# We need to prereq this so we can run pango-querymodules
Prereq: glib2 >= %{glib2_version}
Prereq: freetype >= %{freetype_version}
Prereq: xorg-x11-libs
Requires: freetype >= %{freetype_version}
BuildRequires: libtool >= 1.4.2-10
BuildRequires: glib2-devel >= %{glib2_version}
@ -185,6 +187,10 @@ esac
%changelog
* 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)
* Mon Aug 16 2004 Owen Taylor <otaylor@redhat.com> - 1.5.2-2
- Fix crashes with left-matra fixups (#129982, Jatin Nansi)