2.003002 bump (rhbz#2257059)
This commit is contained in:
parent
a09671785e
commit
89e15c5f45
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@
|
|||||||
/Math-BigInt-2.002000.tar.gz
|
/Math-BigInt-2.002000.tar.gz
|
||||||
/Math-BigInt-2.002001.tar.gz
|
/Math-BigInt-2.002001.tar.gz
|
||||||
/Math-BigInt-2.003001.tar.gz
|
/Math-BigInt-2.003001.tar.gz
|
||||||
|
/Math-BigInt-2.003002.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Math-BigInt
|
Name: perl-Math-BigInt
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
%global cpan_version 2.003001
|
%global cpan_version 2.003002
|
||||||
# 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}
|
||||||
@ -99,13 +99,16 @@ make test
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
# NEW file is useless
|
# NEW file is useless
|
||||||
%doc BUGS CHANGES CREDITS examples GOALS HISTORY README TODO
|
%doc BUGS CHANGES CREDITS examples GOALS HISTORY README TODO
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/Math*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/Math::Big*
|
||||||
|
|
||||||
%files tests
|
%files tests
|
||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 08 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0030.02-1
|
||||||
|
- 2.003002 bump (rhbz#2257059)
|
||||||
|
|
||||||
* Tue Jan 02 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0030.01-1
|
* Tue Jan 02 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0030.01-1
|
||||||
- 2.003001 bump (rhbz#2255925)
|
- 2.003001 bump (rhbz#2255925)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Math-BigInt-2.003001.tar.gz) = 1795d6ce7b1aa80dc4b02daf817d1b29573f53d771a61eb7a8af0932efb706cb1b64708a07a8988027e80617fa7711cc6196964e92a8071e9949dbd5df6f5b81
|
SHA512 (Math-BigInt-2.003002.tar.gz) = d52ded746a12980d3f6c4d3b694ec64d3f90d85ffd2063b0a2859a5b50e99da36c22ec12efd55885a05f2ca5433f9788d63e027ee70d72e50554d66ebe97ea00
|
||||||
|
Loading…
Reference in New Issue
Block a user