commit 05b70ea9ffdb6e5cc80e995a9fd001217a533683 Author: Daniel P. Berrange <berrange@xxxxxxxxxx> Date: Wed Oct 2 10:16:08 2013 +0100 Disable GtkImage test broken by Gtk 3.10 Signed-off-by: Daniel P. Berrange <berrange@xxxxxxxxxx> perl-Gtk3.spec | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) --- diff --git a/perl-Gtk3.spec b/perl-Gtk3.spec index 0b74206..af828b1 100644 --- a/perl-Gtk3.spec +++ b/perl-Gtk3.spec @@ -43,6 +43,10 @@ interface library. Find out more about GTK+ at <http://www.gtk.org/>. %prep %setup -q -n Gtk3-%{version} +# Fails with GTK 3.10 +# https://rt.cpan.org/Ticket/Display.html?id=89189 +rm -f t/zz-GtkImage.t + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel