0.5015 bump (rhbz#2239928)
This commit is contained in:
parent
d1ee74674b
commit
00f87a67f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/Math-BigInt-FastCalc-0.5012.tar.gz
|
/Math-BigInt-FastCalc-0.5012.tar.gz
|
||||||
/Math-BigInt-FastCalc-0.5013.tar.gz
|
/Math-BigInt-FastCalc-0.5013.tar.gz
|
||||||
/Math-BigInt-FastCalc-0.5014.tar.gz
|
/Math-BigInt-FastCalc-0.5014.tar.gz
|
||||||
|
/Math-BigInt-FastCalc-0.5015.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: perl-Math-BigInt-FastCalc
|
Name: perl-Math-BigInt-FastCalc
|
||||||
%global cpan_version 0.5014
|
%global cpan_version 0.5015
|
||||||
Version: 0.501.400
|
Version: 0.501.500
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Math::BigInt::Calc with some XS for more speed
|
Summary: Math::BigInt::Calc with some XS for more speed
|
||||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||||
URL: https://metacpan.org/release/Math-BigInt-FastCalc
|
URL: https://metacpan.org/release/Math-BigInt-FastCalc
|
||||||
@ -24,7 +24,7 @@ BuildRequires: perl(Math::BigInt::Calc) >= 1.999801
|
|||||||
BuildRequires: perl(XSLoader)
|
BuildRequires: perl(XSLoader)
|
||||||
# Tests:
|
# Tests:
|
||||||
BuildRequires: perl(Math::BigFloat)
|
BuildRequires: perl(Math::BigFloat)
|
||||||
BuildRequires: perl(Math::BigInt) >= 1.999838
|
BuildRequires: perl(Math::BigInt) >= 1.999840
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
Conflicts: perl < 4:5.22.0-348
|
Conflicts: perl < 4:5.22.0-348
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ This Perl module provides support for fast big integer calculations.
|
|||||||
Summary: Tests for %{name}
|
Summary: Tests for %{name}
|
||||||
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Requires: perl-Test-Harness
|
Requires: perl-Test-Harness
|
||||||
Requires: perl(Math::BigInt) >= 1.999838
|
Requires: perl(Math::BigInt) >= 1.999840
|
||||||
|
|
||||||
%description tests
|
%description tests
|
||||||
Tests from %{name}. Execute them
|
Tests from %{name}. Execute them
|
||||||
@ -86,14 +86,17 @@ make test
|
|||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGES CREDITS README TODO
|
%doc CHANGES CREDITS README TODO
|
||||||
%{perl_vendorarch}/auto/*
|
%{perl_vendorarch}/auto/Math*
|
||||||
%{perl_vendorarch}/Math*
|
%{perl_vendorarch}/Math*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/Math::BigInt::FastCalc*
|
||||||
|
|
||||||
%files tests
|
%files tests
|
||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 21 2023 Jitka Plesnikova <jplesnik@redhat.com> - 0.501.500-1
|
||||||
|
- 0.5015 bump (rhbz#2239928)
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.501.400-3
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.501.400-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Math-BigInt-FastCalc-0.5014.tar.gz) = 0689a9b081332c31379672677aa42eb5709f5fd9b638f5886046c0854e07c2eab463dd683f1aba80e124a6a7f1f3afab28fa5bc63bd698209c3f341bbad90595
|
SHA512 (Math-BigInt-FastCalc-0.5015.tar.gz) = 2cf3ec4beb67583ee251bab53344c70aa8e42117e6c6c101c510b1e39c048c56bd9a776838332de222c1dfb1f59e9f1787f2d420c7a24f69563ec5d2d98cd3e1
|
||||||
|
Loading…
Reference in New Issue
Block a user