From 76961967c72de6b3818e8d8c667235f281f76103 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Thu, 18 Apr 2024 14:09:35 +0300 Subject: [PATCH] import perl-Math-BigInt-1.9998.11-5.module_el8.1.0+224+75158c84 --- ...-BigInt-CalcEmu-requires-Math-BigInt.patch | 30 ------------------- SPECS/perl-Math-BigInt.spec | 13 ++------ 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 SOURCES/Math-BigInt-1.999811-Document-Math-BigInt-CalcEmu-requires-Math-BigInt.patch diff --git a/SOURCES/Math-BigInt-1.999811-Document-Math-BigInt-CalcEmu-requires-Math-BigInt.patch b/SOURCES/Math-BigInt-1.999811-Document-Math-BigInt-CalcEmu-requires-Math-BigInt.patch deleted file mode 100644 index 860cf27..0000000 --- a/SOURCES/Math-BigInt-1.999811-Document-Math-BigInt-CalcEmu-requires-Math-BigInt.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 03f021afa23bc841fd09b8de34b8d84d51b36e30 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= -Date: Mon, 2 Dec 2013 10:10:56 +0100 -Subject: [PATCH] Document Math::BigInt::CalcEmu requires Math::BigInt -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - - - -Signed-off-by: Petr Písař ---- - lib/Math/BigInt/CalcEmu.pm | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lib/Math/BigInt/CalcEmu.pm b/lib/Math/BigInt/CalcEmu.pm -index 69c02ca..feda9fa 100644 ---- a/lib/Math/BigInt/CalcEmu.pm -+++ b/lib/Math/BigInt/CalcEmu.pm -@@ -292,6 +292,7 @@ Math::BigInt::CalcEmu - Emulate low-level math with BigInt code - - =head1 SYNOPSIS - -+ use Math::BigInt; - use Math::BigInt::CalcEmu; - - =head1 DESCRIPTION --- -2.20.1 - diff --git a/SPECS/perl-Math-BigInt.spec b/SPECS/perl-Math-BigInt.spec index ff3dce9..dc1ee7f 100644 --- a/SPECS/perl-Math-BigInt.spec +++ b/SPECS/perl-Math-BigInt.spec @@ -10,14 +10,11 @@ Epoch: 1 %global cpan_version 1.999811 # Keep 4-digit version to compete with perl.spec Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./') -Release: 6%{?dist} +Release: 5%{?dist} Summary: Arbitrary-size integer and float mathematics License: GPL+ or Artistic URL: http://search.cpan.org/dist/Math-BigInt/ Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-%{cpan_version}.tar.gz -# Document Math::BigInt::CalcEmu requires Math::BigInt, bug #1689912, -# CPAN RT#85015, fixes in 1.999815 upstream by removing the module -Patch0: Math-BigInt-1.999811-Document-Math-BigInt-CalcEmu-requires-Math-BigInt.patch BuildArch: noarch BuildRequires: make BuildRequires: perl-interpreter @@ -64,7 +61,6 @@ This provides Perl modules for arbitrary-size integer and float mathematics. %prep %setup -q -n Math-BigInt-%{cpan_version} -%patch0 -p1 %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 @@ -85,14 +81,9 @@ make test %{_mandir}/man3/* %changelog -* Sun Dec 10 2023 MSVSphere Packaging Team - 1:1.9998.11-6 +* Sun Dec 10 2023 MSVSphere Packaging Team - 1:1.9998.11-5 - Rebuilt for MSVSphere 8.8 -* Fri Mar 29 2019 Jitka Plesnikova - 1:1.9998.11-6 -- Document Math::BigInt::CalcEmu requires Math::BigInt (bug #1689912) - - Petr Pisar -- Rebuild with enable hardening (bug #1636329) - * Thu Feb 08 2018 Fedora Release Engineering - 1:1.9998.11-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild