2006-05-08 17:37:44 +00:00
|
|
|
Name: perl-Module-Install
|
2017-04-05 08:41:44 +00:00
|
|
|
Version: 1.18
|
2017-06-07 15:02:49 +00:00
|
|
|
Release: 3%{?dist}
|
2006-05-08 17:37:44 +00:00
|
|
|
Summary: Standalone, extensible Perl module installer
|
2007-12-30 07:44:52 +00:00
|
|
|
License: GPL+ or Artistic
|
2006-05-08 17:37:44 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Module-Install/
|
2015-04-30 13:26:47 +00:00
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Install-%{version}.tar.gz
|
2006-05-08 17:37:44 +00:00
|
|
|
BuildArch: noarch
|
2015-04-30 13:26:47 +00:00
|
|
|
# Build
|
2016-10-25 07:44:09 +00:00
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: make
|
2014-10-29 12:30:01 +00:00
|
|
|
BuildRequires: perl
|
2016-06-24 08:16:05 +00:00
|
|
|
BuildRequires: perl-generators
|
2015-04-30 13:26:47 +00:00
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(strict)
|
2015-05-04 11:22:09 +00:00
|
|
|
BuildRequires: perl(warnings)
|
2015-04-30 13:26:47 +00:00
|
|
|
# Runtime
|
|
|
|
# XXX: BuildRequires: perl(Archive::Zip) >= 1.37
|
|
|
|
# XXX: BuildRequires: perl(Carp)
|
|
|
|
# XXX: BuildRequires: perl(CPAN)
|
|
|
|
# XXX: BuildRequires: perl(CPANPLUS::Backend)
|
2015-05-04 11:22:09 +00:00
|
|
|
BuildRequires: perl(Config)
|
|
|
|
BuildRequires: perl(Cwd)
|
2015-04-30 13:26:47 +00:00
|
|
|
BuildRequires: perl(Devel::PPPort) >= 3.16
|
2015-05-04 11:22:09 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
2015-04-30 13:26:47 +00:00
|
|
|
BuildRequires: perl(ExtUtils::Manifest)
|
2015-05-04 11:22:09 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MM_Unix)
|
2015-04-30 13:26:47 +00:00
|
|
|
# XXX: BuildRequires: perl(ExtUtils::MM_Cygwin)
|
|
|
|
# XXX: BuildRequires: perl(ExtUtils::MM_Win32)
|
2015-05-04 11:22:09 +00:00
|
|
|
BuildRequires: perl(Fcntl)
|
2015-04-30 13:26:47 +00:00
|
|
|
BuildRequires: perl(File::Basename)
|
2015-05-04 11:22:09 +00:00
|
|
|
BuildRequires: perl(File::Find)
|
2015-04-30 13:26:47 +00:00
|
|
|
# XXX: BuildRequires: perl(File::HomeDir) >= 1
|
2015-05-04 11:22:09 +00:00
|
|
|
BuildRequires: perl(File::Path)
|
2014-08-19 15:36:12 +00:00
|
|
|
BuildRequires: perl(File::Remove) >= 1.42
|
2012-10-05 12:22:57 +00:00
|
|
|
BuildRequires: perl(File::Spec) >= 3.28
|
2012-11-20 15:17:15 +00:00
|
|
|
BuildRequires: perl(File::Temp)
|
2015-04-30 13:26:47 +00:00
|
|
|
BuildRequires: perl(FileHandle)
|
|
|
|
BuildRequires: perl(FindBin)
|
|
|
|
# XXX: BuildRequires: perl(JSON) >= 2.9
|
|
|
|
# XXX: BuildRequires: perl(LWP::Simple) >= 6.00
|
|
|
|
# XXX: BuildRequires: perl(Module::Build) >= 0.29
|
2015-05-04 13:32:40 +00:00
|
|
|
BuildRequires: perl(Module::CoreList) >= 2.17
|
2015-04-30 13:26:47 +00:00
|
|
|
# XXX: BuildRequires: perl(Module::ScanDeps) >= 1.09
|
|
|
|
# XXX: BuildRequires: perl(Net::FTP)
|
|
|
|
# XXX: BuildRequires: perl(PAR::Dist) >= 0.29
|
2014-04-01 11:11:00 +00:00
|
|
|
BuildRequires: perl(Parse::CPAN::Meta) >= 1.4413
|
2015-04-30 13:26:47 +00:00
|
|
|
# XXX: BuildRequires: perl(Socket)
|
2015-05-04 11:22:09 +00:00
|
|
|
BuildRequires: perl(vars)
|
2009-05-23 20:01:23 +00:00
|
|
|
BuildRequires: perl(YAML::Tiny) >= 1.38
|
2015-04-30 13:26:47 +00:00
|
|
|
# Tests only
|
|
|
|
BuildRequires: perl(autodie)
|
|
|
|
BuildRequires: perl(ExtUtils::MM)
|
|
|
|
BuildRequires: perl(Symbol)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
# Optional tests only
|
2015-05-04 11:37:32 +00:00
|
|
|
%if 0%{!?perl_bootstrap:1}
|
2015-04-30 13:26:47 +00:00
|
|
|
BuildRequires: perl(Module::Install::AuthorTests)
|
|
|
|
BuildRequires: perl(Module::Install::ExtraTests) >= 0.007
|
2015-05-04 11:37:32 +00:00
|
|
|
%endif
|
2015-04-30 13:26:47 +00:00
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
|
|
|
Requires: perl(Archive::Zip) >= 1.37
|
2012-09-17 07:12:40 +00:00
|
|
|
Requires: perl(Carp)
|
|
|
|
Requires: perl(CPAN)
|
2016-02-22 13:08:45 +00:00
|
|
|
# CPANPLUS is preferred over CPAN, but it's in a build cycle
|
|
|
|
# (perl-Module-Install → perl-CPANPLUS → perl-DBIx-Simple → perl-SQL-Abstract
|
|
|
|
# → perl-Module-Install), not necessary if all dependencies are retrived
|
|
|
|
# from an RPM repository, and upstream still considered as an option. Thus do
|
|
|
|
# not hard require the CPANPLUS.
|
|
|
|
Recommends: perl(CPANPLUS::Backend)
|
2014-08-19 15:36:12 +00:00
|
|
|
Requires: perl(Devel::PPPort) >= 3.16
|
|
|
|
Requires: perl(ExtUtils::MakeMaker) >= 6.59
|
2015-04-30 13:26:47 +00:00
|
|
|
# Unused: Requires: perl(ExtUtils::MM_Cygwin)
|
|
|
|
Requires: perl(ExtUtils::MM_Unix)
|
|
|
|
# Unused: Requires: perl(ExtUtils::MM_Win32)
|
|
|
|
# Unneeded: Requires: perl(File::HomeDir) >= 1
|
2014-08-19 15:36:12 +00:00
|
|
|
Requires: perl(File::Remove) >= 1.42
|
|
|
|
Requires: perl(File::Spec) >= 3.28
|
2015-04-30 13:26:47 +00:00
|
|
|
Requires: perl(File::Temp)
|
|
|
|
Requires: perl(FileHandle)
|
|
|
|
Requires: perl(FindBin)
|
|
|
|
# Optional: Requires: perl(JSON) >= 2.9
|
|
|
|
# Optional: Requires: perl(LWP::Simple) >= 6.00
|
2014-08-19 15:36:12 +00:00
|
|
|
Requires: perl(Module::Build) >= 0.29
|
|
|
|
Requires: perl(Module::CoreList) >= 2.17
|
|
|
|
Requires: perl(Module::ScanDeps) >= 1.09
|
2015-04-30 13:26:47 +00:00
|
|
|
# Optional: Requires: perl(Net::FTP)
|
|
|
|
# Optional: Requires: perl(PAR::Dist) >= 0.29
|
2014-08-19 15:36:12 +00:00
|
|
|
Requires: perl(Parse::CPAN::Meta) >= 1.4413
|
2015-04-30 13:26:47 +00:00
|
|
|
Requires: perl(Socket)
|
2014-08-19 15:36:12 +00:00
|
|
|
Requires: perl(YAML::Tiny) >= 1.38
|
|
|
|
|
2015-04-30 13:26:47 +00:00
|
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Devel::PPPort\\)$
|
|
|
|
%global __requires_exclude %__requires_exclude|^perl\\(ExtUtils::MakeMaker\\)$
|
|
|
|
%global __requires_exclude %__requires_exclude|^perl\\(File::Remove\\)$
|
|
|
|
%global __requires_exclude %__requires_exclude|^perl\\(File::Spec\\)$
|
|
|
|
%global __requires_exclude %__requires_exclude|^perl\\(YAML::Tiny\\)$
|
|
|
|
|
2006-05-08 17:37:44 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Module::Install is a package for writing installers for CPAN (or CPAN-like)
|
|
|
|
distributions that are clean, simple, minimalist, act in a strictly correct
|
2011-03-11 14:47:02 +00:00
|
|
|
manner with ExtUtils::MakeMaker, and will run on any Perl installation
|
|
|
|
version 5.005 or newer.
|
2006-05-08 17:37:44 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Module-Install-%{version}
|
|
|
|
|
|
|
|
%build
|
2015-04-30 13:26:47 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
2006-05-08 17:37:44 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2012-11-20 15:17:15 +00:00
|
|
|
make pure_install DESTDIR=%{buildroot}
|
2015-04-30 13:26:47 +00:00
|
|
|
rm -f %{buildroot}/blib/lib/auto/share/dist/Module-Install/dist_file.txt
|
2012-11-20 15:17:15 +00:00
|
|
|
%{_fixperms} %{buildroot}/*
|
2006-05-08 17:37:44 +00:00
|
|
|
|
|
|
|
%check
|
2015-04-30 13:26:47 +00:00
|
|
|
make test
|
2006-05-08 17:37:44 +00:00
|
|
|
|
|
|
|
%files
|
2014-10-29 12:30:01 +00:00
|
|
|
%doc Changes README
|
2006-05-08 17:37:44 +00:00
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
2017-06-07 15:02:49 +00:00
|
|
|
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.18-3
|
|
|
|
- Perl 5.26 re-rebuild of bootstrapped packages
|
|
|
|
|
2017-06-05 03:13:33 +00:00
|
|
|
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.18-2
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-04-05 08:41:44 +00:00
|
|
|
* Wed Apr 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.18-1
|
|
|
|
- 1.18 bump
|
|
|
|
|
2017-02-11 04:09:01 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-10-25 07:44:09 +00:00
|
|
|
* Mon Oct 24 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.17-1
|
|
|
|
- 1.17 bump
|
|
|
|
|
2016-05-18 15:53:29 +00:00
|
|
|
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.16-10
|
|
|
|
- Perl 5.24 re-rebuild of bootstrapped packages
|
|
|
|
|
2016-05-15 20:37:36 +00:00
|
|
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.16-9
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-02-22 13:08:45 +00:00
|
|
|
* Mon Feb 22 2016 Petr Pisar <ppisar@redhat.com> - 1.16-8
|
|
|
|
- Recommend CPANPLUS instead of hard-requiring it
|
|
|
|
|
2016-02-04 14:39:11 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-18 04:29:40 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-10 12:54:26 +00:00
|
|
|
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.16-5
|
|
|
|
- Perl 5.22 re-rebuild of bootstrapped packages
|
|
|
|
|
2015-06-06 07:05:06 +00:00
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.16-4
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2015-05-04 13:32:40 +00:00
|
|
|
* Mon May 04 2015 Petr Šabata <contyk@redhat.com> - 1.16-3
|
|
|
|
- Module::CoreList is actually required for build
|
|
|
|
|
2015-05-04 11:37:32 +00:00
|
|
|
* Mon May 04 2015 Petr Šabata <contyk@redhat.com> - 1.16-2
|
|
|
|
- Disable some optional tests to avoid a cycle
|
|
|
|
|
2015-05-04 11:22:09 +00:00
|
|
|
* Mon May 04 2015 Petr Šabata <contyk@redhat.com> - 1.16-1
|
|
|
|
- 1.16 bump
|
|
|
|
|
2015-04-30 13:26:47 +00:00
|
|
|
* Thu Apr 30 2015 Petr Šabata <contyk@redhat.com> - 1.15-1
|
|
|
|
- 1.15 bump
|
|
|
|
- Correct source URL
|
|
|
|
- Rewrite the dep list
|
|
|
|
- Drop the currently unused AUTOMATED_TESTING again
|
|
|
|
|
2014-10-29 12:30:01 +00:00
|
|
|
* Wed Oct 29 2014 Petr Pisar <ppisar@redhat.com> - 1.14-1
|
|
|
|
- 1.14 bump
|
|
|
|
|
2014-08-28 22:08:46 +00:00
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.10-2
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-08-19 15:36:12 +00:00
|
|
|
* Tue Aug 19 2014 Petr Pisar <ppisar@redhat.com> - 1.10-1
|
|
|
|
- 1.10 bump
|
|
|
|
|
2014-06-07 07:06:08 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-01 09:06:51 +00:00
|
|
|
* Tue Apr 01 2014 Petr Pisar <ppisar@redhat.com> - 1.06-6
|
|
|
|
- Do not build-require Test::MinimumVersion, xt tests are not performed
|
2014-04-01 11:11:00 +00:00
|
|
|
- Fix tests with Parse::CPAN::Meta >= 1.4413 (CPAN RT#93293)
|
2014-04-01 09:06:51 +00:00
|
|
|
|
2013-08-03 23:24:27 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-08-01 07:19:28 +00:00
|
|
|
* Thu Aug 01 2013 Petr Pisar <ppisar@redhat.com> - 1.06-4
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-01-30 16:22:31 +00:00
|
|
|
* Wed Jan 30 2013 Paul Howarth <paul@city-fan.org> - 1.06-3
|
|
|
|
- Don't "unbundle" Module::Install as we end up build-requiring ourselves
|
|
|
|
|
2012-11-20 15:17:15 +00:00
|
|
|
* Tue Nov 20 2012 Petr Šabata <contyk@redhat.com> - 1.06-2
|
|
|
|
- Add missing deps
|
|
|
|
- Unbundle Module::Install
|
|
|
|
- Modernize the spec
|
|
|
|
|
2012-10-05 12:22:57 +00:00
|
|
|
* Fri Oct 05 2012 Petr Šabata <contyk@redhat.com> - 1.06-1
|
|
|
|
- 1.06 bump
|
|
|
|
|
2012-09-17 07:12:40 +00:00
|
|
|
* Fri Sep 14 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-4
|
|
|
|
- Update requires: perl(Carp), perl(CPAN), perl(CPANPLUS::Backend)
|
|
|
|
|
2012-07-20 17:05:37 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-21 23:01:26 +00:00
|
|
|
* Thu Jun 21 2012 Petr Pisar <ppisar@redhat.com> - 1.04-2
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-01-12 04:50:35 +00:00
|
|
|
* Thu Jan 12 2012 Iain Arnell <iarnell@gmail.com> 1.04-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
2011-07-19 12:35:59 +00:00
|
|
|
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.01-2
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-05-14 07:12:55 +00:00
|
|
|
* Sat May 14 2011 Iain Arnell <iarnell@gmail.com> 1.01-1
|
|
|
|
- update to latest upstream version
|
|
|
|
- clean up spec for modern rpmbuild
|
|
|
|
|
2011-03-11 14:47:02 +00:00
|
|
|
* Thu Mar 10 2011 Steven Pritchard <steve@kspei.com> 1.00-1
|
|
|
|
- Update to 1.00.
|
|
|
|
- Update build dependencies:
|
|
|
|
+ Archive::Tar >= 1.44
|
|
|
|
+ ExtUtils::Install >= 1.52
|
|
|
|
+ ExtUtils::ParseXS >= 2.19
|
|
|
|
+ JSON >= 2.14
|
|
|
|
+ LWP::UserAgent >= 5.812
|
|
|
|
+ Module::Build >= 0.29
|
|
|
|
+ Module::CoreList >= 2.17
|
|
|
|
+ Module::ScanDeps >= 0.89
|
|
|
|
- Update description (pulled from module).
|
|
|
|
|
2011-02-09 03:15:51 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.95-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-20 21:11:52 +00:00
|
|
|
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.95-2
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
2010-05-04 13:05:09 +00:00
|
|
|
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.95-1
|
|
|
|
- Mass rebuild with perl-5.12.0 & update
|
2010-05-03 08:10:23 +00:00
|
|
|
|
2010-02-25 12:57:26 +00:00
|
|
|
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.91-4
|
|
|
|
- change to DESTDIR
|
|
|
|
- add README
|
|
|
|
- dist_file.txt wasn't packaged -> removed, it's needed only for test of build
|
|
|
|
|
2009-12-07 01:31:43 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.91-3
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-07-26 11:18:51 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-14 20:16:21 +00:00
|
|
|
* Sun Jun 14 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.91-1
|
|
|
|
- update to 0.91
|
|
|
|
- add br on Parse::CPAN::Meta: 1.39
|
|
|
|
|
2009-05-23 20:01:23 +00:00
|
|
|
* Sat May 23 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.90-1
|
|
|
|
- update to 0.90
|
|
|
|
- add br on JSON, Test::Harness (3.13)
|
|
|
|
- update br on YAML::Tiny (1.38)
|
|
|
|
|
2009-05-12 05:08:20 +00:00
|
|
|
* Mon May 11 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.87-1
|
|
|
|
- update to 0.87
|
|
|
|
|
2009-04-26 07:54:35 +00:00
|
|
|
* Sun Apr 26 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.85-1
|
|
|
|
- update to 0.85
|
|
|
|
- add BR on File::Spec
|
|
|
|
|
2009-04-10 04:46:16 +00:00
|
|
|
* Thu Apr 09 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.82-1
|
|
|
|
- update to 0.82
|
|
|
|
|
2009-03-22 18:24:23 +00:00
|
|
|
* Sun Mar 22 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.80-1
|
|
|
|
- update to 0.80
|
|
|
|
- remove 03_autoinstall.t swizzle (now self-skipped; see RT29448)
|
|
|
|
|
2009-03-13 21:56:36 +00:00
|
|
|
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.79-1
|
|
|
|
- update to 0.79
|
|
|
|
|
2009-02-26 21:58:22 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.77-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-04 22:12:44 +00:00
|
|
|
* Thu Dec 04 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.77-1
|
|
|
|
- update to 0.77
|
|
|
|
|
2008-06-04 19:57:43 +00:00
|
|
|
* Wed Jun 04 2008 Steven Pritchard <steve@kspei.com> 0.75-1
|
|
|
|
- Update to 0.75.
|
|
|
|
|
2008-05-31 21:23:03 +00:00
|
|
|
* Sat May 31 2008 Steven Pritchard <steve@kspei.com> 0.74-1
|
|
|
|
- Update to 0.74.
|
|
|
|
- Update versioned dependencies for File::Remove, Module::ScanDeps,
|
|
|
|
PAR::Dist, and YAML::Tiny.
|
|
|
|
- BR Test::CPAN::Meta.
|
|
|
|
|
2008-05-16 22:36:41 +00:00
|
|
|
* Fri May 16 2008 Steven Pritchard <steve@kspei.com> 0.73-1
|
|
|
|
- Update to 0.73.
|
|
|
|
- BR File::Remove.
|
|
|
|
- Drop zero-length README.
|
|
|
|
|
2008-03-05 20:24:35 +00:00
|
|
|
* Wed Mar 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.68-3
|
|
|
|
- disable broken test (upstream bug present)
|
|
|
|
- add Test::MinimumVersion as BR
|
|
|
|
|
2008-03-05 16:24:41 +00:00
|
|
|
* Wed Mar 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.68-2
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2008-01-28 20:57:31 +00:00
|
|
|
* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 0.68-1
|
|
|
|
- Update to 0.68.
|
|
|
|
- Explicitly require Archive::Tar and ExtUtils::ParseXS.
|
|
|
|
|
2007-12-30 07:44:52 +00:00
|
|
|
* Sun Dec 30 2007 Ralf Corsépius <rc040203@freenet.de> - 0.67-2
|
|
|
|
- BR: perl(Test::More), perl(CPAN) (BZ 419631).
|
|
|
|
- Remove TEST_POD (Unused).
|
|
|
|
- Add AUTOMATED_TESTING.
|
|
|
|
- BR: perl(Test::Pod) for AUTOMATED_TESTING.
|
|
|
|
- Adjust License-tag.
|
|
|
|
|
2007-05-19 16:14:18 +00:00
|
|
|
* Fri May 18 2007 Steven Pritchard <steve@kspei.com> 0.67-1
|
|
|
|
- Update to 0.67.
|
|
|
|
- BR Archive::Tar, ExtUtils::ParseXS, and YAML::Tiny.
|
|
|
|
- Add a couple more docs.
|
|
|
|
|
2007-04-17 19:46:22 +00:00
|
|
|
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 0.65-1
|
|
|
|
- Update to 0.65.
|
|
|
|
- Use fixperms macro instead of our own chmod incantation.
|
|
|
|
- BR ExtUtils::MakeMaker.
|
|
|
|
|
2006-09-17 22:44:23 +00:00
|
|
|
* Sun Sep 17 2006 Steven Pritchard <steve@kspei.com> 0.64-2
|
|
|
|
- Rebuild.
|
|
|
|
|
2006-08-25 20:51:24 +00:00
|
|
|
* Fri Aug 25 2006 Steven Pritchard <steve@kspei.com> 0.64-1
|
|
|
|
- Update to 0.64.
|
|
|
|
- Fix find option order.
|
|
|
|
|
2006-06-08 22:56:41 +00:00
|
|
|
* Thu Jun 08 2006 Steven Pritchard <steve@kspei.com> 0.63-1
|
|
|
|
- Update to 0.63.
|
|
|
|
|
2006-05-08 17:37:44 +00:00
|
|
|
* Mon May 08 2006 Steven Pritchard <steve@kspei.com> 0.62-2
|
|
|
|
- Fix Source0 URL.
|
|
|
|
|
|
|
|
* Sat May 06 2006 Steven Pritchard <steve@kspei.com> 0.62-1
|
|
|
|
- Update to 0.62.
|
|
|
|
- Drop executable bit from everything in vendor_perl to make rpmlint happy.
|
|
|
|
|
|
|
|
* Thu Mar 23 2006 Steven Pritchard <steve@kspei.com> 0.61-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.63.
|
|
|
|
- Drop explicit BR: perl.
|
|
|
|
- Turn on TEST_POD.
|