diff --git a/.cvsignore b/.cvsignore index 817a940..1790a46 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pango-1.4.0.tar.bz2 +pango-1.5.2.tar.bz2 diff --git a/pango.spec b/pango.spec index 913c1f1..0d62da3 100644 --- a/pango.spec +++ b/pango.spec @@ -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 - 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 - rebuilt diff --git a/sources b/sources index 7f0630f..9946343 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9b5d9a5dcce5b3899d401f9c2cd6873f pango-1.4.0.tar.bz2 +c171825dfa40ddb36bdc00cc57f3a171 pango-1.5.2.tar.bz2