[perl-Math-MatrixReal] 2.10 bump

Petr Pisar ppisar at fedoraproject.org
Mon Nov 25 13:41:44 UTC 2013


commit 4ed1b634da65e5af08cb6cc996087a671a0df309
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Nov 25 14:41:21 2013 +0100

    2.10 bump

 .gitignore                |    1 +
 perl-Math-MatrixReal.spec |   33 ++++++++++++++++++++++++---------
 sources                   |    2 +-
 3 files changed, 26 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d7f6b99..d8d36d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Math-MatrixReal-2.05.tar.gz
 /Math-MatrixReal-2.08.tar.gz
 /Math-MatrixReal-2.09.tar.gz
+/Math-MatrixReal-2.10.tar.gz
diff --git a/perl-Math-MatrixReal.spec b/perl-Math-MatrixReal.spec
index a0e8137..a79b19c 100644
--- a/perl-Math-MatrixReal.spec
+++ b/perl-Math-MatrixReal.spec
@@ -1,22 +1,35 @@
 Name:           perl-Math-MatrixReal
-Version:        2.09
-Release:        7%{?dist}
+Version:        2.10
+Release:        1%{?dist}
 Summary:        Manipulate matrix of reals
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Math-MatrixReal/
 Source0:        http://www.cpan.org/authors/id/L/LE/LETO/Math-MatrixReal-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(base)
 BuildRequires:  perl(Benchmark)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Math::Complex)
-BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(Test::Simple)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Most)
-Requires:       perl(Exporter)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(Test::Simple)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(overload)
 
 %description
 Implements the data type "matrix of reals" (and consequently also
@@ -36,12 +49,11 @@ does what you would like it to do.
 %setup -q -n Math-MatrixReal-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -53,6 +65,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Nov 25 2013 Petr Pisar <ppisar at redhat.com> - 2.10-1
+- 2.10 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.09-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 3ac98ba..258e95e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-401e20e42dc057db099f470754093e6e  Math-MatrixReal-2.09.tar.gz
+8b0a9e1d92cbcf00327bbfeed33df4ce  Math-MatrixReal-2.10.tar.gz


More information about the scm-commits mailing list