1.26.2
This commit is contained in:
parent
72c75fb0ad
commit
b72f88fc1d
10
pango.spec
10
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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user