From 44a004ca2b83a8d94a9c211ac5b02581c9c72c0a Mon Sep 17 00:00:00 2001
From: Petr Písař <ppi...@redhat.com>
Date: Aug 10 2017 14:41:13 +0000
Subject: Correct minimal Glib::Object::Introspection version


---

diff --git a/perl-Gtk3.spec b/perl-Gtk3.spec
index d4ca70f..fa48bf6 100644
--- a/perl-Gtk3.spec
+++ b/perl-Gtk3.spec
@@ -2,7 +2,7 @@
 
 Name:           perl-Gtk3
 Version:        0.032
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl interface to the 3.x series of the GTK+ toolkit
 License:        LGPLv2+
 Group:          Development/Libraries
@@ -21,7 +21,9 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Cairo::GObject) >= 1.000
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(Glib::Object::Introspection) >= 0.016
+# Glib::Object::Introspection version for
+# Glib::Object::Introspection:convert_flags_to_sv(), CPAN RT#122761
+BuildRequires:  perl(Glib::Object::Introspection) >= 0.043
 BuildRequires:  perl(overload)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
@@ -41,7 +43,9 @@ BuildRequires:  font(:lang=en)
 Requires:       gtk3
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Cairo::GObject) >= 1.000
-Requires:       perl(Glib::Object::Introspection) >= 0.016
+# Glib::Object::Introspection version for
+# Glib::Object::Introspection:convert_flags_to_sv(), CPAN RT#122761
+Requires:       perl(Glib::Object::Introspection) >= 0.043
 Requires:       perl(POSIX)
 
 # Remove under-specified dependencies
@@ -78,6 +82,9 @@ find $RPM_BUILD_ROOT -type f -name .packlist -delete
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 10 2017 Petr Pisar <ppi...@redhat.com> - 0.032-2
+- Correct minimal Glib::Object::Introspection version (CPAN RT#122761)
+
 * Thu Aug 10 2017 Petr Pisar <ppi...@redhat.com> - 0.032-1
 - 0.032 bump
 


        
https://src.fedoraproject.org/rpms/perl-Gtk3/c/44a004ca2b83a8d94a9c211ac5b02581c9c72c0a?branch=master
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to