perl-CPAN/perl-CPAN.spec

518 lines
18 KiB
RPMSpec
Raw Normal View History

# Don not run gnupg1 tests by default, they need network access
# (Socket::inet_aton('pool.sks-keyservers.net')).
%bcond_with perl_CPAN_enables_gnupg_test
# Run optional test
2018-04-04 14:28:35 +00:00
%if ! (0%{?rhel})
%bcond_without perl_CPAN_enables_optional_test
2018-04-04 14:28:35 +00:00
%else
%bcond_with perl_CPAN_enables_optional_test
%endif
2014-09-10 10:52:04 +00:00
Name: perl-CPAN
2022-04-20 09:07:04 +00:00
Version: 2.34
Release: 4%{?dist}.rvre0
2014-09-10 10:52:04 +00:00
Summary: Query, download and build perl modules from CPAN sites
License: GPL+ or Artistic
URL: https://metacpan.org/release/CPAN
2019-01-02 14:51:53 +00:00
Source0: https://cpan.metacpan.org/authors/id/A/AN/ANDK/CPAN-%{version}.tar.gz
2014-10-30 12:37:37 +00:00
# Create site paths for the first time, bug #1158873, CPAN RT#99905
2019-01-02 14:51:53 +00:00
Patch0: CPAN-2.18-Attemp-to-create-site-library-directories-on-first-t.patch
# Change configuration directory name
2019-01-02 14:51:53 +00:00
Patch1: CPAN-2.18-Replace-configuration-directory-string-with-a-marke.patch
2014-09-10 10:52:04 +00:00
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-generators
2019-01-02 14:51:53 +00:00
BuildRequires: perl-interpreter
2014-09-10 10:52:04 +00:00
BuildRequires: perl(Config)
2019-01-02 14:51:53 +00:00
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
2014-09-10 10:52:04 +00:00
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Path)
2019-01-02 14:51:53 +00:00
# Module::Signature not used
2014-09-10 10:52:04 +00:00
BuildRequires: perl(strict)
BuildRequires: perl(vars)
# Optional:
BuildRequires: perl(File::Spec)
2019-01-02 14:51:53 +00:00
# YAML::Syck is not used because @ST_PREFS is empty in Makefile.PL
2014-09-10 10:52:04 +00:00
# Run-time:
# Prefer Archive::Tar and Compress::Zlib over tar and gzip
BuildRequires: perl(Archive::Tar) >= 1.50
%if !%{defined perl_bootstrap}
2017-02-15 10:07:30 +00:00
# Prefer Archive::Zip over unzip
2014-09-10 10:52:04 +00:00
BuildRequires: perl(Archive::Zip)
%endif
2014-09-10 10:52:04 +00:00
BuildRequires: perl(autouse)
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
# Devel::Size not used at tests
BuildRequires: perl(DirHandle)
BuildRequires: perl(Dumpvalue)
2019-01-02 14:51:53 +00:00
BuildRequires: perl(Errno)
2014-09-10 10:52:04 +00:00
BuildRequires: perl(Exporter)
# ExtUtils::Manifest not used at tests
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Find)
# File::HomeDir 0.65 not used at tests
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp) >= 0.16
BuildRequires: perl(FileHandle)
BuildRequires: perl(Getopt::Std)
# HTTP::Date is optional, prefer in-core Time::Local
# HTTP::Request is optional
BuildRequires: perl(HTTP::Tiny) >= 0.005
BuildRequires: perl(if)
2021-12-16 11:38:07 +00:00
# IO::Socket::SSL 1.56 is optional
2019-01-02 14:51:53 +00:00
# YAML::XS or YAML::Syck or JSON::PP, we already use YAML::Syck at a different
# place, keep JSON::PP optional
2014-09-10 10:52:04 +00:00
BuildRequires: perl(lib)
# local::lib is optional
# LWP is optional, prefer HTTP::Tiny and Net::FTP
# LWP::UserAgent is optional
# Mac::BuildTools not needed
# Mac::Files not needed
# Module::Signature is optional
# Net::Config not used at tests
# Net::FTP not used at tests
2019-03-04 09:55:59 +00:00
# Net::Ping is required but >= 2.13 version is a soft dependency
2021-12-16 11:38:07 +00:00
# Net::SSLeay 1.49 is optional
2014-09-10 10:52:04 +00:00
BuildRequires: perl(Net::Ping)
BuildRequires: perl(overload)
2019-03-04 09:55:59 +00:00
# Pod::Perldoc is optional
2014-09-10 10:52:04 +00:00
BuildRequires: perl(POSIX)
BuildRequires: perl(Safe)
BuildRequires: perl(Sys::Hostname)
BuildRequires: perl(Term::ReadLine)
BuildRequires: perl(Text::ParseWords)
BuildRequires: perl(Text::Wrap)
# Time::Local not used at tests
# URI not used at tests
# URI::Escape not used at tests
# URI::URL 0.08 is optional
# User::pwent not used at tests
BuildRequires: perl(warnings)
# Optional:
2019-07-04 08:31:01 +00:00
#%%if !%%{defined perl_bootstrap}
# CPAN::DistnameInfo not used at tests
#%%endif
2014-09-10 10:52:04 +00:00
BuildRequires: perl(CPAN::Meta) >= 2.110350
2015-03-13 14:15:18 +00:00
# Crypt::OpenPGP not used at tests
2014-09-10 10:52:04 +00:00
# Digest::MD5 not used at tests
BuildRequires: perl(Digest::SHA)
2019-01-02 14:51:53 +00:00
# Keep Log::Log4perl optional
2014-09-10 10:52:04 +00:00
# Keep MIME::Base64 optional
%if !%{defined perl_bootstrap}
2014-09-10 10:52:04 +00:00
BuildRequires: perl(Module::Build)
%endif
2014-09-10 10:52:04 +00:00
# Tests:
2019-03-04 09:55:59 +00:00
BuildRequires: perl(blib)
2016-06-27 08:13:21 +00:00
# CPAN::Checksums not used
2022-04-07 09:32:14 +00:00
BuildRequires: perl(File::Which)
2014-09-10 10:52:04 +00:00
BuildRequires: perl(FindBin)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Test::More)
2019-01-02 14:51:53 +00:00
BuildRequires: perl(version)
2014-09-10 10:52:04 +00:00
%if %{with perl_CPAN_enables_optional_test}
2014-09-10 10:52:04 +00:00
# Optional tests:
%if %{with perl_CPAN_enables_gnupg_test}
2014-09-10 10:52:04 +00:00
BuildRequires: %{_bindir}/gpg
2019-01-02 14:51:53 +00:00
# CPAN::Perl::Releases is helpfull only on RC or TRIAL Perl interpreters
2014-09-10 10:52:04 +00:00
# Digest::SHA1 not needed if Digest::SHA is available
# Digest::SHA::PurePerl not needed if Digest::SHA is available
%endif
%if !%{defined perl_bootstrap}
2014-09-10 10:52:04 +00:00
BuildRequires: perl(Expect)
%endif
2014-09-10 10:52:04 +00:00
BuildRequires: perl(Hash::Util)
%if !%{defined perl_bootstrap}
# Kwalify not yet packaged
%if %{with perl_CPAN_enables_gnupg_test}
2014-09-10 10:52:04 +00:00
BuildRequires: perl(Module::Signature) >= 0.66
%endif
2014-09-10 10:52:04 +00:00
BuildRequires: perl(Perl::Version)
%endif
2019-07-04 08:31:01 +00:00
BuildRequires: perl(Pod::Perldoc::ToMan)
%if %{with perl_CPAN_enables_gnupg_test}
2014-09-10 10:52:04 +00:00
BuildRequires: perl(Socket)
%endif
2014-09-10 10:52:04 +00:00
%if !%{defined perl_bootstrap}
BuildRequires: perl(Sort::Versions)
# Test::MinimumVersion not used
# Test::Perl::Critic not used
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 0.18
BuildRequires: perl(YAML) >= 0.60
%endif
%endif
2014-09-10 10:52:04 +00:00
Requires: make
2014-09-10 10:52:04 +00:00
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
2020-09-23 13:22:53 +00:00
# Some subpackages modules are not dual-lived. E.g. "open". If a distribution
# on CPAN declares a dependency on such a module, CPAN client will fail
# because the only provider is perl distribution.
# Another issue is with dual-lived modules whose distribution actually does
# not declare all needed core dependencies and the installation would also
# fail.
# As a result, any CPAN client must run-require the complete perl.
Requires: perl
2014-09-10 10:52:04 +00:00
Requires: perl(Archive::Tar) >= 1.50
2019-07-04 08:31:01 +00:00
%if !%{defined perl_bootstrap}
Recommends: perl(CPAN::DistnameInfo)
%endif
2014-09-10 10:52:04 +00:00
Requires: perl(CPAN::Meta::Requirements) >= 2.121
2015-03-13 14:15:18 +00:00
Requires: perl(Data::Dumper)
%if !%{defined perl_bootstrap}
2014-09-10 10:52:04 +00:00
Requires: perl(Devel::Size)
%endif
2014-09-10 10:52:04 +00:00
Requires: perl(ExtUtils::Manifest)
%if !%{defined perl_bootstrap}
2014-09-10 10:52:04 +00:00
Requires: perl(File::HomeDir) >= 0.65
%endif
2014-09-10 10:52:04 +00:00
Requires: perl(File::Temp) >= 0.16
2019-01-02 14:51:53 +00:00
# YAML::XS or YAML::Syck or JSON::PP, we already use YAML::Syck at a different
# place, keep JSON::PP optional
2014-09-10 10:52:04 +00:00
Requires: perl(lib)
2019-01-02 14:51:53 +00:00
%if !%{defined perl_bootstrap}
Suggests: perl(Log::Log4perl)
%endif
2014-09-10 10:52:04 +00:00
Requires: perl(Net::Config)
Requires: perl(Net::FTP)
Requires: perl(POSIX)
Requires: perl(Term::ReadLine)
Requires: perl(Time::Local)
%if !%{defined perl_bootstrap}
2014-09-10 10:52:04 +00:00
Requires: perl(URI)
Requires: perl(URI::Escape)
%endif
2014-09-10 10:52:04 +00:00
Requires: perl(User::pwent)
2017-02-15 10:07:30 +00:00
# Optional but highly recommended:
2014-09-10 10:52:04 +00:00
%if !%{defined perl_bootstrap}
2017-02-15 10:07:30 +00:00
# Prefer Archive::Zip over unzip
2014-09-10 10:52:04 +00:00
Requires: perl(Archive::Zip)
Requires: perl(Compress::Bzip2)
Requires: perl(CPAN::Meta) >= 2.110350
%endif
Requires: perl(Compress::Zlib)
Requires: perl(Digest::MD5)
2014-09-10 11:01:08 +00:00
# CPAN encourages Digest::SHA strongly because of integrity checks
2014-09-10 10:52:04 +00:00
Requires: perl(Digest::SHA)
Requires: perl(Dumpvalue)
Requires: perl(ExtUtils::CBuilder)
2022-04-07 09:32:14 +00:00
# Optional for signature verification CVE-2020-16156
2014-09-10 11:01:08 +00:00
%if ! %{defined perl_bootstrap}
2022-02-09 13:10:44 +00:00
Requires: perl(Module::Signature)
2021-12-16 11:38:07 +00:00
%endif
%if ! %{defined perl_bootstrap}
2014-09-10 11:01:08 +00:00
# Avoid circular deps local::lib -> Module::Install -> CPAN when bootstraping
# local::lib recommended by CPAN::FirstTime default choice, bug #1122498
Requires: perl(local::lib)
%endif
%if ! %{defined perl_bootstrap}
2014-09-10 10:52:04 +00:00
Requires: perl(Module::Build)
2019-03-04 09:55:59 +00:00
%endif
Recommends: perl(Pod::Perldoc)
%if ! %{defined perl_bootstrap}
2016-06-27 08:13:21 +00:00
Recommends: perl(Term::ReadKey)
2014-09-10 10:52:04 +00:00
Requires: perl(Text::Glob)
2016-06-27 08:13:21 +00:00
# Text::Levenshtein::XS or Text::Levenshtein::Damerau::XS or Text::Levenshtein
# or Text::Levenshtein::Damerau::PP
Suggests: perl(Text::Levenshtein::Damerau::XS)
2019-01-02 14:51:53 +00:00
# YAML::Syck or YAML or Data::Dumper or overload
2017-02-15 10:07:30 +00:00
Suggests: perl(YAML::Syck)
%endif
2014-09-10 11:01:08 +00:00
Provides: cpan = %{version}
2014-09-10 10:52:04 +00:00
# Filter non-Linux dependencies
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Mac::BuildTools\\)
# Filter under-specified dependencies
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(CPAN::Meta::Requirements\\)
2022-02-09 13:10:44 +00:00
# Filter modules bundled for tests
%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_libexecdir}
%global __requires_exclude %{__requires_exclude}|^perl\\(CPAN::MyConfig\\)
%global __requires_exclude %{__requires_exclude}|^perl\\(local_utils\\)
2014-09-10 10:52:04 +00:00
%description
The CPAN module automates or at least simplifies the make and install of
perl modules and extensions. It includes some primitive searching
capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain
external download clients to fetch distributions from the net.
2022-02-09 13:10:44 +00:00
%package tests
Summary: Tests for %{name}
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: perl-Test-Harness
%description tests
Tests from %{name}. Execute them
with "%{_libexecdir}/%{name}/test".
2014-09-10 10:52:04 +00:00
%prep
2019-01-02 14:51:53 +00:00
%setup -q -n CPAN-%{version}
2014-10-30 12:37:37 +00:00
%patch0 -p1
%patch1 -p1
# Change configuration name
2020-06-15 13:02:13 +00:00
find -type f -exec perl -i -pe 's/XCPANCONFIGNAMEX/cpan/g' {} \;
2014-09-10 10:52:04 +00:00
# Remove bundled modules
rm -r ./inc/*
2020-06-15 13:02:13 +00:00
perl -i -ne 'print $_ unless m{^inc/}' MANIFEST
2014-09-10 10:52:04 +00:00
2022-02-09 13:10:44 +00:00
# Help generators to recognize Perl scripts
for F in t/*.t; do
perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!.*perl\b}{$Config{startperl}}' "$F"
chmod +x "$F"
done
2014-09-10 10:52:04 +00:00
%build
2019-03-04 09:55:59 +00:00
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
2014-09-10 10:52:04 +00:00
%install
2019-03-04 09:55:59 +00:00
%{make_install}
2014-09-10 10:52:04 +00:00
%{_fixperms} $RPM_BUILD_ROOT/*
2022-02-09 13:10:44 +00:00
# Install tests
mkdir -p %{buildroot}%{_libexecdir}/%{name}
cp -a t distroprefs %{buildroot}%{_libexecdir}/%{name}
# Does not work with system module
rm %{buildroot}%{_libexecdir}/%{name}/t/51pod.t
# Remove the tests which need ./lib and ./blib
rm %{buildroot}%{_libexecdir}/%{name}/t/03pkgs.t
rm %{buildroot}%{_libexecdir}/%{name}/t/04clean_load.t
# Needed internet connection
rm %{buildroot}%{_libexecdir}/%{name}/t/31sessions.t
# Use system modules for tests
perl -i -ple 's{-Mblib}{}' %{buildroot}%{_libexecdir}/%{name}/t/97-run.t
perl -i -ple 's{-Mblib}{}' %{buildroot}%{_libexecdir}/%{name}/t/97-return_values.t
mkdir -p %{buildroot}%{_libexecdir}/%{name}/blib/script
ln -s %{_bindir}/cpan %{buildroot}%{_libexecdir}/%{name}/blib/script
cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF'
#!/bin/sh
set -e
unset AUTHOR_TEST CPAN_EXPECT_TIMEOUT CPAN_RUN_SHELL_TEST_WITHOUT_EXPECT \
ftp_proxy http_proxy no_proxy \
PERL5_CPAN_IS_RUNNING PERL5_CPAN_IS_RUNNING_IN_RECURSION PERL_CORE VERBOSE
# Some tests write into temporary files/directories. The easiest solution
# is to copy the tests into a writable directory and execute them from there.
DIR=$(mktemp -d)
pushd "$DIR"
cp -a %{_libexecdir}/%{name}/* ./
prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
popd
rm -rf "$DIR"
EOF
chmod +x %{buildroot}%{_libexecdir}/%{name}/test
2014-09-10 10:52:04 +00:00
%check
2019-01-02 14:51:53 +00:00
unset AUTHOR_TEST CPAN_EXPECT_TIMEOUT CPAN_RUN_SHELL_TEST_WITHOUT_EXPECT \
ftp_proxy http_proxy no_proxy \
PERL5_CPAN_IS_RUNNING PERL5_CPAN_IS_RUNNING_IN_RECURSION PERL_CORE VERBOSE
2014-09-10 10:52:04 +00:00
make test
%files
%doc Changes PAUSE*.pub README Todo
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
2022-02-09 13:10:44 +00:00
%files tests
%{_libexecdir}/%{name}
2014-09-10 10:52:04 +00:00
%changelog
* Sun Sep 11 2022 David Abdurachmanov <davidlt@rivosinc.com> - 2.34-4.rvre0
- Rebuilt for Fedora/RISCV (riscv64)
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.34-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.34-3
- Perl 5.36 re-rebuild of bootstrapped packages
2022-05-30 14:41:29 +00:00
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.34-2
- Perl 5.36 rebuild
2022-04-20 09:07:04 +00:00
* Wed Apr 20 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.34-1
- 2.34 bump
2022-04-07 09:32:14 +00:00
* Mon Apr 04 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.33-1
- 2.33 bump
2022-02-09 13:10:44 +00:00
* Wed Feb 09 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.29-3
- Package tests
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.29-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2021-12-16 11:38:07 +00:00
* Thu Dec 16 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.29-1
- 2.29 bump
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.28-479
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.28-478
- Perl 5.34 re-rebuild of bootstrapped packages
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.28-477
- Increase release to favour standalone package
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.28-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2020-09-23 13:22:53 +00:00
* Wed Sep 23 2020 Petr Pisar <ppisar@redhat.com> - 2.28-5
- Run-require complete perl
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.28-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.28-3
- Perl 5.32 re-rebuild of bootstrapped packages
2020-06-22 13:36:21 +00:00
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.28-2
- Perl 5.32 rebuild
2020-06-15 13:02:13 +00:00
* Mon Jun 15 2020 Petr Pisar <ppisar@redhat.com> - 2.28-1
- 2.28 bump
* Fri Jan 31 2020 Petr Pisar <ppisar@redhat.com> - 2.27-4
- Enable loading objects from session YAML files (CPAN RT#131615)
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.27-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.27-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2019-07-04 08:31:01 +00:00
* Thu Jul 04 2019 Petr Pisar <ppisar@redhat.com> - 2.27-1
- 2.27 bump
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.26-3
- Perl 5.30 re-rebuild of bootstrapped packages
2019-05-30 08:41:00 +00:00
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.26-2
- Perl 5.30 rebuild
2019-03-19 08:53:56 +00:00
* Tue Mar 19 2019 Petr Pisar <ppisar@redhat.com> - 2.26-1
- 2.26 bump
2019-03-04 09:55:59 +00:00
* Mon Mar 04 2019 Petr Pisar <ppisar@redhat.com> - 2.25-1
- 2.25 bump
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2019-01-02 14:51:53 +00:00
* Wed Jan 02 2019 Petr Pisar <ppisar@redhat.com> - 2.22-1
- 2.22 bump
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.20-418
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.20-417
- Perl 5.28 re-rebuild of bootstrapped packages
* Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.20-416
- Increase release to favour standalone package
* Wed May 23 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.20-1
- Upgrade to 2.20 as provided in perl-5.28.0
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-397
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Tue Dec 19 2017 Petr Pisar <ppisar@redhat.com> - 2.18-396
- Rebase patches to prevent from installing back-up files
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.18-395
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.18-394
- Perl 5.26 re-rebuild of bootstrapped packages
2017-06-03 10:45:48 +00:00
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.18-393
- Perl 5.26 rebuild
* Fri May 12 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.18-2
- Don't BR: perl(Module::Build) when bootstrapping
* Wed May 10 2017 Petr Pisar <ppisar@redhat.com> - 2.18-1
- Upgrade to CPAN-2.18 as provided in perl-5.25.12
2017-02-15 10:07:30 +00:00
* Wed Feb 15 2017 Petr Pisar <ppisar@redhat.com> - 2.16-1
- 2.16 bump
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Jan 09 2017 Petr Pisar <ppisar@redhat.com> - 2.14-4
- Use Perl porter's fix for searching cpan -j file (CPAN RT#116507)
2017-01-09 15:24:12 +00:00
- Fix logging fatal errors (https://github.com/andk/cpanpm/pull/104)
* Tue Oct 18 2016 Petr Pisar <ppisar@redhat.com> - 2.14-3
- Apply remains of CVE-2016-1238 fix from perl (CPAN RT#116507)
- Do not search cpan -j file in @INC (CPAN RT#116507)
2016-10-12 15:10:18 +00:00
* Wed Oct 12 2016 Petr Pisar <ppisar@redhat.com> - 2.14-2
- Fix CVE-2016-1238 properly (CPAN RT#116507)
2016-06-27 08:13:21 +00:00
* Mon Jun 27 2016 Petr Pisar <ppisar@redhat.com> - 2.14-1
- 2.14 bump
- Fix installation from a working directory (CPAN RT#115734)
2016-10-12 12:32:00 +00:00
- Fix "cpan -O" invocation (CPAN RT#115786)
- Do not use Net::FTP if ftp_proxy variable points to an HTTP server
(CPAN RT#110833)
- Recognize URL schemata disregarding the case
- Fix CVE-2016-1238 (loading optional modules from current working directory)
- Recognize exact version dependency operator (CPAN RT#47934)
2016-10-12 13:20:50 +00:00
- Cope with non-digit version strings
2016-06-27 08:13:21 +00:00
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.11-366
- Perl 5.24 re-rebuild of bootstrapped packages
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.11-365
- Increase release to favour standalone package
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-349
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Tue Dec 15 2015 Petr Pisar <ppisar@redhat.com> - 2.11-348
- Require make package
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11-347
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.11-346
- Perl 5.22 re-rebuild of bootstrapped packages
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.11-345
- Increase release to favour standalone package
2015-06-04 10:05:46 +00:00
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.11-2
- Perl 5.22 rebuild
* Wed May 06 2015 Petr Pisar <ppisar@redhat.com> - 2.11-1
- 2.11 bump in order to dual-live with perl 5.22
2015-03-13 14:15:18 +00:00
* Fri Mar 13 2015 Petr Pisar <ppisar@redhat.com> - 2.10-1
- 2.10 bump
* Wed Jan 28 2015 Petr Pisar <ppisar@redhat.com> - 2.05-309
- Allow changing the configuration directory name
2014-10-30 12:37:37 +00:00
* Thu Oct 30 2014 Petr Pisar <ppisar@redhat.com> - 2.05-308
- Create site paths for the first time (bug #1158873)
2014-09-10 11:01:08 +00:00
* Wed Sep 10 2014 Petr Pisar <ppisar@redhat.com> 2.05-307
- Synchronize to perl.spec modifications
- Disable non-core modules when bootstrapping
2014-09-10 11:01:08 +00:00
2014-09-10 10:52:04 +00:00
* Tue Apr 22 2014 Petr Pisar <ppisar@redhat.com> 2.05-1
- Specfile autogenerated by cpanspec 1.78.