[perl-Glib] 1.304 bump

Petr Pisar ppisar at fedoraproject.org
Thu Jan 9 09:53:50 UTC 2014


commit e46e86dc43dd23e966f47d0bd108d13740c03f35
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jan 9 10:39:09 2014 +0100

    1.304 bump

 .gitignore     |    1 +
 perl-Glib.spec |   25 +++++++++++++++++++++----
 sources        |    2 +-
 3 files changed, 23 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f33619..6bc6d36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Glib-1.223.tar.gz
 /Glib-1.241.tar.gz
 /Glib-1.260.tar.gz
 /Glib-1.280.tar.gz
+/Glib-1.304.tar.gz
diff --git a/perl-Glib.spec b/perl-Glib.spec
index 2f440b7..f235f59 100644
--- a/perl-Glib.spec
+++ b/perl-Glib.spec
@@ -1,32 +1,46 @@
 Name:           perl-Glib
-Version:        1.280
-Release:        4%{?dist}
+Version:        1.304
+Release:        1%{?dist}
 Summary:        Perl interface to GLib
 Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://search.cpan.org/dist/Glib/
 Source0:        http://www.cpan.org/authors/id/X/XA/XAOC/Glib-%{version}.tar.gz
-BuildRequires:  perl >= 2:5.8.0
 BuildRequires:  glib2-devel
-BuildRequires:  perl(Carp)
+BuildRequires:  perl >= 2:5.8.0
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::Depends) >= 0.300
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.00
 BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+# Config not used by tests
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
+# Gtk2 not used and optional
 BuildRequires:  perl(IO::File)
+BuildRequires:  perl(overload)
+# POSIX not used by tests
 BuildRequires:  perl(Storable)
+BuildRequires:  perl(vars)
 # Tests
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Tie::Hash)
+BuildRequires:  perl(utf8)
+# Optional tests:
+BuildRequires:  perl(I18N::Langinfo)
+BuildRequires:  perl(Test::ConsistentVersion)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Config)
+Requires:       perl(overload)
 
 # Do not export private modules and libraries
 %{?perl_default_filter}
@@ -96,6 +110,9 @@ make test
 %{_mandir}/man3/Glib::xsapi.3pm.gz
 
 %changelog
+* Thu Jan 09 2014 Petr Pisar <ppisar at redhat.com> - 1.304-1
+- 1.304 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.280-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 0fe6735..808b67f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1d81a8aec5f7f1182a96cfaaf119d866  Glib-1.280.tar.gz
+62e454da4eb8eccdb59452c8bfd8565c  Glib-1.304.tar.gz


More information about the scm-commits mailing list