592851
Name:           perl-App-cpanminus
592851
Version:        1.7044
592851
Release:        14%{?dist}
592851
Summary:        Get, unpack, build and install CPAN modules
592851
# Other files:  GPL+ or Artistic
592851
## unbundled
592851
# lib/App/cpanminus/fatscript.pm:   File::pushd:    ASL 2.0
592851
## at build-time only
592851
# fatunpack:    GPL+
592851
License:        GPL+ or Artistic
592851
URL:            https://metacpan.org/release/App-cpanminus
592851
Source0:        https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-%{version}.tar.gz
592851
Source1:        fatunpack
592851
# Correct an SHA version in a message, in upstream's devel branch,
592851
# <https://github.com/miyagawa/cpanminus/pull/617>
592851
Patch0:         App-cpanminus-1.7044-SHA1-SHA256-in-checksum-chat.patch
592851
BuildArch:      noarch
592851
BuildRequires:  %{_bindir}/podselect
592851
BuildRequires:  coreutils
592851
BuildRequires:  make
592851
BuildRequires:  perl-generators
592851
BuildRequires:  perl-interpreter
592851
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
592851
BuildRequires:  perl(File::Path)
592851
BuildRequires:  perl(File::Spec)
592851
BuildRequires:  perl(Getopt::Long)
592851
BuildRequires:  perl(strict)
592851
BuildRequires:  perl(warnings)
592851
# Run-time:
592851
# Nothing special. The tests are very poor. But we run perl -c at built-time
592851
# to check for correct unpacking. So we need non-optional run-time
592851
# dependencies at build-time too:
592851
BuildRequires:  perl(Config)
592851
BuildRequires:  perl(constant)
592851
# CPAN::DistnameInfo not needed for compilation
592851
# CPAN::Meta not needed for copmilation
592851
# CPAN::Meta::Check not needed for compilation
592851
BuildRequires:  perl(CPAN::Meta::Requirements)
592851
# CPAN::Meta::YAML not needed for compilation
592851
BuildRequires:  perl(Cwd)
592851
# Digest::SHA not needed for compilation
592851
# ExtUtils::Manifest not needed for compilation
592851
BuildRequires:  perl(File::Basename)
592851
BuildRequires:  perl(File::Copy)
592851
BuildRequires:  perl(File::Find)
592851
# File::HomeDir not needed for compilation
592851
# File::pushd not needed for compilation
592851
BuildRequires:  perl(File::Temp)
592851
# HTTP::Tiny not needed for compilation
592851
# JSON::PP not needed for compilation
592851
# local::lib not needed for compilation
592851
# LWP::Protocol::https not needed for compilation
592851
# LWP::UserAgent not needed for compilation
592851
# Module::CoreList not needed for compilation
592851
# Module::CPANfile not needed for compilation
592851
# Module::Metadata not needed for compilation
592851
# Module::Signature not needed for compilation
592851
# Parse::PMFile not needed for compilation
592851
# Safe not needed for compilation
592851
BuildRequires:  perl(String::ShellQuote)
592851
BuildRequires:  perl(Symbol)
592851
BuildRequires:  perl(version)
592851
# version::vpp not needed
592851
# Win32 not used
592851
# YAML not needed for compilation
592851
# Tests:
592851
BuildRequires:  perl(Test::More)
592851
# There is no way to install core non-duallived modules from CPAN,
592851
# (e.g. Path-Tiny CPAN distribution requiers "open" module), require full Perl
592851
# for that.
592851
%if 0%(perl -e 'print $] < 5.026' 2>/dev/null)
592851
Requires:       perl-core
592851
%else
592851
Requires:       perl
592851
%endif
592851
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
592851
# Current dependency generator cannot parse compressed code. Use PPI to find
592851
# them, and list them manually:
592851
# Archive::Tar is optional
592851
# Archive::Zip is optional
592851
# Compress::Zlib is optional
592851
Requires:       perl(CPAN::DistnameInfo)
592851
Requires:       perl(CPAN::Meta)
592851
Requires:       perl(CPAN::Meta::Check)
592851
Requires:       perl(CPAN::Meta::YAML)
592851
Requires:       perl(Digest::SHA)
592851
Requires:       perl(ExtUtils::Install) >= 1.46
592851
Requires:       perl(ExtUtils::MakeMaker) >= 6.58
592851
Requires:       perl(ExtUtils::Manifest)
592851
# File::HomeDir is optional
592851
Requires:       perl(File::pushd)
592851
# HTTP getter by LWP::UserAgent or wget or curl or HTTP::Tiny
592851
Requires:       perl(HTTP::Tiny)
592851
Requires:       perl(local::lib)
592851
# LWP::Protocol::https is optional
592851
# LWP::UserAgent is optional
592851
Requires:       perl(Module::Build) >= 0.38
592851
Requires:       perl(Module::CoreList)
592851
Requires:       perl(Module::CPANfile)
592851
Requires:       perl(Module::Metadata)
592851
# Module::Signature is optional
592851
Requires:       perl(Parse::PMFile)
592851
Requires:       perl(Safe)
592851
# version::vpp not used
592851
# Win32 not used
592851
Requires:       perl(YAML)
592851
# XXX: Keep Provides: cpanminus to allow `yum install cpanminus' instead of
592851
# longer `yum install perl-App-cpanminus'.
592851
Provides:       cpanminus = %{version}-%{release}
592851
Obsoletes:      cpanminus <= 1.2002
592851
592851
# Filter under-specified dependencies
592851
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(App::cpanminus\\)$
592851
# Filter private modules
592851
%global __provides_exclude %{__provides_exclude}|^perl\\(ModuleBuildSkipMan\\)
592851
592851
%description
592851
Why? It's dependency free, requires zero configuration, and stands alone 
592851
but it's maintainable and extensible with plug-ins and friendly to shell 
592851
scripting. When running, it requires only 10 MB of RAM.
592851
592851
%package tests
592851
Summary:        Tests for %{name}
592851
Requires:       %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
592851
Requires:       perl-Test-Harness
592851
592851
%description tests
592851
Tests from %{name}. Execute them
592851
with "%{_libexecdir}/%{name}/test".
592851
592851
%prep
592851
%setup -q -n App-cpanminus-%{version}
592851
# Unbundle fat-packed modules
592851
podselect lib/App/cpanminus.pm > lib/App/cpanminus.pod
592851
592851
for F in bin/cpanm lib/App/cpanminus/fatscript.pm; do
592851
    %{SOURCE1} --libdir lib --filter '^App/cpanminus' "$F" > "${F}.stripped"
592851
    perl -c -Ilib "${F}.stripped"
592851
    mv "${F}.stripped" "$F"
592851
done
592851
592851
%patch0 -p1
592851
592851
# Help generators to recognize Perl scripts
592851
for F in t/*.t; do
592851
    perl -i -MConfig -ple 'print $Config{startperl} if $. == 1' "$F"
592851
    chmod +x "$F"
592851
done
592851
592851
%build
592851
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
592851
%{make_build}
592851
592851
%install
592851
%{make_install}
592851
%{_fixperms} %{buildroot}/*
592851
# Install tests
592851
mkdir -p %{buildroot}%{_libexecdir}/%{name}
592851
cp -a t %{buildroot}%{_libexecdir}/%{name}
592851
cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF'
592851
#!/bin/bash
592851
cd %{_libexecdir}/%{name} && exec prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
592851
EOF
592851
chmod +x %{buildroot}%{_libexecdir}/%{name}/test
592851
592851
%check
592851
make test
592851
592851
%files
592851
%license LICENSE
592851
%doc Changes README
592851
%{perl_vendorlib}/*
592851
%{_mandir}/man3/*
592851
%{_mandir}/man1/*
592851
%{_bindir}/cpanm
592851
592851
%files tests
592851
%{_libexecdir}/%{name}
592851
592851
%changelog
592851
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.7044-14
592851
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
592851
  Related: rhbz#1991688
592851
592851
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.7044-13
592851
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
592851
592851
* Tue Mar 09 2021 Petr Pisar <ppisar@redhat.com> - 1.7044-12
592851
- Correct an SHA version in a message
592851
- Package tests
592851
592851
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7044-11
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
592851
592851
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7044-10
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
592851
592851
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.7044-9
592851
- Perl 5.32 rebuild
592851
592851
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7044-8
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
592851
592851
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7044-7
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
592851
592851
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.7044-6
592851
- Perl 5.30 rebuild
592851
592851
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7044-5
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
592851
592851
* Mon Jul 16 2018 Petr Pisar <ppisar@redhat.com> - 1.7044-4
592851
- Require full Perl for non-duallived sub-packaged core modules
592851
592851
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7044-3
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
592851
592851
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.7044-2
592851
- Perl 5.28 rebuild
592851
592851
* Fri Apr 20 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.7044-1
592851
- 1.7044 bump
592851
592851
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7043-4
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
592851
592851
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7043-3
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
592851
592851
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.7043-2
592851
- Perl 5.26 rebuild
592851
592851
* Mon Apr 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.7043-1
592851
- 1.7043 bump
592851
592851
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7042-2
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
592851
592851
* Tue Jun 07 2016 Petr Pisar <ppisar@redhat.com> - 1.7042-1
592851
- 1.7042 bump
592851
592851
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.7041-2
592851
- Perl 5.24 rebuild
592851
592851
* Tue May 10 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.7041-1
592851
- 1.7041 bump
592851
592851
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7040-2
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
592851
592851
* Mon Jan 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.7040-1
592851
- 1.7040 bump
592851
592851
* Mon Jun 29 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7039-1
592851
- 1.7039 bump
592851
592851
* Wed Jun 24 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7038-1
592851
- 1.7038 bump
592851
592851
* Fri Jun 19 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7037-1
592851
- 1.7037 bump
592851
592851
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7036-3
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
592851
592851
* Thu Jun 11 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7036-2
592851
- Perl 5.22 rebuild
592851
592851
* Wed Jun 10 2015 Petr Pisar <ppisar@redhat.com> - 1.7036-1
592851
- 1.7036 bump
592851
592851
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7034-2
592851
- Perl 5.22 rebuild
592851
592851
* Mon May 11 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7034-1
592851
- 1.7034 bump
592851
592851
* Thu Apr 23 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7031-1
592851
- 1.7031 bump
592851
592851
* Mon Apr 20 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7030-1
592851
- 1.7030 bump
592851
592851
* Tue Feb 17 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7027-1
592851
- 1.7027 bump
592851
592851
* Mon Feb 09 2015 Petr Pisar <ppisar@redhat.com> - 1.7025-1
592851
- 1.7025 bump
592851
592851
* Tue Dec 16 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7022-1
592851
- 1.7022 bump
592851
592851
* Thu Dec 11 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7020-1
592851
- 1.7020 bump; README was removed
592851
592851
* Mon Dec 08 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7019-1
592851
- 1.7019 bump
592851
592851
* Wed Dec 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7018-1
592851
- 1.7018 bump
592851
592851
* Tue Nov 18 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7016-1
592851
- 1.7016 bump
592851
592851
* Wed Oct 08 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7014-1
592851
- 1.7014 bump
592851
592851
* Mon Sep 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7012-1
592851
- 1.7012 bump
592851
592851
* Tue Sep 23 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7011-1
592851
- 1.7011 bump
592851
592851
* Wed Sep 10 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7009-1
592851
- 1.7009 bump
592851
592851
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7004-3
592851
- Perl 5.20 rebuild
592851
592851
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7004-2
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
592851
592851
* Wed Apr 30 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7004-1
592851
- 1.7004 bump
592851
- Updated the script fatunpack (ppisar)
592851
592851
* Wed Sep 11 2013 Petr Pisar <ppisar@redhat.com> - 1.7001-1
592851
- 1.7001 bump
592851
592851
* Wed Sep 11 2013 Petr Pisar <ppisar@redhat.com> - 1.6927-3
592851
- Unbundle all modules (bug #907464)
592851
592851
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6927-2
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
592851
592851
* Wed Jul 24 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6927-1
592851
- 1.6927 bump
592851
592851
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1.6922-2
592851
- Perl 5.18 rebuild
592851
592851
* Fri Jun 21 2013 Petr Pisar <ppisar@redhat.com> - 1.6922-1
592851
- 1.6922 bump
592851
592851
* Thu Jun 20 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6921-1
592851
- 1.6921 bump
592851
592851
* Thu Jun 13 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6918-1
592851
- 1.6918 bump
592851
592851
* Thu May 16 2013 Petr Pisar <ppisar@redhat.com> - 1.6915-1
592851
- 1.6915 bump
592851
592851
* Mon May 13 2013 Petr Pisar <ppisar@redhat.com> - 1.6914-1
592851
- 1.6914 bump
592851
592851
* Mon May 13 2013 Petr Pisar <ppisar@redhat.com> - 1.6913-1
592851
- 1.6913 bump
592851
592851
* Tue May 07 2013 Petr Pisar <ppisar@redhat.com> - 1.6912-1
592851
- 1.6912 bump
592851
592851
* Mon May 06 2013 Petr Pisar <ppisar@redhat.com> - 1.6911-1
592851
- 1.6911 bump
592851
592851
* Thu May 02 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6909-1
592851
- 1.6909 bump
592851
592851
* Mon Apr 29 2013 Petr Pisar <ppisar@redhat.com> - 1.6907-1
592851
- 1.6907 bump
592851
592851
* Mon Apr 22 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6902-1
592851
- 1.6902 bump
592851
592851
* Mon Apr 15 2013 Petr Pisar <ppisar@redhat.com> - 1.6108-1
592851
- 1.6108 bump
592851
592851
* Mon Apr 08 2013 Petr Pisar <ppisar@redhat.com> - 1.6107-1
592851
- 1.6107 bump
592851
592851
* Mon Apr 08 2013 Petr Pisar <ppisar@redhat.com> - 1.6105-1
592851
- 1.6105 bump
592851
592851
* Wed Apr 03 2013 Petr Pisar <ppisar@redhat.com> - 1.6104-1
592851
- 1.6104 bump
592851
592851
* Thu Mar 28 2013 Petr Pisar <ppisar@redhat.com> - 1.6102-1
592851
- 1.6102 bump
592851
592851
* Tue Mar 26 2013 Petr Pisar <ppisar@redhat.com> - 1.6101-1
592851
- 1.6101 bump
592851
592851
* Wed Mar 20 2013 Petr Pisar <ppisar@redhat.com> - 1.6008-1
592851
- 1.6008 bump
592851
592851
* Thu Mar 14 2013 Petr Pisar <ppisar@redhat.com> - 1.6006-1
592851
- 1.6006 bump
592851
592851
* Mon Mar 11 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6005-1
592851
- 1.6005 bump
592851
592851
* Thu Feb 28 2013 Petr Pisar <ppisar@redhat.com> - 1.6002-1
592851
- 1.6002 bump
592851
592851
* Mon Feb  4 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.5021-1
592851
- 1.5021 bump
592851
592851
* Wed Jan 02 2013 Petr Pisar <ppisar@redhat.com> - 1.5019-1
592851
- 1.5019 bump
592851
592851
* Wed Sep 19 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.5018-1
592851
- 1.5018 bump
592851
592851
* Fri Jul 20 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.5017-1
592851
- 1.5017 bump
592851
592851
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5015-3
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
592851
592851
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 1.5015-2
592851
- Perl 5.16 rebuild
592851
592851
* Mon Jun 25 2012 Petr Šabata <contyk@redhat.com> - 1.5015-1
592851
- 1.5015 bump
592851
592851
* Wed Jun 13 2012 Petr Šabata <contyk@redhat.com> - 1.5014-1
592851
- 1.5014 bump
592851
- Drop command macros
592851
592851
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.5013-2
592851
- Perl 5.16 rebuild
592851
592851
* Mon May 14 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.5013-1
592851
- 1.5013 bump
592851
592851
* Fri Apr 13 2012 Petr Šabata <contyk@redhat.com> - 1.5011-1
592851
- 1.5011 bump
592851
592851
* Tue Apr 03 2012 Petr Šabata <contyk@redhat.com> - 1.5010-1
592851
- 1.5010 bump
592851
592851
* Mon Mar 19 2012 Marcela Mašláňová <mmaslano@redhat.com> 1.5008-1
592851
- bump to 1.5008
592851
592851
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5007-2
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
592851
592851
* Wed Dec 21 2011 Marcela Mašláňová <mmaslano@redhat.com> 1.5007-1
592851
- 1.5007 bump
592851
592851
* Wed Nov 30 2011 Petr Šabata <contyk@redhat.com> - 1.5006-1
592851
- 1.5006 bump
592851
592851
* Wed Nov 23 2011 Petr Šabata <contyk@redhat.com> - 1.5005-1
592851
- 1.5005 bump
592851
- defattr removed
592851
592851
* Wed Nov 09 2011 Petr Sabata <contyk@redhat.com> - 1.5004-1
592851
- 1.5004 bump
592851
592851
* Wed Oct 19 2011 Petr Sabata <contyk@redhat.com> - 1.5003-1
592851
- 1.5003 bump
592851
592851
* Tue Oct 18 2011 Petr Sabata <contyk@redhat.com> - 1.5002-1
592851
- 1.5002 bump
592851
592851
* Fri Oct 14 2011 Petr Sabata <contyk@redhat.com> - 1.5001-1
592851
- 1.5001 bump
592851
592851
* Thu Oct 13 2011 Petr Sabata <contyk@redhat.com> - 1.5000-1
592851
- 1.5000 bump
592851
592851
* Fri Jul 22 2011 Petr Pisar <ppisar@redhat.com> - 1.4008-3
592851
- RPM 4.9 dependency filtering added
592851
592851
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4008-2
592851
- Perl mass rebuild
592851
592851
* Thu Jun 16 2011 Petr Pisar <ppisar@redhat.com> - 1.4008-1
592851
- 1.4008 bump
592851
592851
* Wed May 18 2011 Petr Pisar <ppisar@redhat.com> - 1.4007-1
592851
- 1.4007 bump
592851
- LWP is optional since this package bundles HTTP::Tiny. Upstream recognized
592851
  LWP being heavy. Follow upstream decision in RPM package dependencies.
592851
592851
* Tue May 17 2011 Petr Pisar <ppisar@redhat.com> - 1.4006-1
592851
- 1.4006 bump
592851
- Fix obsoleted version string
592851
592851
* Thu May 12 2011 Petr Sabata <psabata@redhat.com> - 1.4005-1
592851
- 1.4005 bump
592851
592851
* Fri Mar 11 2011 Petr Sabata <psabata@redhat.com> - 1.4004-1
592851
- 1.4004 bump
592851
592851
* Thu Mar 10 2011 Petr Pisar <ppisar@redhat.com> - 1.4003-1
592851
- 1.4003 bump
592851
592851
* Tue Mar 08 2011 Petr Pisar <ppisar@redhat.com> - 1.4000-1
592851
- 1.4000 bump
592851
592851
* Fri Mar 04 2011 Petr Pisar <ppisar@redhat.com> - 1.3001-1
592851
- 1.3001 bump
592851
592851
* Thu Mar 03 2011 Petr Pisar <ppisar@redhat.com> - 1.3000-1
592851
- 1.3000 bump
592851
- Clean up spec file
592851
- Require modules needed by cpanm
592851
- Merge cpanminus into main package as cpanminus required main package and
592851
  main package did not contain any code (i.e. was useless).
592851
592851
* Thu Feb 17 2011 Petr Sabata <psabata@redhat.com> - 1.2001-1
592851
- 1.2001 bump
592851
592851
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1008-2
592851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
592851
592851
* Thu Jan 27 2011 Petr Pisar <ppisar@redhat.com> - 1.1008-1
592851
- 1.1008 bump
592851
592851
* Mon Jan 24 2011 Petr Pisar <ppisar@redhat.com> - 1.1007-1
592851
- 1.1007 bump
592851
592851
* Mon Jan  3 2011 Petr Sabata <psabata@redhat.com> - 1.1006-1
592851
- 1.1006 bump
592851
592851
* Thu Dec  2 2010 Petr Sabata <psabata@redhat.com> - 1.1004-1
592851
- 1.1004 bump
592851
592851
* Fri Nov 19 2010 Petr Pisar <ppisar@redhat.com> - 1.1002-1
592851
- 1.1002 bump
592851
592851
* Mon Sep 27 2010 Petr Pisar <ppisar@redhat.com> - 1.0015-1
592851
- 1.0015 bump
592851
592851
* Thu Sep 23 2010 Petr Pisar <ppisar@redhat.com> - 1.0014-1
592851
- 1.0014 bump
592851
592851
* Tue Sep 14 2010 Petr Pisar <ppisar@redhat.com> - 1.0013-1
592851
- 1.0013 bump
592851
- Correct description spelling
592851
592851
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.9935-3
592851
- Mass rebuild with perl-5.12.0
592851
592851
* Tue Mar 16 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.9935-2
592851
- filter unwanted requires
592851
592851
* Tue Mar 16 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.9935-1
592851
- update
592851
592851
* Tue Mar 16 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.9923-1
592851
- update
592851
- create sub-package
592851
592851
* Tue Mar  2 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.9911-1
592851
- new version & fix description
592851
592851
* Tue Feb 23 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.09-1
592851
- Specfile autogenerated by cpanspec 1.78.