From: gnome-perl (G. B. <bug...@gn...> - 2017-06-24 09:30:14
|
https://bugzilla.gnome.org/show_bug.cgi?id=784156 Bug ID: 784156 Summary: [patch] Should explicitly depend on Glib::Object::Introspection 0.043+ Classification: Bindings Product: gnome-perl Version: unspecified OS: All Status: NEW Severity: normal Priority: Normal Component: Gtk3 Assignee: gtk...@li... Reporter: int...@bo... QA Contact: gtk...@li... GNOME version: --- commit 2bed55740ea17014d38c2f074f0eae36bf44b855 Author: intrigeri <int...@bo...> Date: Sat Jun 24 09:29:03 2017 +0000 Document dependency on Glib::Object::Introspection 0.043+. Gtk3.pm now uses convert_flags_to_sv, which was added in Glib::Object::Introspection 0.043. diff --git a/dist.ini b/dist.ini index 1262186..30f1df5 100644 --- a/dist.ini +++ b/dist.ini @@ -24,7 +24,7 @@ version = 2 Carp = 0 ; core Exporter = 0 ; core Cairo::GObject = 1.000 -Glib::Object::Introspection = 0.016 +Glib::Object::Introspection = 0.043 Test::Simple = 0.96 ; for the fix for is() and objects with overloading [NextRelease] -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. |