diff --git a/pygobject3.spec b/pygobject3.spec index 75102c9..d849c99 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -22,7 +22,7 @@ Name: pygobject3 Version: 3.9.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ and MIT Group: Development/Languages Summary: Python 2 bindings for GObject Introspection @@ -92,7 +92,10 @@ BuildRequires: pycairo-devel # Required by the upstream selftest suite: %if %{with_check} %if 0%{?fedora} -BuildRequires: pyflakes +# Temporarily disabled pyflakes tests to avoid the build failing due to too new +# pyflakes 0.7.2 in F19 +# https://bugzilla.gnome.org/show_bug.cgi?id=701009 +#BuildRequires: pyflakes BuildRequires: python-pep8 %endif ## for the Gdk and Gtk typelibs, used during the test suite: @@ -268,6 +271,9 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check %{verbosity} %endif # with_python3 %changelog +* Sun Jun 02 2013 Kalev Lember - 3.9.1-2 +- Disable pyflakes tests to avoid failures with too new pyflakes 0.7.2 + * Fri May 10 2013 Richard Hughes - 3.9.1-1 - Update to 3.9.1