forked from pool/perl-Math-BigInt-GMP
Compare commits
28 Commits
c4a91bd5b1
...
32c3238f44
Author | SHA256 | Date | |
---|---|---|---|
32c3238f44 | |||
76dd87ad31 | |||
a40ac912d3 | |||
341d15bc73 | |||
50211164d9 | |||
01668113ab | |||
deb6c50566 | |||
226eba19ec | |||
19913b156c | |||
d42244122d | |||
1179585128 | |||
b6f5e905c4 | |||
337f04afd0 | |||
752f0501ba | |||
50d06093ed | |||
c13b908dd3 | |||
11302f7a99 | |||
16149ec15b | |||
b354298c13 | |||
f8f06d7b28 | |||
7ce0821da5 | |||
418eb5c4dd | |||
|
2b47b3d0c9 | ||
1107cdb078 | |||
|
3bfa2c7fe5 | ||
|
ca11517d0c | ||
|
3721d16d94 | ||
|
f7cdf4af2f |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7ebec6dd43a76179afa8acd235478acb6ae3a085253933ef848af007ea6081f
|
||||
size 2592094
|
3
Math-BigInt-GMP-1.7003.tar.gz
Normal file
3
Math-BigInt-GMP-1.7003.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a165628b277d1e833f5b657ca836db81bc44e04c107cfe9f5b8bd94755642ed5
|
||||
size 2637054
|
@@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 05:35:42 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.7003
|
||||
see /usr/share/doc/packages/perl-Math-BigInt-GMP/CHANGES
|
||||
|
||||
1.7003 2025-03-25
|
||||
* Sync test files with Math-BigInt.
|
||||
1.7002 2025-02-22
|
||||
* Sync test files with Math-BigInt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 7 03:09:24 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.7001
|
||||
see /usr/share/doc/packages/perl-Math-BigInt-GMP/CHANGES
|
||||
|
||||
1.7001 2024-01-06
|
||||
|
||||
* Sync test files with Math-BigInt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 30 03:07:10 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.7000
|
||||
see /usr/share/doc/packages/perl-Math-BigInt-GMP/CHANGES
|
||||
|
||||
1.7000 2023-12-29
|
||||
* Add new methods _to_hex(), _to_bin(), _to_oct(), _lcm(), _dfac(), _nok(),
|
||||
_fib(), and _lucas(). These are now in XS code rather than being inherited.
|
||||
1.6014 2023-12-27
|
||||
* Sync test files with Math-BigInt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 21 03:08:54 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.6013
|
||||
see /usr/share/doc/packages/perl-Math-BigInt-GMP/CHANGES
|
||||
|
||||
1.6013 2023-09-20
|
||||
|
||||
* Sync test files with Math-BigInt.
|
||||
|
||||
* Remove obsolete link to cpanratings.org.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 4 03:08:05 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.6012
|
||||
see /usr/share/doc/packages/perl-Math-BigInt-GMP/CHANGES
|
||||
|
||||
1.6012 2023-04-03
|
||||
|
||||
* Sync test files with Math-BigInt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 18 03:08:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Math-BigInt-GMP
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Math-BigInt-GMP
|
||||
Name: perl-Math-BigInt-GMP
|
||||
Version: 1.6011
|
||||
Version: 1.7003
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Backend library for Math::BigInt etc. based on GMP
|
||||
@@ -29,10 +29,10 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Carp) >= 1.22
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.58
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999831
|
||||
BuildRequires: perl(Math::BigInt) >= 2.005001
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(Carp) >= 1.22
|
||||
Requires: perl(Math::BigInt) >= 1.999831
|
||||
Requires: perl(Math::BigInt) >= 2.005001
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: gmp-devel
|
||||
@@ -56,8 +56,9 @@ This package contains a replacement (drop-in) module for Math::BigInt's core,
|
||||
Math::BigInt::Calc.pm.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
%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
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
|
Reference in New Issue
Block a user