After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 784156 - [patch] Should explicitly depend on Glib::Object::Introspection 0.043+
[patch] Should explicitly depend on Glib::Object::Introspection 0.043+
Status: RESOLVED FIXED
Product: gnome-perl
Classification: Bindings
Component: Gtk3
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2017-06-24 09:30 UTC by intrigeri
Modified: 2018-05-04 12:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description intrigeri 2017-06-24 09:30:01 UTC
commit 2bed55740ea17014d38c2f074f0eae36bf44b855
Author: intrigeri <intrigeri@boum.org>
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]
Comment 1 Torsten Schoenfeld 2018-05-04 12:16:40 UTC
This change was incorporated as part of commit e76de48bd622f73c8d6fd74da418e11a16481140.  Thank you for the patch!