[perl-Math-Round] Add the missing AutoLoader dependencies

Petr Šabata psabata at fedoraproject.org
Tue Nov 20 21:09:10 UTC 2012


commit 195f6580d86e6c0b8869b651159c2c195bcd89db
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Nov 20 22:09:06 2012 +0100

    Add the missing AutoLoader dependencies

 perl-Math-Round.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Math-Round.spec b/perl-Math-Round.spec
index baeef9c..0b06c46 100644
--- a/perl-Math-Round.spec
+++ b/perl-Math-Round.spec
@@ -1,6 +1,6 @@
 Name:           perl-Math-Round
 Version:        0.06
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        Perl extension for rounding numbers
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -9,10 +9,12 @@ Source0:        http://search.cpan.org/CPAN/authors/id/G/GR/GROMMEL/Math-Round-%
 Patch0:         Math-Round-0.06-utf8.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:      noarch
+BuildRequires:  perl(AutoLoader)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(POSIX)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(AutoLoader)
 
 %description
 Math::Round supplies functions that will round numbers in different ways. The
@@ -53,6 +55,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Math::Round.3pm*
 
 %changelog
+* Tue Nov 20 2012 Petr Šabata <contyk at redhat.com> - 0.06-15
+- Add the missing AutoLoader dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.06-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list