Compare commits

..

No commits in common. "c8-stream-5.3" and "stream-perl-5.24-rhel-8.9.0" have entirely different histories.

8 changed files with 541 additions and 128 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/Module-CoreList-5.20191220.tar.gz
SOURCES/Module-CoreList-5.20180120.tar.gz

View File

@ -1 +0,0 @@
b0c210c5cf2548a2b0e367bd387a927cb0cb670f SOURCES/Module-CoreList-5.20191220.tar.gz

View File

@ -0,0 +1,512 @@
From a6209761a6209952689d766ab4f4cd99ee9db6bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Mon, 16 Apr 2018 16:10:37 +0200
Subject: [PATCH] Upgrade database to 5.20180414_24
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Taken from perl-5.24.4.
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
Changes | 9 +
lib/Module/CoreList.pm | 388 +++++++++++++++++++++++++++++++++++-
lib/Module/CoreList/TieHashDelta.pm | 2 +-
lib/Module/CoreList/Utils.pm | 23 ++-
4 files changed, 419 insertions(+), 3 deletions(-)
diff --git a/Changes b/Changes
index 9fb1073..04f5d75 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,12 @@
+5.20180414_24
+ - Updated for v5.24.4
+
+5.20180221
+ - Updated for v5.27.10
+
+5.20180220
+ - Updated for v5.27.9
+
5.20180120
- Updated for v5.27.8
diff --git a/lib/Module/CoreList.pm b/lib/Module/CoreList.pm
index e3db2f9..beae442 100644
--- a/lib/Module/CoreList.pm
+++ b/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use strict;
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
use version;
-our $VERSION = '5.20180120';
+our $VERSION = '5.20180414_24';
sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
@@ -328,6 +328,9 @@ sub changes_between {
5.027006 => '2017-11-20',
5.027007 => '2017-12-20',
5.027008 => '2018-01-20',
+ 5.027009 => '2018-02-20',
+ 5.027010 => '2018-03-20',
+ 5.024004 => '2018-04-14',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15014,6 +15017,368 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ changed => {
+ 'B::Op_private' => '5.027009',
+ 'Carp' => '1.46',
+ 'Carp::Heavy' => '1.46',
+ 'Config' => '5.027009',
+ 'Cwd' => '3.74',
+ 'Devel::PPPort' => '3.39',
+ 'Encode' => '2.96',
+ 'Encode::Unicode' => '2.17',
+ 'Errno' => '1.29',
+ 'ExtUtils::Command' => '7.32',
+ 'ExtUtils::Command::MM' => '7.32',
+ 'ExtUtils::Liblist' => '7.32',
+ 'ExtUtils::Liblist::Kid'=> '7.32',
+ 'ExtUtils::MM' => '7.32',
+ 'ExtUtils::MM_AIX' => '7.32',
+ 'ExtUtils::MM_Any' => '7.32',
+ 'ExtUtils::MM_BeOS' => '7.32',
+ 'ExtUtils::MM_Cygwin' => '7.32',
+ 'ExtUtils::MM_DOS' => '7.32',
+ 'ExtUtils::MM_Darwin' => '7.32',
+ 'ExtUtils::MM_MacOS' => '7.32',
+ 'ExtUtils::MM_NW5' => '7.32',
+ 'ExtUtils::MM_OS2' => '7.32',
+ 'ExtUtils::MM_QNX' => '7.32',
+ 'ExtUtils::MM_UWIN' => '7.32',
+ 'ExtUtils::MM_Unix' => '7.32',
+ 'ExtUtils::MM_VMS' => '7.32',
+ 'ExtUtils::MM_VOS' => '7.32',
+ 'ExtUtils::MM_Win32' => '7.32',
+ 'ExtUtils::MM_Win95' => '7.32',
+ 'ExtUtils::MY' => '7.32',
+ 'ExtUtils::MakeMaker' => '7.32',
+ 'ExtUtils::MakeMaker::Config'=> '7.32',
+ 'ExtUtils::MakeMaker::Locale'=> '7.32',
+ 'ExtUtils::MakeMaker::version'=> '7.32',
+ 'ExtUtils::MakeMaker::version::regex'=> '7.32',
+ 'ExtUtils::Mkbootstrap' => '7.32',
+ 'ExtUtils::Mksymlists' => '7.32',
+ 'ExtUtils::ParseXS' => '3.38',
+ 'ExtUtils::ParseXS::Constants'=> '3.38',
+ 'ExtUtils::ParseXS::CountLines'=> '3.38',
+ 'ExtUtils::ParseXS::Eval'=> '3.38',
+ 'ExtUtils::ParseXS::Utilities'=> '3.38',
+ 'ExtUtils::Typemaps' => '3.38',
+ 'ExtUtils::Typemaps::Cmd'=> '3.38',
+ 'ExtUtils::Typemaps::InputMap'=> '3.38',
+ 'ExtUtils::Typemaps::OutputMap'=> '3.38',
+ 'ExtUtils::Typemaps::Type'=> '3.38',
+ 'ExtUtils::testlib' => '7.32',
+ 'File::Spec' => '3.74',
+ 'File::Spec::AmigaOS' => '3.74',
+ 'File::Spec::Cygwin' => '3.74',
+ 'File::Spec::Epoc' => '3.74',
+ 'File::Spec::Functions' => '3.74',
+ 'File::Spec::Mac' => '3.74',
+ 'File::Spec::OS2' => '3.74',
+ 'File::Spec::Unix' => '3.74',
+ 'File::Spec::VMS' => '3.74',
+ 'File::Spec::Win32' => '3.74',
+ 'IPC::Cmd' => '1.00',
+ 'Math::BigFloat::Trace' => '0.49',
+ 'Math::BigInt::Trace' => '0.49',
+ 'Module::CoreList' => '5.20180220',
+ 'Module::CoreList::Utils'=> '5.20180220',
+ 'POSIX' => '1.82',
+ 'PerlIO::encoding' => '0.26',
+ 'Storable' => '3.06',
+ 'Storable::Limit' => undef,
+ 'Storable::__Storable__'=> '3.06',
+ 'Test2' => '1.302122',
+ 'Test2::API' => '1.302122',
+ 'Test2::API::Breakage' => '1.302122',
+ 'Test2::API::Context' => '1.302122',
+ 'Test2::API::Instance' => '1.302122',
+ 'Test2::API::Stack' => '1.302122',
+ 'Test2::Event' => '1.302122',
+ 'Test2::Event::Bail' => '1.302122',
+ 'Test2::Event::Diag' => '1.302122',
+ 'Test2::Event::Encoding'=> '1.302122',
+ 'Test2::Event::Exception'=> '1.302122',
+ 'Test2::Event::Fail' => '1.302122',
+ 'Test2::Event::Generic' => '1.302122',
+ 'Test2::Event::Note' => '1.302122',
+ 'Test2::Event::Ok' => '1.302122',
+ 'Test2::Event::Pass' => '1.302122',
+ 'Test2::Event::Plan' => '1.302122',
+ 'Test2::Event::Skip' => '1.302122',
+ 'Test2::Event::Subtest' => '1.302122',
+ 'Test2::Event::TAP::Version'=> '1.302122',
+ 'Test2::Event::Waiting' => '1.302122',
+ 'Test2::EventFacet' => '1.302122',
+ 'Test2::EventFacet::About'=> '1.302122',
+ 'Test2::EventFacet::Amnesty'=> '1.302122',
+ 'Test2::EventFacet::Assert'=> '1.302122',
+ 'Test2::EventFacet::Control'=> '1.302122',
+ 'Test2::EventFacet::Error'=> '1.302122',
+ 'Test2::EventFacet::Info'=> '1.302122',
+ 'Test2::EventFacet::Meta'=> '1.302122',
+ 'Test2::EventFacet::Parent'=> '1.302122',
+ 'Test2::EventFacet::Plan'=> '1.302122',
+ 'Test2::EventFacet::Render'=> '1.302122',
+ 'Test2::EventFacet::Trace'=> '1.302122',
+ 'Test2::Formatter' => '1.302122',
+ 'Test2::Formatter::TAP' => '1.302122',
+ 'Test2::Hub' => '1.302122',
+ 'Test2::Hub::Interceptor'=> '1.302122',
+ 'Test2::Hub::Interceptor::Terminator'=> '1.302122',
+ 'Test2::Hub::Subtest' => '1.302122',
+ 'Test2::IPC' => '1.302122',
+ 'Test2::IPC::Driver' => '1.302122',
+ 'Test2::IPC::Driver::Files'=> '1.302122',
+ 'Test2::Tools::Tiny' => '1.302122',
+ 'Test2::Util' => '1.302122',
+ 'Test2::Util::ExternalMeta'=> '1.302122',
+ 'Test2::Util::Facets2Legacy'=> '1.302122',
+ 'Test2::Util::HashBase' => '1.302122',
+ 'Test2::Util::Trace' => '1.302122',
+ 'Test::Builder' => '1.302122',
+ 'Test::Builder::Formatter'=> '1.302122',
+ 'Test::Builder::Module' => '1.302122',
+ 'Test::Builder::Tester' => '1.302122',
+ 'Test::Builder::Tester::Color'=> '1.302122',
+ 'Test::Builder::TodoDiag'=> '1.302122',
+ 'Test::More' => '1.302122',
+ 'Test::Simple' => '1.302122',
+ 'Test::Tester' => '1.302122',
+ 'Test::Tester::Capture' => '1.302122',
+ 'Test::Tester::CaptureRunner'=> '1.302122',
+ 'Test::Tester::Delegate'=> '1.302122',
+ 'Test::use::ok' => '1.302122',
+ 'Time::HiRes' => '1.9753',
+ 'XS::APItest' => '0.96',
+ 'bigint' => '0.49',
+ 'bignum' => '0.49',
+ 'bigrat' => '0.49',
+ 'encoding' => '2.22',
+ 'if' => '0.0608',
+ 'mro' => '1.22',
+ 'ok' => '1.302122',
+ 'threads' => '2.22',
+ 'warnings' => '1.41',
+ },
+ removed => {
+ 'Module::CoreList::TieHashDelta'=> 1,
+ }
+ },
+ 5.027010 => {
+ delta_from => 5.027009,
+ changed => {
+ 'App::Prove' => '3.42',
+ 'App::Prove::State' => '3.42',
+ 'App::Prove::State::Result'=> '3.42',
+ 'App::Prove::State::Result::Test'=> '3.42',
+ 'B::Deparse' => '1.48',
+ 'B::Op_private' => '5.027010',
+ 'Carp' => '1.49',
+ 'Carp::Heavy' => '1.49',
+ 'Config' => '5.02701',
+ 'Encode' => '2.97',
+ 'ExtUtils::Command' => '7.34',
+ 'ExtUtils::Command::MM' => '7.34',
+ 'ExtUtils::Liblist' => '7.34',
+ 'ExtUtils::Liblist::Kid'=> '7.34',
+ 'ExtUtils::MM' => '7.34',
+ 'ExtUtils::MM_AIX' => '7.34',
+ 'ExtUtils::MM_Any' => '7.34',
+ 'ExtUtils::MM_BeOS' => '7.34',
+ 'ExtUtils::MM_Cygwin' => '7.34',
+ 'ExtUtils::MM_DOS' => '7.34',
+ 'ExtUtils::MM_Darwin' => '7.34',
+ 'ExtUtils::MM_MacOS' => '7.34',
+ 'ExtUtils::MM_NW5' => '7.34',
+ 'ExtUtils::MM_OS2' => '7.34',
+ 'ExtUtils::MM_QNX' => '7.34',
+ 'ExtUtils::MM_UWIN' => '7.34',
+ 'ExtUtils::MM_Unix' => '7.34',
+ 'ExtUtils::MM_VMS' => '7.34',
+ 'ExtUtils::MM_VOS' => '7.34',
+ 'ExtUtils::MM_Win32' => '7.34',
+ 'ExtUtils::MM_Win95' => '7.34',
+ 'ExtUtils::MY' => '7.34',
+ 'ExtUtils::MakeMaker' => '7.34',
+ 'ExtUtils::MakeMaker::Config'=> '7.34',
+ 'ExtUtils::MakeMaker::Locale'=> '7.34',
+ 'ExtUtils::MakeMaker::version'=> '7.34',
+ 'ExtUtils::MakeMaker::version::regex'=> '7.34',
+ 'ExtUtils::Mkbootstrap' => '7.34',
+ 'ExtUtils::Mksymlists' => '7.34',
+ 'ExtUtils::ParseXS' => '3.39',
+ 'ExtUtils::ParseXS::Constants'=> '3.39',
+ 'ExtUtils::ParseXS::CountLines'=> '3.39',
+ 'ExtUtils::ParseXS::Eval'=> '3.39',
+ 'ExtUtils::ParseXS::Utilities'=> '3.39',
+ 'ExtUtils::testlib' => '7.34',
+ 'File::Glob' => '1.31',
+ 'I18N::Langinfo' => '0.16',
+ 'List::Util' => '1.50',
+ 'List::Util::XS' => '1.50',
+ 'Locale::Codes' => '3.56',
+ 'Locale::Codes::Constants'=> '3.56',
+ 'Locale::Codes::Country'=> '3.56',
+ 'Locale::Codes::Country_Codes'=> '3.56',
+ 'Locale::Codes::Country_Retired'=> '3.56',
+ 'Locale::Codes::Currency'=> '3.56',
+ 'Locale::Codes::Currency_Codes'=> '3.56',
+ 'Locale::Codes::Currency_Retired'=> '3.56',
+ 'Locale::Codes::LangExt'=> '3.56',
+ 'Locale::Codes::LangExt_Codes'=> '3.56',
+ 'Locale::Codes::LangExt_Retired'=> '3.56',
+ 'Locale::Codes::LangFam'=> '3.56',
+ 'Locale::Codes::LangFam_Codes'=> '3.56',
+ 'Locale::Codes::LangFam_Retired'=> '3.56',
+ 'Locale::Codes::LangVar'=> '3.56',
+ 'Locale::Codes::LangVar_Codes'=> '3.56',
+ 'Locale::Codes::LangVar_Retired'=> '3.56',
+ 'Locale::Codes::Language'=> '3.56',
+ 'Locale::Codes::Language_Codes'=> '3.56',
+ 'Locale::Codes::Language_Retired'=> '3.56',
+ 'Locale::Codes::Script' => '3.56',
+ 'Locale::Codes::Script_Codes'=> '3.56',
+ 'Locale::Codes::Script_Retired'=> '3.56',
+ 'Locale::Country' => '3.56',
+ 'Locale::Currency' => '3.56',
+ 'Locale::Language' => '3.56',
+ 'Locale::Script' => '3.56',
+ 'Module::CoreList' => '5.20180221',
+ 'Module::CoreList::Utils'=> '5.20180221',
+ 'POSIX' => '1.83',
+ 'Scalar::Util' => '1.50',
+ 'Sub::Util' => '1.50',
+ 'TAP::Base' => '3.42',
+ 'TAP::Formatter::Base' => '3.42',
+ 'TAP::Formatter::Color' => '3.42',
+ 'TAP::Formatter::Console'=> '3.42',
+ 'TAP::Formatter::Console::ParallelSession'=> '3.42',
+ 'TAP::Formatter::Console::Session'=> '3.42',
+ 'TAP::Formatter::File' => '3.42',
+ 'TAP::Formatter::File::Session'=> '3.42',
+ 'TAP::Formatter::Session'=> '3.42',
+ 'TAP::Harness' => '3.42',
+ 'TAP::Harness::Env' => '3.42',
+ 'TAP::Object' => '3.42',
+ 'TAP::Parser' => '3.42',
+ 'TAP::Parser::Aggregator'=> '3.42',
+ 'TAP::Parser::Grammar' => '3.42',
+ 'TAP::Parser::Iterator' => '3.42',
+ 'TAP::Parser::Iterator::Array'=> '3.42',
+ 'TAP::Parser::Iterator::Process'=> '3.42',
+ 'TAP::Parser::Iterator::Stream'=> '3.42',
+ 'TAP::Parser::IteratorFactory'=> '3.42',
+ 'TAP::Parser::Multiplexer'=> '3.42',
+ 'TAP::Parser::Result' => '3.42',
+ 'TAP::Parser::Result::Bailout'=> '3.42',
+ 'TAP::Parser::Result::Comment'=> '3.42',
+ 'TAP::Parser::Result::Plan'=> '3.42',
+ 'TAP::Parser::Result::Pragma'=> '3.42',
+ 'TAP::Parser::Result::Test'=> '3.42',
+ 'TAP::Parser::Result::Unknown'=> '3.42',
+ 'TAP::Parser::Result::Version'=> '3.42',
+ 'TAP::Parser::Result::YAML'=> '3.42',
+ 'TAP::Parser::ResultFactory'=> '3.42',
+ 'TAP::Parser::Scheduler'=> '3.42',
+ 'TAP::Parser::Scheduler::Job'=> '3.42',
+ 'TAP::Parser::Scheduler::Spinner'=> '3.42',
+ 'TAP::Parser::Source' => '3.42',
+ 'TAP::Parser::SourceHandler'=> '3.42',
+ 'TAP::Parser::SourceHandler::Executable'=> '3.42',
+ 'TAP::Parser::SourceHandler::File'=> '3.42',
+ 'TAP::Parser::SourceHandler::Handle'=> '3.42',
+ 'TAP::Parser::SourceHandler::Perl'=> '3.42',
+ 'TAP::Parser::SourceHandler::RawTAP'=> '3.42',
+ 'TAP::Parser::YAMLish::Reader'=> '3.42',
+ 'TAP::Parser::YAMLish::Writer'=> '3.42',
+ 'Test2' => '1.302133',
+ 'Test2::API' => '1.302133',
+ 'Test2::API::Breakage' => '1.302133',
+ 'Test2::API::Context' => '1.302133',
+ 'Test2::API::Instance' => '1.302133',
+ 'Test2::API::Stack' => '1.302133',
+ 'Test2::Event' => '1.302133',
+ 'Test2::Event::Bail' => '1.302133',
+ 'Test2::Event::Diag' => '1.302133',
+ 'Test2::Event::Encoding'=> '1.302133',
+ 'Test2::Event::Exception'=> '1.302133',
+ 'Test2::Event::Fail' => '1.302133',
+ 'Test2::Event::Generic' => '1.302133',
+ 'Test2::Event::Note' => '1.302133',
+ 'Test2::Event::Ok' => '1.302133',
+ 'Test2::Event::Pass' => '1.302133',
+ 'Test2::Event::Plan' => '1.302133',
+ 'Test2::Event::Skip' => '1.302133',
+ 'Test2::Event::Subtest' => '1.302133',
+ 'Test2::Event::TAP::Version'=> '1.302133',
+ 'Test2::Event::V2' => '1.302133',
+ 'Test2::Event::Waiting' => '1.302133',
+ 'Test2::EventFacet' => '1.302133',
+ 'Test2::EventFacet::About'=> '1.302133',
+ 'Test2::EventFacet::Amnesty'=> '1.302133',
+ 'Test2::EventFacet::Assert'=> '1.302133',
+ 'Test2::EventFacet::Control'=> '1.302133',
+ 'Test2::EventFacet::Error'=> '1.302133',
+ 'Test2::EventFacet::Hub'=> '1.302133',
+ 'Test2::EventFacet::Info'=> '1.302133',
+ 'Test2::EventFacet::Meta'=> '1.302133',
+ 'Test2::EventFacet::Parent'=> '1.302133',
+ 'Test2::EventFacet::Plan'=> '1.302133',
+ 'Test2::EventFacet::Render'=> '1.302133',
+ 'Test2::EventFacet::Trace'=> '1.302133',
+ 'Test2::Formatter' => '1.302133',
+ 'Test2::Formatter::TAP' => '1.302133',
+ 'Test2::Hub' => '1.302133',
+ 'Test2::Hub::Interceptor'=> '1.302133',
+ 'Test2::Hub::Interceptor::Terminator'=> '1.302133',
+ 'Test2::Hub::Subtest' => '1.302133',
+ 'Test2::IPC' => '1.302133',
+ 'Test2::IPC::Driver' => '1.302133',
+ 'Test2::IPC::Driver::Files'=> '1.302133',
+ 'Test2::Tools::Tiny' => '1.302133',
+ 'Test2::Util' => '1.302133',
+ 'Test2::Util::ExternalMeta'=> '1.302133',
+ 'Test2::Util::Facets2Legacy'=> '1.302133',
+ 'Test2::Util::HashBase' => '1.302133',
+ 'Test2::Util::Trace' => '1.302133',
+ 'Test::Builder' => '1.302133',
+ 'Test::Builder::Formatter'=> '1.302133',
+ 'Test::Builder::Module' => '1.302133',
+ 'Test::Builder::Tester' => '1.302133',
+ 'Test::Builder::Tester::Color'=> '1.302133',
+ 'Test::Builder::TodoDiag'=> '1.302133',
+ 'Test::Harness' => '3.42',
+ 'Test::More' => '1.302133',
+ 'Test::Simple' => '1.302133',
+ 'Test::Tester' => '1.302133',
+ 'Test::Tester::Capture' => '1.302133',
+ 'Test::Tester::CaptureRunner'=> '1.302133',
+ 'Test::Tester::Delegate'=> '1.302133',
+ 'Test::use::ok' => '1.302133',
+ 'Time::HiRes' => '1.9757',
+ 'Time::Piece' => '1.3204',
+ 'Time::Seconds' => '1.3204',
+ 'attributes' => '0.33',
+ 'ok' => '1.302133',
+ 'warnings' => '1.42',
+ },
+ removed => {
+ }
+ },
+ 5.024004 => {
+ delta_from => 5.024003,
+ changed => {
+ 'B::Op_private' => '5.024004',
+ 'Config' => '5.024004',
+ 'Module::CoreList' => '5.20180414_24',
+ 'Module::CoreList::TieHashDelta'=> '5.20180414_24',
+ 'Module::CoreList::Utils'=> '5.20180414_24',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -15863,6 +16228,27 @@ sub is_core
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.027010 => {
+ delta_from => 5.027009,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.024004 => {
+ delta_from => 5.024003,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);
diff --git a/lib/Module/CoreList/TieHashDelta.pm b/lib/Module/CoreList/TieHashDelta.pm
index caec326..cd19f73 100644
--- a/lib/Module/CoreList/TieHashDelta.pm
+++ b/lib/Module/CoreList/TieHashDelta.pm
@@ -1,7 +1,7 @@
# For internal Module::CoreList use only.
package Module::CoreList::TieHashDelta;
use strict;
-our $VERSION = '5.20180120';
+our $VERSION = '5.20180414_24';
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;
diff --git a/lib/Module/CoreList/Utils.pm b/lib/Module/CoreList/Utils.pm
index 9a74ddb..228028f 100644
--- a/lib/Module/CoreList/Utils.pm
+++ b/lib/Module/CoreList/Utils.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Module::CoreList;
-our $VERSION = '5.20180120';
+our $VERSION = '5.20180414_24';
our %utilities;
sub utilities {
@@ -1354,6 +1354,27 @@ my %delta = (
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.027010 => {
+ delta_from => 5.027009,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.024004 => {
+ delta_from => 5.024003,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);
--
2.14.3

View File

@ -1,15 +1,20 @@
# Run optional test
%bcond_without perl_Module_CoreList_enables_optional_test
%global cpan_version 5.20180120
Name: perl-Module-CoreList
# Epoch to compete with perl.spec
Epoch: 1
Version: 5.20191220
Release: 1%{?dist}
Version: 5.20180414
Release: 2%{?dist}
Summary: What modules are shipped with versions of perl
License: GPL+ or Artistic
URL: https://metacpan.org/release/Module-CoreList
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{version}.tar.gz
URL: http://search.cpan.org/dist/Module-CoreList/
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{cpan_version}.tar.gz
# Provide data about Perl 5.24.4. It's required for perl-5.24.4,
# so that we have metadata about packaged Perl. Some tools like Pinto need it.
Patch0: Module-CoreList-5.20180120-Upgrade-database-to-5.20180414_24.patch
BuildArch: noarch
BuildRequires: make
BuildRequires: perl-generators
@ -57,18 +62,18 @@ modules were shipped with given perl version.
%prep
%setup -q -n Module-CoreList-%{version}
%setup -q -n Module-CoreList-%{cpan_version}
%patch0 -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
%{make_install}
make pure_install DESTDIR=$RPM_BUILD_ROOT
%{_fixperms} $RPM_BUILD_ROOT/*
%check
unset PERL_CORE
make test
%files
@ -82,116 +87,11 @@ make test
%{_mandir}/man1/corelist.*
%changelog
* Thu Jan 02 2020 Petr Pisar <ppisar@redhat.com> - 1:5.20191220-1
- 5.20191220 bump
* Thu Nov 21 2019 Petr Pisar <ppisar@redhat.com> - 1:5.20191120-1
- 5.20191120 bump
* Mon Nov 11 2019 Petr Pisar <ppisar@redhat.com> - 1:5.20191110-1
- 5.20191110 bump
* Mon Oct 21 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20191020-1
- 5.20191020 bump
* Mon Sep 23 2019 Petr Pisar <ppisar@redhat.com> - 1:5.20190920-1
- 5.20190920 bump
* Wed Aug 21 2019 Petr Pisar <ppisar@redhat.com> - 1:5.20190820-1
- 5.20190820 bump
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.20190720-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon Jul 22 2019 Petr Pisar <ppisar@redhat.com> - 1:5.20190720-1
- 5.20190720 bump
* Fri Jun 21 2019 Petr Pisar <ppisar@redhat.com> - 1:5.20190620-1
- 5.20190620 bump
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20190524-3
- Perl 5.30 re-rebuild of bootstrapped packages
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20190524-2
- Perl 5.30 rebuild
* Mon May 27 2019 Petr Pisar <ppisar@redhat.com> - 1:5.20190524-1
- 5.20190524 bump
* Wed May 22 2019 Petr Pisar <ppisar@redhat.com> - 1:5.20190522-1
- 5.20190522 bump
* Tue Apr 23 2019 Petr Pisar <ppisar@redhat.com> - 1:5.20190420-1
- 5.20190420 bump
* Thu Mar 21 2019 Petr Pisar <ppisar@redhat.com> - 1:5.20190320-1
- 5.20190320 bump
* Thu Feb 21 2019 Petr Pisar <ppisar@redhat.com> - 1:5.20190220-1
- 5.20190220 bump
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.20190120-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Jan 21 2019 Petr Pisar <ppisar@redhat.com> - 1:5.20190120-1
- 5.20190120 bump
* Wed Dec 19 2018 Petr Pisar <ppisar@redhat.com> - 1:5.20181218-1
- 5.20181218 bump
* Mon Dec 03 2018 Petr Pisar <ppisar@redhat.com> - 1:5.20181130-1
- 5.20181130 bump
* Wed Nov 21 2018 Petr Pisar <ppisar@redhat.com> - 1:5.20181120-1
- 5.20181120 bump
* Tue Oct 23 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20181020-1
- 5.20181020 bump
* Fri Sep 21 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20180920-1
- 5.20180920 bump
* Tue Aug 21 2018 Petr Pisar <ppisar@redhat.com> - 1:5.20180820-1
- 5.20180820 bump
* Mon Jul 23 2018 Petr Pisar <ppisar@redhat.com> - 1:5.20180720-1
- 5.20180720 bump
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.20180626-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20180626-2
- Perl 5.28 re-rebuild of bootstrapped packages
* Thu Jun 28 2018 Petr Pisar <ppisar@redhat.com> - 1:5.20180626-1
- 5.20180626 bump
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20180622-416
- Increase release to favour standalone package
* Mon Jun 25 2018 Petr Pisar <ppisar@redhat.com> - 1:5.20180622-1
- 5.20180622 bump
* Mon Apr 23 2018 Petr Pisar <ppisar@redhat.com> - 1:5.20180420-1
- 5.20180420 bump
* Fri Apr 20 2018 Petr Pisar <ppisar@redhat.com> - 1:5.20180415-1
- 5.20180415 bump
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20180414-2
- Rebuild with enable hardening (bug #1636329)
* Mon Apr 16 2018 Petr Pisar <ppisar@redhat.com> - 1:5.20180414-1
- 5.20180414 bump
* Fri Apr 13 2018 Petr Pisar <ppisar@redhat.com> - 1:5.20180414-0.1.RC1
- 5.20180414_26 bump
* Wed Mar 21 2018 Petr Pisar <ppisar@redhat.com> - 1:5.20180221-1
- 5.20180221 bump
* Wed Feb 21 2018 Petr Pisar <ppisar@redhat.com> - 1:5.20180220-1
- 5.20180220 bump
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.20180120-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- 5.20180414_24 bump
* Mon Jan 22 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20180120-1
- 5.20180120 bump
@ -214,9 +114,6 @@ make test
* Tue Aug 22 2017 Petr Pisar <ppisar@redhat.com> - 1:5.20170821-1
- 5.20170821 bump
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.20170720-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Jul 21 2017 Petr Pisar <ppisar@redhat.com> - 1:5.20170720-1
- 5.20170720 bump
@ -226,12 +123,6 @@ make test
* Tue Jun 20 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20170621-1
- 5.20170621 bump
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20170531-3
- Perl 5.26 re-rebuild of bootstrapped packages
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20170531-2
- Perl 5.26 rebuild
* Thu Jun 01 2017 Petr Pisar <ppisar@redhat.com> - 1:5.20170531-1
- 5.20170531 bump

5
plans/sanity.fmf Normal file
View File

@ -0,0 +1,5 @@
summary: Sanity tests
discover:
how: fmf
execute:
how: tmt

1
sources Normal file
View File

@ -0,0 +1 @@
SHA1 (Module-CoreList-5.20180120.tar.gz) = 7a939a3433a0670ef2495519bae065410a3dc521

4
tests/upstream-tests.fmf Normal file
View File

@ -0,0 +1,4 @@
summary: Upstream tests
component: perl-Module-CoreList
require: perl-Module-CoreList-tests
test: /usr/libexec/perl-Module-CoreList/test