From 8801091850ff81b070f991e72c4a272ca3f61ae8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 14 Apr 2009 00:12:00 +0000 Subject: [PATCH] 1.24.1 --- .cvsignore | 2 +- pango.spec | 27 +++++++++++++++------------ sources | 2 +- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/.cvsignore b/.cvsignore index a34b453..1601b2d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pango-1.24.0.tar.bz2 +pango-1.24.1.tar.bz2 diff --git a/pango.spec b/pango.spec index 67e6b08..eab7556 100644 --- a/pango.spec +++ b/pango.spec @@ -8,13 +8,13 @@ Summary: System for layout and rendering of internationalized text Name: pango -Version: 1.24.0 -Release: 2%{?dist} +Version: 1.24.1 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://download.gnome.org/sources/pango/1.24/pango-%{version}.tar.bz2 URL: http://www.pango.org -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # We need to prereq this so we can run pango-querymodules Prereq: glib2 >= %{glib2_version} @@ -39,17 +39,16 @@ BuildRequires: gtk-doc Patch0: pango-1.21.4-lib64.patch %description -Pango is a library for laying out and rendering of text, with an emphasis +Pango is a library for laying out and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, -though most of the work on Pango so far has been done in the context of the -GTK+ widget toolkit. Pango forms the core of text and font handling for -GTK+. +though most of the work on Pango so far has been done in the context of the +GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+. -Pango is designed to be modular; the core Pango layout engine can be used +Pango is designed to be modular; the core Pango layout engine can be used with different font backends. -The integration of Pango with Cairo provides a complete solution with high -quality text handling and graphics rendering. +The integration of Pango with Cairo provides a complete solution with high +quality text handling and graphics rendering. %package devel Summary: Development files for pango @@ -96,7 +95,7 @@ esac # autoconf uses powerpc not ppc host=`echo $host | sed "s/^ppc/powerpc/"` -# Make sure that the host value that is passed to the compile +# Make sure that the host value that is passed to the compile # is the same as the host that we're using in the spec file # compile_host=`grep 'host_triplet =' pango/Makefile | sed "s/.* = //"` @@ -116,7 +115,7 @@ if ! test -e $PANGOXFT_SO; then echo "$PANGOXFT_SO not found; did not build with Xft support?" ls $RPM_BUILD_ROOT%{_libdir} exit 1 -fi +fi # We need to have separate 32-bit and 64-bit pango-querymodules binaries # for places where we have two copies of the Pango libraries installed. @@ -224,6 +223,10 @@ fi %changelog +* Mon Apr 13 2009 Matthias Clasen - 1.24.1-1 +- Update to 1.24.1 +- See http://download.gnome.org/sources/pango/1.24/pango-1.24.1.news + * Wed Mar 26 2009 Behdad Esfahbod - 1.24.0-2 - Remove weird Requires(pre). - Resolves #486641 diff --git a/sources b/sources index cb05e99..2e38022 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d209f41079833cd2ef2c5e580ab9c5ee pango-1.24.0.tar.bz2 +af0beac1dd1825e241c5728081f16acd pango-1.24.1.tar.bz2