[perl-Gtk3] Disable GtkImage test broken by Gtk 3.10

Daniel P. Berrange berrange at fedoraproject.org
Wed Oct 2 09:16:44 UTC 2013


commit 05b70ea9ffdb6e5cc80e995a9fd001217a533683
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Wed Oct 2 10:16:08 2013 +0100

    Disable GtkImage test broken by Gtk 3.10
    
    Signed-off-by: Daniel P. Berrange <berrange at redhat.com>

 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}



More information about the perl-devel mailing list