diff --git a/.cvsignore b/.cvsignore index cf8899d..3b68244 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gtk+-2.19.1.tar.bz2 +gtk+-2.19.2.tar.bz2 diff --git a/gtk2.spec b/gtk2.spec index e6b56d8..aecb516 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -10,8 +10,9 @@ %define cairo_version %{cairo_base_version}-1 %define libpng_version 2:1.2.2-16 %define xrandr_version 1.2.99.4-2 +%define gobject_introspection_version 0.6.7 -%define base_version 2.19.1 +%define base_version 2.19.2 %define bin_version 2.10.0 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X @@ -61,6 +62,7 @@ BuildRequires: libXfixes-devel BuildRequires: libXinerama-devel BuildRequires: libXcomposite-devel BuildRequires: libXdamage-devel +BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -164,6 +166,7 @@ This package contains developer documentation for the GTK+ widget toolkit. --enable-debug \ --disable-gtk-doc \ --disable-rebuilds \ + --enable-introspection \ --with-libjasper \ --with-included-loaders=png @@ -385,6 +388,9 @@ fi %changelog +* Mon Dec 21 2009 Matthias Clasen - 2.19.2-1 +- Update to 2.19.2 + * Wed Nov 25 2009 Matthias Clasen - 2.18.3-22 - Make level3 keys work again (#537567) diff --git a/sources b/sources index e8a2407..46829e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d11e2044aedc49e155832c54dc9ac548 gtk+-2.19.1.tar.bz2 +c7b4997a13f644a45349a6a22a21e577 gtk+-2.19.2.tar.bz2