1.6007 bump
This commit is contained in:
parent
943be796bd
commit
b4c33f447a
@ -1,8 +1,8 @@
|
||||
%bcond_with author_tests
|
||||
|
||||
Name: perl-Math-BigInt-GMP
|
||||
Version: 1.6006
|
||||
Release: 4%{?dist}
|
||||
Version: 1.6007
|
||||
Release: 1%{?dist}
|
||||
Summary: Use the GMP library for Math::BigInt routines
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Math-BigInt-GMP
|
||||
@ -26,7 +26,7 @@ BuildRequires: perl(XSLoader) >= 0.02
|
||||
# Test Suite
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Math::BigFloat) >= 1.994
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999812
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999817
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(threads)
|
||||
@ -68,10 +68,10 @@ perl Makefile.PL \
|
||||
OPTIMIZE="%{optflags}" \
|
||||
NO_PACKLIST=1 \
|
||||
NO_PERLLOCAL=1
|
||||
make %{?_smp_mflags}
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%{make_install}
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
@ -86,6 +86,9 @@ make test %{?_with_author_tests:AUTHOR_TESTING=1 RELEASE_TESTING=1}
|
||||
%{_mandir}/man3/Math::BigInt::GMP.3*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 14 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.6007-1
|
||||
- 1.6007 bump
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6006-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Math-BigInt-GMP-1.6006.tar.gz) = 9ac48f8b136d835d6a1a90fb4170321f8684f6650e49dcf7ee2147d7ee0f89400ac93aa72deb8b5c5fd56d2ada391789f573f97487e46a3863e6735f2f53828c
|
||||
SHA512 (Math-BigInt-GMP-1.6007.tar.gz) = cdeaeec1e450e95d761cefc63c5262c0b43cf5fc5865e62d0463e34821541c2b83d156979c1e7a8157c9747ccf5e3cefa80ac52489a7ce3186425bc27c176512
|
||||
|
||||
Loading…
Reference in New Issue
Block a user