forked from pool/perl-Math-BigInt
Accepting request 1240650 from devel:languages:perl:autoupdate
- updated to 2.003004 see /usr/share/doc/packages/perl-Math-BigInt/CHANGES 2.003004 2025-01-23 * Fix CPAN RT #150252 regarding bdiv() not modifying the invocand object when upgrading/downgrading is enabled. * Add hyperoperator method bhyperop(). This method implements succession, addition, multiplication, exponentiation, tetration, pentation ...). OBS-URL: https://build.opensuse.org/request/show/1240650 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=102
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f24804a58265b7b3d00dc3f71dc575aebcf9e0230a291028b65e7a2c41abcb1c
|
|
||||||
size 2978556
|
|
3
Math-BigInt-2.003004.tar.gz
Normal file
3
Math-BigInt-2.003004.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71f37d114d9403755fed1ad1433a190efd89f339e2531da701d500e6d8244611
|
||||||
|
size 3048517
|
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 24 05:31:49 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 2.003004
|
||||||
|
see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
|
||||||
|
|
||||||
|
2.003004 2025-01-23
|
||||||
|
|
||||||
|
* Fix CPAN RT #150252 regarding bdiv() not modifying the invocand object when
|
||||||
|
upgrading/downgrading is enabled.
|
||||||
|
|
||||||
|
* Add hyperoperator method bhyperop(). This method implements succession,
|
||||||
|
addition, multiplication, exponentiation, tetration, pentation ...).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 23 16:30:36 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Sun Jun 23 16:30:36 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Math-BigInt
|
# spec file for package perl-Math-BigInt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,14 +18,12 @@
|
|||||||
|
|
||||||
%define cpan_name Math-BigInt
|
%define cpan_name Math-BigInt
|
||||||
Name: perl-Math-BigInt
|
Name: perl-Math-BigInt
|
||||||
Version: 2.3.3
|
Version: 2.003004
|
||||||
Release: 0
|
Release: 0
|
||||||
# 2.003003 -> normalize -> 2.3.3
|
|
||||||
%define cpan_version 2.003003
|
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Arbitrary size integer math package
|
Summary: Arbitrary size integer math package
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -36,12 +34,6 @@ BuildRequires: perl(Math::Complex) >= 1.36
|
|||||||
BuildRequires: perl(Test::More) >= 0.94
|
BuildRequires: perl(Test::More) >= 0.94
|
||||||
Requires: perl(Carp) >= 1.22
|
Requires: perl(Carp) >= 1.22
|
||||||
Requires: perl(Math::Complex) >= 1.36
|
Requires: perl(Math::Complex) >= 1.36
|
||||||
Provides: perl(Math::BigFloat) = %{version}
|
|
||||||
Provides: perl(Math::BigInt) = %{version}
|
|
||||||
Provides: perl(Math::BigInt::Calc) = %{version}
|
|
||||||
Provides: perl(Math::BigInt::Lib) = %{version}
|
|
||||||
Provides: perl(Math::BigRat) = %{version}
|
|
||||||
%undefine __perllib_provides
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
Recommends: perl(bignum) >= 0.22
|
Recommends: perl(bignum) >= 0.22
|
||||||
@@ -56,7 +48,9 @@ Math::BigInt provides support for arbitrary precision integers. Overloading
|
|||||||
is also provided for Perl operators.
|
is also provided for Perl operators.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{version} -p1
|
||||||
|
|
||||||
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user