[perl-Math-Symbolic] 0.604 bump

Petr Pisar ppisar at fedoraproject.org
Wed Sep 15 15:57:12 UTC 2010


commit 9eaccb75713326a6d6e6c9a84a216da97f055f88
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Sep 15 17:56:57 2010 +0200

    0.604 bump

 .gitignore              |    1 +
 perl-Math-Symbolic.spec |   21 +++++++++++++++------
 sources                 |    2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d84f0fe..2e6d8c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Math-Symbolic-0.510.tar.gz
+/Math-Symbolic-0.604.tar.gz
diff --git a/perl-Math-Symbolic.spec b/perl-Math-Symbolic.spec
index 50a8dc6..afe7f0f 100644
--- a/perl-Math-Symbolic.spec
+++ b/perl-Math-Symbolic.spec
@@ -1,6 +1,6 @@
 Name:           perl-Math-Symbolic
-Version:        0.510
-Release:        6%{?dist}
+Version:        0.604
+Release:        1%{?dist}
 Summary:        Symbolic calculations
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,15 +8,20 @@ URL:            http://search.cpan.org/dist/Math-Symbolic/
 Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/Math-Symbolic-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Memoize) >= 1.01
+# We do not use MakeFile.PL and thus ExtUtils::MakeMaker.
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Parse::RecDescent)
-BuildRequires:  perl(Test::Pod) >= 1.0
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.0
 BuildRequires:  perl(Test::Distribution)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Memoize)
-BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Test::Pod) >= 1.0
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.0
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Memoize) >= 1.01
+
+%filter_from_requires /perl(Memoize)$/d
+%filter_setup
 
 %description
 Math::Symbolic is intended to offer symbolic calculation capabilities to
@@ -62,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 15 2010 Petr Pisar <ppisar at redhat.com> - 0.604-1
+- 0.604 bump
+- Version Memoize (Build)Requires as stated in META.yml
+
 * Mon May 03 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.510-6
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index db12125..4ae19c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-87cb7c3e76227238a583c313226dd53e  Math-Symbolic-0.510.tar.gz
+0d209760ae9cef381327013ae64954bd  Math-Symbolic-0.604.tar.gz


More information about the scm-commits mailing list