This commit is contained in:
Matthias Clasen 2010-01-06 14:11:50 +00:00
parent 72c75fb0ad
commit b72f88fc1d
2 changed files with 9 additions and 3 deletions

View File

@ -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 <mclasen@redhat.com> - 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 <besfahbo@redhat.com> - 1.26.1-1
- 1.26.1

View File

@ -1 +1 @@
2cbc1f26639e335905f7d31c0da53fce pango-1.26.1.tar.bz2
f30212b8833af3ce5c82121dc309e3d0 pango-1.26.2.tar.bz2