Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
6cd70e3223 | |||
32c3238f44 | |||
76dd87ad31 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:417581fdce63892e24f08279cdd6b065cb60c41d5acfa22dd2ad93b6d3e87071
|
||||
size 2636528
|
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
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Math-BigInt-GMP
|
||||
#
|
||||
# Copyright (c) 2024 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,21 +18,22 @@
|
||||
|
||||
%define cpan_name Math-BigInt-GMP
|
||||
Name: perl-Math-BigInt-GMP
|
||||
Version: 1.7001
|
||||
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
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Carp) >= 1.22
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.58
|
||||
BuildRequires: perl(Math::BigInt) >= 2.3.1
|
||||
BuildRequires: perl(Math::BigInt) >= 2.005001
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(Carp) >= 1.22
|
||||
Requires: perl(Math::BigInt) >= 2.3.1
|
||||
Requires: perl(Math::BigInt) >= 2.005001
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: gmp-devel
|
||||
@@ -56,7 +57,7 @@ This package contains a replacement (drop-in) module for Math::BigInt's core,
|
||||
Math::BigInt::Calc.pm.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{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
|
||||
|
||||
|
Reference in New Issue
Block a user