5.22.1 bump

This commit is contained in:
Jitka Plesnikova 2015-12-14 10:09:57 +01:00
parent 43ea5a4eb8
commit 9c5135ce08
3 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ perl-5.12.1.tar.gz
/perl-5.20.1.tar.bz2 /perl-5.20.1.tar.bz2
/perl-5.20.2.tar.bz2 /perl-5.20.2.tar.bz2
/perl-5.22.0.tar.bz2 /perl-5.22.0.tar.bz2
/perl-5.22.1.tar.bz2

View File

@ -1,4 +1,4 @@
%global perl_version 5.22.0 %global perl_version 5.22.1
%global perl_epoch 4 %global perl_epoch 4
%global perl_arch_stem -thread-multi %global perl_arch_stem -thread-multi
%global perl_archname %{_arch}-%{_os}%{perl_arch_stem} %global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
@ -29,7 +29,7 @@
Name: perl Name: perl
Version: %{perl_version} Version: %{perl_version}
# release number must be even higher, because dual-lived modules will be broken otherwise # release number must be even higher, because dual-lived modules will be broken otherwise
Release: 353%{?dist} Release: 354%{?dist}
Epoch: %{perl_epoch} Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language Summary: Practical Extraction and Report Language
Group: Development/Languages Group: Development/Languages
@ -116,7 +116,7 @@ BuildRequires: procps, rsyslog
# compat macro needed for rebuild # compat macro needed for rebuild
%global perl_compat perl(:MODULE_COMPAT_5.22.0) %global perl_compat perl(:MODULE_COMPAT_5.22.1)
# File provides # File provides
Provides: perl(bytes_heavy.pl) Provides: perl(bytes_heavy.pl)
@ -169,6 +169,7 @@ Group: Development/Languages
License: GPL+ or Artistic License: GPL+ or Artistic
# Compat provides # Compat provides
Provides: %perl_compat Provides: %perl_compat
Provides: perl(:MODULE_COMPAT_5.22.0)
# Interpreter version to fulfil required genersted from "require 5.006;" # Interpreter version to fulfil required genersted from "require 5.006;"
Provides: perl(:VERSION) = %{perl_version} Provides: perl(:VERSION) = %{perl_version}
# Threading provides # Threading provides
@ -1547,7 +1548,7 @@ Summary: What modules are shipped with versions of perl
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
Epoch: 1 Epoch: 1
Version: 5.20150520 Version: 5.20151213
Requires: %perl_compat Requires: %perl_compat
Requires: perl(List::Util) Requires: perl(List::Util)
Requires: perl(version) >= 0.88 Requires: perl(version) >= 0.88
@ -1563,7 +1564,7 @@ Summary: Tool for listing modules shipped with perl
Group: Development/Tools Group: Development/Tools
License: GPL+ or Artistic License: GPL+ or Artistic
Epoch: 1 Epoch: 1
Version: 5.20150520 Version: 5.20151213
Requires: %perl_compat Requires: %perl_compat
Requires: perl(feature) Requires: perl(feature)
Requires: perl(version) >= 0.88 Requires: perl(version) >= 0.88
@ -4623,6 +4624,10 @@ popd
# Old changelog entries are preserved in CVS. # Old changelog entries are preserved in CVS.
%changelog %changelog
* Mon Dec 14 2015 Jitka Plesnikova <jplesnik@redhat.com> - 5.22.1-354
- 5.22.1 bump (see <http://search.cpan.org/dist/perl-5.22.1/pod/perldelta.pod>
for release notes)
* Tue Oct 20 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-353 * Tue Oct 20 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-353
- Rebuild to utilize perl(:VERSION) dependency symbol - Rebuild to utilize perl(:VERSION) dependency symbol

View File

@ -1 +1 @@
f67b152160431b3180fb766bdc2d02e2 perl-5.22.0.tar.bz2 67242b9bd642b458bec884ed2a040910 perl-5.22.1.tar.bz2