11
0

3 Commits

Author SHA256 Message Date
6cd70e3223 Add Gitea build results 2025-08-12 18:15:18 +02:00
32c3238f44 Accepting request 1279817 from devel:languages:perl
Forwarded request #1279804 from tinita

- 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.

OBS-URL: https://build.opensuse.org/request/show/1279817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Math-BigInt-GMP?expand=0&rev=30
2025-05-26 16:36:00 +00:00
76dd87ad31 Accepting request 1279804 from devel:languages:perl:autoupdate
- 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.

OBS-URL: https://build.opensuse.org/request/show/1279804
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-GMP?expand=0&rev=69
2025-05-24 16:12:23 +00:00
5 changed files with 32 additions and 8 deletions

View File

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

View File

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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Math-BigInt-GMP/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Math-BigInt-GMP)

View File

@@ -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>

View File

@@ -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