5.38.2 bump
This commit is contained in:
parent
a287727639
commit
b26fbaf78a
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ perl-5.12.1.tar.gz
|
||||
/perl-5.36.0.tar.xz
|
||||
/perl-5.36.1.tar.xz
|
||||
/perl-5.38.0.tar.xz
|
||||
/perl-5.38.2.tar.xz
|
||||
|
16
perl.spec
16
perl.spec
@ -1,4 +1,4 @@
|
||||
%global perl_version 5.38.0
|
||||
%global perl_version 5.38.2
|
||||
%global perl_epoch 4
|
||||
%global perl_arch_stem -thread-multi
|
||||
%global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
|
||||
@ -110,7 +110,7 @@ License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
Epoch: %{perl_epoch}
|
||||
Version: %{perl_version}
|
||||
# release number must be even higher, because dual-lived modules will be broken otherwise
|
||||
Release: 502%{?dist}
|
||||
Release: 503%{?dist}
|
||||
Summary: Practical Extraction and Report Language
|
||||
Url: https://www.perl.org/
|
||||
Source0: https://www.cpan.org/src/5.0/perl-%{perl_version}.tar.xz
|
||||
@ -242,7 +242,7 @@ BuildRequires: rsyslog
|
||||
|
||||
|
||||
# compat macro needed for rebuild
|
||||
%global perl_compat perl(:MODULE_COMPAT_5.38.0)
|
||||
%global perl_compat perl(:MODULE_COMPAT_5.38.2)
|
||||
|
||||
Requires: %perl_compat
|
||||
Requires: perl-interpreter%{?_isa} = %{perl_epoch}:%{perl_version}-%{release}
|
||||
@ -425,6 +425,8 @@ Summary: The libraries for the perl run-time
|
||||
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND Martin-Birgmeier AND Spencer-86 AND MIT AND UCD AND LicenseRef-Fedora-Public-Domain
|
||||
# Compat provides
|
||||
Provides: %perl_compat
|
||||
Provides: perl(:MODULE_COMPAT_5.38.0)
|
||||
Provides: perl(:MODULE_COMPAT_5.38.1)
|
||||
# Interpreter version to fulfil required genersted from "require 5.006;"
|
||||
Provides: perl(:VERSION) = %{perl_version}
|
||||
# Integeres are 64-bit on all platforms
|
||||
@ -2750,7 +2752,7 @@ encoder/decoder. These encoding methods are specified in RFC 2045 - MIME
|
||||
Summary: What modules are shipped with versions of perl
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
Epoch: 1
|
||||
Version: 5.20230520
|
||||
Version: 5.20231129
|
||||
Requires: perl(List::Util)
|
||||
Requires: perl(version) >= 0.88
|
||||
%if %{defined perl_bootstrap}
|
||||
@ -2768,7 +2770,7 @@ are shipped with each version of perl.
|
||||
Summary: Tool for listing modules shipped with perl
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
Epoch: 1
|
||||
Version: 5.20230520
|
||||
Version: 5.20231129
|
||||
Requires: perl(feature)
|
||||
Requires: perl(version) >= 0.88
|
||||
Requires: perl-Module-CoreList = %{epoch}:%{version}-%{release}
|
||||
@ -7059,6 +7061,10 @@ ln -s /app/bin/perl %{buildroot}/usr/bin/perl
|
||||
|
||||
# Old changelog entries are preserved in CVS.
|
||||
%changelog
|
||||
* Thu Nov 30 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.38.2-503
|
||||
- 5.38.2 bump (see <https://metacpan.org/release/PEVANS/perl-5.38.2/view/pod/perldelta.pod>
|
||||
or release notes
|
||||
|
||||
* Tue Oct 10 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.38.0-502
|
||||
- Make BerkeleyDB support optional
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (perl-5.38.0.tar.xz) = 71beff7f6daa22a967972f5805daf2d4ff837a17e5ab808780f815d5914a67acf4f2e92acac0f2d8b24bdde4ceec0c2f7cb3029b5eadeeb30191f757e1bf0f9d
|
||||
SHA512 (perl-5.38.2.tar.xz) = 0ca51e447c7a18639627c281a1c7ae6662c773745ea3c86bede46336d5514ecc97ded2c61166e1ac15635581489dc596368907aa3a775b34db225b76d7402d10
|
||||
|
Loading…
Reference in New Issue
Block a user