2.001000 bump (rhbz#2249534)
This commit is contained in:
parent
c43536659a
commit
716a409e85
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,3 +52,4 @@
|
|||||||
/Math-BigInt-1.999841.tar.gz
|
/Math-BigInt-1.999841.tar.gz
|
||||||
/Math-BigInt-1.999842.tar.gz
|
/Math-BigInt-1.999842.tar.gz
|
||||||
/Math-BigInt-2.000000.tar.gz
|
/Math-BigInt-2.000000.tar.gz
|
||||||
|
/Math-BigInt-2.001000.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Math-BigInt
|
Name: perl-Math-BigInt
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
%global cpan_version 2.000000
|
%global cpan_version 2.001000
|
||||||
# Keep 4-digit version to compete with perl.spec
|
# Keep 4-digit version to compete with perl.spec
|
||||||
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
|
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
@ -49,7 +49,7 @@ Obsoletes: perl-Math-BigRat < 0.2624-502
|
|||||||
%global __requires_exclude %{__requires_exclude}|perl\\(Math::BigFloat::(BareSubclass\|Subclass)\\)
|
%global __requires_exclude %{__requires_exclude}|perl\\(Math::BigFloat::(BareSubclass\|Subclass)\\)
|
||||||
%global __requires_exclude %{__requires_exclude}|perl\\(Math::BigInt::(BareCalc\|Scalar\|Subclass)\\)
|
%global __requires_exclude %{__requires_exclude}|perl\\(Math::BigInt::(BareCalc\|Scalar\|Subclass)\\)
|
||||||
%global __requires_exclude %{__requires_exclude}|perl\\(Math::BigInt::Lib::(Minimal\|TestUtil)\\)
|
%global __requires_exclude %{__requires_exclude}|perl\\(Math::BigInt::Lib::(Minimal\|TestUtil)\\)
|
||||||
%global __requires_exclude %{__requires_exclude}|perl\\(Math::BigRat::Test\\)
|
%global __requires_exclude %{__requires_exclude}|perl\\(Math::BigRat::Subclass\\)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This provides Perl modules for arbitrary-size integer and float mathematics.
|
This provides Perl modules for arbitrary-size integer and float mathematics.
|
||||||
@ -106,6 +106,9 @@ make test
|
|||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 14 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0010.00-1
|
||||||
|
- 2.001000 bump (rhbz#2249534)
|
||||||
|
|
||||||
* Wed Nov 01 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0000.00-1
|
* Wed Nov 01 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0000.00-1
|
||||||
- 2.000000 bump (rhbz#2247279)
|
- 2.000000 bump (rhbz#2247279)
|
||||||
Merge the Math-BigRat distribution into the Math-BigInt distribution
|
Merge the Math-BigRat distribution into the Math-BigInt distribution
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Math-BigInt-2.000000.tar.gz) = 6e9aba11b0214782211fd85514be569fc0a1dc72e49d72921b671cc156dc8e5549f9f8ffb19dcf5c2c1f641d26c03e63644d61c92614b2a8822525c4fd87d5b1
|
SHA512 (Math-BigInt-2.001000.tar.gz) = 9fb6753d02fd2beca658ac2b4e323c85e9d659467db57c6c6ad922b0bb477982ef600b40f1bd4c6dbe88492e565a0edf42d4630cf5a0566136692fe8892d756d
|
||||||
|
Loading…
Reference in New Issue
Block a user