diff --git a/Math-BigInt-FastCalc-0.36.tar.gz b/Math-BigInt-FastCalc-0.36.tar.gz deleted file mode 100644 index 6b899a4..0000000 --- a/Math-BigInt-FastCalc-0.36.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bef3c4e1580ad0964d6127bf8f4a3c4eb4c9c61043e0197002db5e7296157792 -size 67783 diff --git a/Math-BigInt-FastCalc-0.37.tar.gz b/Math-BigInt-FastCalc-0.37.tar.gz new file mode 100644 index 0000000..1826156 --- /dev/null +++ b/Math-BigInt-FastCalc-0.37.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968255948385e492e7090d3b196f25ee5469b05e66ae2b614a5515942daea1ba +size 67805 diff --git a/perl-Math-BigInt-FastCalc.changes b/perl-Math-BigInt-FastCalc.changes index 79e751f..52d659b 100644 --- a/perl-Math-BigInt-FastCalc.changes +++ b/perl-Math-BigInt-FastCalc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 14 09:55:28 UTC 2015 - coolo@suse.com + +- updated to 0.37 + see /usr/share/doc/packages/perl-Math-BigInt-FastCalc/CHANGES + ------------------------------------------------------------------- Fri Nov 6 10:07:11 UTC 2015 - coolo@suse.com diff --git a/perl-Math-BigInt-FastCalc.spec b/perl-Math-BigInt-FastCalc.spec index f4ae973..0973094 100644 --- a/perl-Math-BigInt-FastCalc.spec +++ b/perl-Math-BigInt-FastCalc.spec @@ -17,7 +17,7 @@ Name: perl-Math-BigInt-FastCalc -Version: 0.36 +Version: 0.37 Release: 0 %define cpan_name Math-BigInt-FastCalc Summary: Math::BigInt::Calc with some XS for more speed @@ -29,10 +29,10 @@ Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Math::BigInt) >= 1.999706 -BuildRequires: perl(Math::BigInt::Calc) >= 1.999706 -Requires: perl(Math::BigInt) >= 1.999706 -Requires: perl(Math::BigInt::Calc) >= 1.999706 +BuildRequires: perl(Math::BigInt) >= 1.999709 +BuildRequires: perl(Math::BigInt::Calc) >= 1.999709 +Requires: perl(Math::BigInt) >= 1.999709 +Requires: perl(Math::BigInt::Calc) >= 1.999709 %{perl_requires} %description @@ -47,12 +47,11 @@ version like 'Pari'. To use this library: use Math::BigInt lib => 'FastCalc'; -Note that from the Math::BigInt manpage v1.76 onwards, FastCalc will be -loaded automatically, if possible. +Note that from Math::BigInt v1.76 onwards, FastCalc will be loaded +automatically, if possible. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"