Accepting request 738652 from devel:languages:perl:autoupdate

- updated to 0.5009
   see /usr/share/doc/packages/perl-Math-BigInt-FastCalc/CHANGES
  0.5009 2019-10-10
  
   * Sync test files with Math-BigInt.

OBS-URL: https://build.opensuse.org/request/show/738652
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-FastCalc?expand=0&rev=27
This commit is contained in:
2019-10-18 11:42:03 +00:00
committed by Git OBS Bridge
parent ff75d0e74d
commit deb07dc138
4 changed files with 17 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Oct 12 13:45:31 UTC 2019 - <timueller+perl@suse.de>
- updated to 0.5009
see /usr/share/doc/packages/perl-Math-BigInt-FastCalc/CHANGES
0.5009 2019-10-10
* Sync test files with Math-BigInt.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 4 22:21:09 UTC 2019 - Tina Mueller <tina.mueller@suse.com> Wed Sep 4 22:21:09 UTC 2019 - Tina Mueller <tina.mueller@suse.com>

View File

@@ -17,7 +17,7 @@
Name: perl-Math-BigInt-FastCalc Name: perl-Math-BigInt-FastCalc
Version: 0.5008 Version: 0.5009
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,9 +29,9 @@ 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.999812 BuildRequires: perl(Math::BigInt) >= 1.999817
BuildRequires: perl(Test::More) >= 0.82 BuildRequires: perl(Test::More) >= 0.82
Requires: perl(Math::BigInt) >= 1.999812 Requires: perl(Math::BigInt) >= 1.999817
%{perl_requires} %{perl_requires}
# MANUAL BEGIN # MANUAL BEGIN
%if 0%{?suse_version} <= 1320 %if 0%{?suse_version} <= 1320
@@ -61,6 +61,7 @@ version like 'Pari'. To use this library:
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"