Accepting request 333109 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/333109
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-FastCalc?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2015-09-24 05:12:33 +00:00
committed by Git OBS Bridge
parent 822da694c0
commit ead3a6fdcd
4 changed files with 19 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Sep 23 08:46:04 UTC 2015 - coolo@suse.com
- updated to 0.34
see /usr/share/doc/packages/perl-Math-BigInt-FastCalc/CHANGES
2015-09-21 v0.34 pjacklam
* Sync test files with Math-BigInt-1.999703.
* Required version of Math-BigInt is now 1.999703.
* Update author information.
-------------------------------------------------------------------
Sun Sep 20 09:00:38 UTC 2015 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Math-BigInt-FastCalc
Version: 0.33
Version: 0.34
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.999702
BuildRequires: perl(Math::BigInt::Calc) >= 1.999702
Requires: perl(Math::BigInt) >= 1.999702
Requires: perl(Math::BigInt::Calc) >= 1.999702
BuildRequires: perl(Math::BigInt) >= 1.999703
BuildRequires: perl(Math::BigInt::Calc) >= 1.999703
Requires: perl(Math::BigInt) >= 1.999703
Requires: perl(Math::BigInt::Calc) >= 1.999703
%{perl_requires}
%description