[perl-Math-MatrixReal] 2.08 bump

Petr Sabata psabata at fedoraproject.org
Mon Apr 11 12:17:59 UTC 2011


commit 308343f466b42b8c767b951a3a61b9e51e39f242
Author: Petr Sabata <psabata at redhat.com>
Date:   Mon Apr 11 14:16:59 2011 +0200

    2.08 bump
    
    Adding various BuildRequires, needed by tests, and Requires: Exporter.

 .gitignore                |    1 +
 perl-Math-MatrixReal.spec |   16 +++++++++++++---
 sources                   |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed1d5c0..3417355 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Math-MatrixReal-2.05.tar.gz
+/Math-MatrixReal-2.08.tar.gz
diff --git a/perl-Math-MatrixReal.spec b/perl-Math-MatrixReal.spec
index 5fe21e2..a6698c3 100644
--- a/perl-Math-MatrixReal.spec
+++ b/perl-Math-MatrixReal.spec
@@ -1,6 +1,6 @@
 Name:           perl-Math-MatrixReal
-Version:        2.05
-Release:        7%{?dist}
+Version:        2.08
+Release:        1%{?dist}
 Summary:        Manipulate matrix of reals
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,8 +8,14 @@ URL:            http://search.cpan.org/dist/Math-MatrixReal/
 Source0:        http://www.cpan.org/authors/id/L/LE/LETO/Math-MatrixReal-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(Module::Build) perl(File::Spec) perl(Test::Simple)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Benchmark)
+BuildRequires:  perl(Math::Complex)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Test::Simple)
 BuildRequires:  perl(Test::More)
+Requires:       perl(Exporter)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -54,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 11 2011 Petr Sabata <psabata at redhat.com> - 2.08-1
+- 2.08 bump
+- Fixing BR/R
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.05-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 3e383ab..f8e7e22 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67f23122424830b5eea044f987b892b9  Math-MatrixReal-2.05.tar.gz
+107426ae11ba714891d5f4c8993aba8c  Math-MatrixReal-2.08.tar.gz



More information about the perl-devel mailing list