1.999838 bump
This commit is contained in:
parent
1275362105
commit
b72b4fab8f
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,3 +46,4 @@
|
|||||||
/Math-BigInt-1.999835.tar.gz
|
/Math-BigInt-1.999835.tar.gz
|
||||||
/Math-BigInt-1.999836.tar.gz
|
/Math-BigInt-1.999836.tar.gz
|
||||||
/Math-BigInt-1.999837.tar.gz
|
/Math-BigInt-1.999837.tar.gz
|
||||||
|
/Math-BigInt-1.999838.tar.gz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Name: perl-Math-BigInt
|
Name: perl-Math-BigInt
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
%global cpan_version 1.999837
|
%global cpan_version 1.999838
|
||||||
# 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: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Arbitrary-size integer and float mathematics
|
Summary: Arbitrary-size integer and float mathematics
|
||||||
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
|
URL: https://metacpan.org/release/Math-BigInt
|
||||||
@ -67,7 +67,7 @@ with "%{_libexecdir}/%{name}/test".
|
|||||||
%setup -q -n Math-BigInt-%{cpan_version}
|
%setup -q -n Math-BigInt-%{cpan_version}
|
||||||
|
|
||||||
# Help generators to recognize Perl scripts
|
# Help generators to recognize Perl scripts
|
||||||
for F in t/*.t t/alias.inc `find t -name *.pm`; do
|
for F in t/*.t t/alias.inc; do
|
||||||
perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!.*perl\b}{$Config{startperl}}' "$F"
|
perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!.*perl\b}{$Config{startperl}}' "$F"
|
||||||
chmod +x "$F"
|
chmod +x "$F"
|
||||||
done
|
done
|
||||||
@ -106,6 +106,9 @@ make test
|
|||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 02 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.9998.38-1
|
||||||
|
- 1.999838 bump
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.9998.37-3
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.9998.37-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Math-BigInt-1.999837.tar.gz) = b548c94ab94fd835ec10924702208ddcf9c9fea401c852937f84421727b7bcb7fc02ffa38b677a8b472ba8039eec2e94f08ffc6199c0e59ff87654d7719610d1
|
SHA512 (Math-BigInt-1.999838.tar.gz) = 33beb52f3e952d78e637336e61522416256029cdd106bab1a8b7d26a0b0f6aee16b779819b6922e99ccd3d67b14766ed661b2dec39dd9b31da4608df4fbe548f
|
||||||
|
Loading…
Reference in New Issue
Block a user