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

Mon Aug 02 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)
This commit is contained in:
cvsdist 2004-09-09 09:55:03 +00:00
parent 9311002fb0
commit 41f3cbe428
3 changed files with 9 additions and 10 deletions

View File

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

View File

@ -7,8 +7,8 @@
Summary: System for layout and rendering of internationalized text.
Name: pango
Version: 1.4.0
Release: 3
Version: 1.5.2
Release: 1
License: LGPL
Group: System Environment/Libraries
Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.4/pango-%{version}.tar.bz2
@ -27,9 +27,6 @@ BuildRequires: XFree86-devel >= 4.2.99
Obsoletes: pango-gtkbeta, fribidi-gtkbeta
Patch1: pango-slighthint.patch
Patch3: pango-1.0.99.020606-xfonts.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=121488
Patch4: pango-1.3.2-thai.patch
# Look for pango.modules in an arch-specific directory
Patch5: pango-1.2.5-lib64.patch
@ -58,8 +55,6 @@ pango.
%setup -q -n pango-%{version}
%patch1 -p1 -b .slighthint
%patch3 -p1 -b .xfonts
%patch4 -p1 -b .thai
%patch5 -p1 -b .lib64
%build
@ -116,7 +111,7 @@ fi
# for places where we have two copies of the Pango libraries installed.
# (we might have x86_64 and i686 packages on the same system, for example.)
case "$host" in
alpha*|ia64*|ppc64*|s390x*|x86_64*)
alpha*|ia64*|powerpc64*|s390x*|x86_64*)
mv $RPM_BUILD_ROOT%{_bindir}/pango-querymodules $RPM_BUILD_ROOT%{_bindir}/pango-querymodules-64
;;
*)
@ -187,6 +182,10 @@ esac
%changelog
* 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)
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

View File

@ -1 +1 @@
9b5d9a5dcce5b3899d401f9c2cd6873f pango-1.4.0.tar.bz2
c171825dfa40ddb36bdc00cc57f3a171 pango-1.5.2.tar.bz2