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:
committed by
Git OBS Bridge
parent
f87e160af0
commit
ff9babc570
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b9a73b1d0afc084dc72805bac3a46d3b56eaec6b4024f0f8f2b1bd4fb9d099c0
|
|
||||||
size 65100
|
|
3
Math-BigInt-FastCalc-0.31.tar.gz
Normal file
3
Math-BigInt-FastCalc-0.31.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:89bfbe4132793ca26592bcedc264588c377bcda5bdf46972a5bad8c20823368b
|
||||||
|
size 66291
|
@@ -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
|
Tue Dec 17 06:06:25 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Math-BigInt-FastCalc
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Math-BigInt-FastCalc
|
Name: perl-Math-BigInt-FastCalc
|
||||||
Version: 0.30
|
Version: 0.31
|
||||||
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
|
||||||
@@ -28,19 +28,10 @@ Source: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{vers
|
|||||||
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.997
|
BuildRequires: perl(Math::BigInt) >= 1.9993
|
||||||
BuildRequires: perl(Math::BigInt::Calc) >= 1.997
|
BuildRequires: perl(Math::BigInt::Calc) >= 1.9993
|
||||||
#BuildRequires: perl(inc::Module::Install)
|
Requires: perl(Math::BigInt) >= 1.9993
|
||||||
#BuildRequires: perl(JSON)
|
Requires: perl(Math::BigInt::Calc) >= 1.9993
|
||||||
#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
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -60,6 +51,7 @@ loaded 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}"
|
||||||
|
Reference in New Issue
Block a user