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:
Stephan Kulow
2015-11-14 10:57:43 +00:00
committed by Git OBS Bridge
parent d5af83d260
commit 52662bc118
4 changed files with 16 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bef3c4e1580ad0964d6127bf8f4a3c4eb4c9c61043e0197002db5e7296157792
size 67783

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:968255948385e492e7090d3b196f25ee5469b05e66ae2b614a5515942daea1ba
size 67805

View File

@@ -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 Fri Nov 6 10:07:11 UTC 2015 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Math-BigInt-FastCalc Name: perl-Math-BigInt-FastCalc
Version: 0.36 Version: 0.37
Release: 0 Release: 0
%define cpan_name Math-BigInt-FastCalc %define cpan_name Math-BigInt-FastCalc
Summary: Math::BigInt::Calc with some XS for more speed Summary: Math::BigInt::Calc with some XS for more speed
@@ -29,10 +29,10 @@ Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Math::BigInt) >= 1.999706 BuildRequires: perl(Math::BigInt) >= 1.999709
BuildRequires: perl(Math::BigInt::Calc) >= 1.999706 BuildRequires: perl(Math::BigInt::Calc) >= 1.999709
Requires: perl(Math::BigInt) >= 1.999706 Requires: perl(Math::BigInt) >= 1.999709
Requires: perl(Math::BigInt::Calc) >= 1.999706 Requires: perl(Math::BigInt::Calc) >= 1.999709
%{perl_requires} %{perl_requires}
%description %description
@@ -47,12 +47,11 @@ version like 'Pari'. To use this library:
use Math::BigInt lib => 'FastCalc'; use Math::BigInt lib => 'FastCalc';
Note that from the Math::BigInt manpage v1.76 onwards, FastCalc will be Note that from Math::BigInt v1.76 onwards, FastCalc will be loaded
loaded automatically, if possible. automatically, if possible.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"