[perl-Glib-Object-Introspection] 0.009 bump

Petr Pisar ppisar at fedoraproject.org
Wed Jun 20 15:36:20 UTC 2012


commit ee504be28dcc65424bc96580edfbc72c24fb60fb
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jun 20 17:35:43 2012 +0200

    0.009 bump
    
    Required by perl-Gtk3-0.006.
    
    TODO: The tests are not run because test shared object cannot be
    compiled.

 perl-Glib-Object-Introspection.spec |   26 +++++++++++++++++++-------
 sources                             |    2 +-
 2 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/perl-Glib-Object-Introspection.spec b/perl-Glib-Object-Introspection.spec
index 239efde..2d69df1 100644
--- a/perl-Glib-Object-Introspection.spec
+++ b/perl-Glib-Object-Introspection.spec
@@ -1,28 +1,37 @@
 
 Name:           perl-Glib-Object-Introspection
-Version:        0.008
-Release:        2%{?dist}
+Version:        0.009
+Release:        1%{?dist}
 Summary:        Dynamically create Perl language bindings
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Glib-Object-Introspection/
 Source0:        http://www.cpan.org/modules/by-module/Glib/Glib-Object-Introspection-%{version}.tar.gz
-BuildRequires:  perl(ExtUtils::Depends) >= 0.3
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Glib::MakeHelper)
+# Run-time
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(ExtUtils::Depends) >= 0.3
 BuildRequires:  perl(ExtUtils::PkgConfig) >= 1
 BuildRequires:  perl(Glib) >= 1.24
-BuildRequires:  perl(Glib::MakeHelper)
-BuildRequires:  perl(Cairo::GObject)
-BuildRequires:  gobject-introspection-devel
+BuildRequires:  perl(XSLoader)
+# Tests
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More)
-# For the test suite
+# Optional tests
 BuildRequires:  cairo-gobject-devel
+BuildRequires:  perl(Cairo::GObject)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(ExtUtils::Depends) >= 0.3
 Requires:       perl(ExtUtils::PkgConfig) >= 1
 Requires:       perl(Glib) >= 1.24
 
 %{?perl_default_filter}
+# Remove under-specified dependencies
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Glib\\)$
 
 %description
 Glib::Object::Introspection uses the gobject-introspection and libffi projects
@@ -59,6 +68,9 @@ LANG=en_US.UTF8 make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 20 2012 Petr Pisar <ppisar at redhat.com> - 0.009-1
+- 0.009 bump
+
 * Wed Jun 13 2012 Petr Pisar <ppisar at redhat.com> - 0.008-2
 - Perl 5.16 rebuild
 
diff --git a/sources b/sources
index b04d3ce..caa2f3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f094068af98ce3ca32fe42c7b33ed28  Glib-Object-Introspection-0.008.tar.gz
+4247c566d43266692f443ab1fd05bc13  Glib-Object-Introspection-0.009.tar.gz


More information about the scm-commits mailing list