From b72f88fc1d6e26a517a0d0a808469c919e22cb59 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 6 Jan 2010 14:11:50 +0000 Subject: [PATCH] 1.26.2 --- pango.spec | 10 ++++++++-- sources | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pango.spec b/pango.spec index 14bdac2..59a0cf7 100644 --- a/pango.spec +++ b/pango.spec @@ -8,11 +8,11 @@ Summary: System for layout and rendering of internationalized text Name: pango -Version: 1.26.1 +Version: 1.26.2 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries -Source: http://download.gnome.org/sources/pango/1.25/pango-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/pango/1.26/pango-%{version}.tar.bz2 URL: http://www.pango.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -162,6 +162,8 @@ esac # autoconf uses powerpc not ppc host=`echo $host | sed "s/^ppc/powerpc/"` +# autoconf uses ibm-linux not redhat-linux on s390x +host=`echo $host | sed "s/^s390\(x\)*-redhat/s390\1-ibm/"` case "$host" in alpha*|ia64*|powerpc64*|s390x*|sparc64*|x86_64*) @@ -228,6 +230,10 @@ fi %changelog +* Wed Dec 16 2009 Matthias Clasen - 1.26.2-1 +- Update to 1.26.2 +- See http://download.gnome.org/sources/pango/1.26/pango-1.26.2.news + * Thu Dec 3 2009 Behdad Esfahbod - 1.26.1-1 - 1.26.1 diff --git a/sources b/sources index 103038b..c518964 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2cbc1f26639e335905f7d31c0da53fce pango-1.26.1.tar.bz2 +f30212b8833af3ce5c82121dc309e3d0 pango-1.26.2.tar.bz2