diff --git a/.cvsignore b/.cvsignore index 39dd65e..b7051ba 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ pango-1.6.0.tar.bz2 pango-1.8.0.tar.bz2 pango-1.8.1.tar.bz2 +pango-1.9.0.tar.bz2 diff --git a/pango.spec b/pango.spec index 99ee1fa..89bb30a 100644 --- a/pango.spec +++ b/pango.spec @@ -7,8 +7,8 @@ Summary: System for layout and rendering of internationalized text. Name: pango -Version: 1.8.1 -Release: 2 +Version: 1.9.0 +Release: 1 License: LGPL Group: System Environment/Libraries Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.8/pango-%{version}.tar.bz2 @@ -20,6 +20,7 @@ Prereq: glib2 >= %{glib2_version} Prereq: freetype >= %{freetype_version} Prereq: xorg-x11-libs Requires: freetype >= %{freetype_version} +Requires: cairo >= 0.5.0 BuildRequires: libtool >= 1.4.2-10 BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pkgconfig >= %{pkgconfig_version} @@ -177,6 +178,10 @@ esac %changelog +* Tue Jun 21 2005 Matthias Clasen 1.9.0-1 +- Update to 1.9.0 +- Require cairo + * Fri Mar 4 2005 Owen Taylor - 1.8.1-1 - Update to 1.8.1 diff --git a/sources b/sources index f9f5a60..61b4d9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -88aa6bf1876766db6864f3b93577887c pango-1.8.1.tar.bz2 +d4948020be961217f2c3b0c0470762d1 pango-1.9.0.tar.bz2