diff --git a/.gitignore b/.gitignore index c36b12d..fba7cc4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /pygobject-3.1.93.tar.xz /pygobject-3.2.0.tar.xz /pygobject-3.3.1.tar.xz +/pygobject-3.3.2.tar.xz diff --git a/pygobject3.spec b/pygobject3.spec index 0ffea92..f6b8959 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -11,7 +11,7 @@ ### Abstract ### Name: pygobject3 -Version: 3.3.1 +Version: 3.3.2 Release: 1%{?dist} License: LGPLv2+ and MIT Group: Development/Languages @@ -30,6 +30,7 @@ BuildRequires: python3-devel >= %{python3_version} BuildRequires: python3-cairo-devel %endif # if with_python3 +BuildRequires: cairo-gobject-devel BuildRequires: pycairo-devel # The cairo override module depends on this @@ -143,6 +144,9 @@ find $RPM_BUILD_ROOT -name '*.a' -delete %endif # with_python3 %changelog +* Tue Jun 19 2012 Kalev Lember - 3.3.2-1 +- Update to 3.3.2 + * Sat May 05 2012 Kalev Lember - 3.3.1-1 - Update to 3.3.1 - Dropped the now unneeded -lm patch diff --git a/sources b/sources index 8a67811..8aa6277 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f305006ab1561e34e24dc348f1188c0 pygobject-3.3.1.tar.xz +2aa64488c503cc72ca6a0906b773208d pygobject-3.3.2.tar.xz