Compare commits

...

1 Commits
rawhide ... f29

Author SHA1 Message Date
Petr Písař 6d73588072 Document Math::BigInt::CalcEmu requires Math::BigInt 2019-03-18 14:29:01 +01:00
2 changed files with 38 additions and 1 deletions

View File

@ -0,0 +1,30 @@
From 67aa48a80291f4c83aba7aec3e4215409f63e1fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
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
<https://rt.cpan.org/Public/Bug/Display.html?id=85015>
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
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 b716a6d..c61e7c3 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

View File

@ -3,11 +3,14 @@ Epoch: 1
%global cpan_version 1.999813
# Keep 4-digit version to compete with perl.spec
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Arbitrary-size integer and float mathematics
License: GPL+ or Artistic
URL: https://metacpan.org/release/Math-BigInt
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-%{cpan_version}.tar.gz
# Document Math::BigInt::CalcEmu requires Math::BigInt, bug #959096,
# CPAN RT#85015, fixes in 1.999815 upstream by removing the module
Patch0: Math-BigInt-1.999813-Document-Math-BigInt-CalcEmu-requires-Math-BigInt.patch
BuildArch: noarch
BuildRequires: make
BuildRequires: perl-generators
@ -53,6 +56,7 @@ 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
@ -74,6 +78,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Mar 18 2019 Petr Pisar <ppisar@redhat.com> - 1:1.9998.13-4
- Document Math::BigInt::CalcEmu requires Math::BigInt (CPAN RT#85015)
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.9998.13-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild