Accepting request 296269 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296269
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-FastCalc?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2015-04-15 09:30:07 +00:00
committed by Git OBS Bridge
parent f87e160af0
commit ff9babc570
4 changed files with 20 additions and 18 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 14 17:41:30 UTC 2015 - coolo@suse.com
- updated to 0.31
see /usr/share/doc/packages/perl-Math-BigInt-FastCalc/CHANGES
2014-03-04 0.31 pjacklam
* See http://perl5.git.perl.org/perl.git/history/HEAD:/dist/Math-BigInt-FastCalc
for a list of recent changes.
-------------------------------------------------------------------
Tue Dec 17 06:06:25 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Math-BigInt-FastCalc
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Math-BigInt-FastCalc
Version: 0.30
Version: 0.31
Release: 0
%define cpan_name Math-BigInt-FastCalc
Summary: Math::BigInt::Calc with some XS for more speed
@@ -28,19 +28,10 @@ Source: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{vers
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Math::BigInt) >= 1.997
BuildRequires: perl(Math::BigInt::Calc) >= 1.997
#BuildRequires: perl(inc::Module::Install)
#BuildRequires: perl(JSON)
#BuildRequires: perl(LWP::Simple)
#BuildRequires: perl(Math::BigInt::FastCalc)
#BuildRequires: perl(Module::Build)
#BuildRequires: perl(Module::Install::Base)
#BuildRequires: perl(Module::Signature)
#BuildRequires: perl(Parse::CPAN::Meta)
#BuildRequires: perl(YAML::Tiny)
Requires: perl(Math::BigInt) >= 1.997
Requires: perl(Math::BigInt::Calc) >= 1.997
BuildRequires: perl(Math::BigInt) >= 1.9993
BuildRequires: perl(Math::BigInt::Calc) >= 1.9993
Requires: perl(Math::BigInt) >= 1.9993
Requires: perl(Math::BigInt::Calc) >= 1.9993
%{perl_requires}
%description
@@ -60,6 +51,7 @@ 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}"