Accepting request 344338 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/344338 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-FastCalc?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
d5af83d260
commit
52662bc118
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bef3c4e1580ad0964d6127bf8f4a3c4eb4c9c61043e0197002db5e7296157792
|
||||
size 67783
|
3
Math-BigInt-FastCalc-0.37.tar.gz
Normal file
3
Math-BigInt-FastCalc-0.37.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:968255948385e492e7090d3b196f25ee5469b05e66ae2b614a5515942daea1ba
|
||||
size 67805
|
@@ -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
|
||||
|
||||
|
@@ -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}"
|
||||
|
Reference in New Issue
Block a user