diff --git a/pango.spec b/pango.spec index 1f5d739..501e3f7 100644 --- a/pango.spec +++ b/pango.spec @@ -8,7 +8,7 @@ Summary: System for layout and rendering of internationalized text Name: pango -Version: 1.22.2 +Version: 1.22.3 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -40,11 +40,20 @@ BuildRequires: gtk-doc Patch0: pango-1.21.4-lib64.patch %description -Pango is a system for layout and rendering of internationalized text. +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+. +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. %package devel -Summary: System for layout and rendering of internationalized text +Summary: Development files for pango Group: Development/Libraries Requires: pango = %{version}-%{release} Requires: libXrender-devel @@ -58,12 +67,9 @@ Requires: cairo-devel >= %{cairo_version} Requires: pkgconfig %description devel -The pango-devel package includes the header files and developer docs +The pango-devel package includes the header files and developer documentation for the pango package. -Install pango-devel if you want to develop programs which will use -pango. - %prep %setup -q -n pango-%{version} @@ -218,6 +224,9 @@ fi %changelog +* Mon Nov 24 2008 Matthias Clasen - 1.22.3-1 +- U[date to 1.22.3 + * Wed Nov 12 2008 Matthias Clasen - 1.22.2-1 - Update to 1.22.2 diff --git a/sources b/sources index 46f32e3..c595343 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d4dc87f9b523e9030afccb2d05afe0b pango-1.22.2.tar.bz2 +8909ddbde2f2e91eb0c79202e1051a84 pango-1.22.3.tar.bz2