[perl-STD] Round Module::Build version to 2 digits

Petr Pisar ppisar at fedoraproject.org
Thu May 31 09:45:25 UTC 2012


commit ca1c7f2aeb1633108d998e366eca6b41ac220b03
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu May 31 11:45:10 2012 +0200

    Round Module::Build version to 2 digits

 perl-STD.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-STD.spec b/perl-STD.spec
index 2ac0d07..b0183cb 100644
--- a/perl-STD.spec
+++ b/perl-STD.spec
@@ -1,6 +1,6 @@
 Name:           perl-STD
 Version:        32116
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        The Standard Perl 6 Grammar
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -9,7 +9,7 @@ Source0:        http://www.cpan.org/authors/id/S/SO/SOREAR/STD-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl >= 4:5.10
 BuildRequires:  perl(File::ShareDir) >= 1.02
-BuildRequires:  perl(Module::Build) >= 0.3601
+BuildRequires:  perl(Module::Build) >= 0.37
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(YAML::XS)
 Requires:       perl(File::ShareDir) >= 1.02
@@ -58,6 +58,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 
 %changelog
+* Thu May 31 2012 Petr Pisar <ppisar at redhat.com> - 32116-6
+- Round Module::Build version to 2 digits
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 32116-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list