diff --git a/.gitignore b/.gitignore index 7807951..4f850c7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ Module-Install-0.95.tar.gz /Module-Install-1.14.tar.gz /Module-Install-1.15.tar.gz /Module-Install-1.16.tar.gz +/Module-Install-1.17.tar.gz diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec index 4767fa8..b6e35a7 100644 --- a/perl-Module-Install.spec +++ b/perl-Module-Install.spec @@ -1,6 +1,6 @@ Name: perl-Module-Install -Version: 1.16 -Release: 10%{?dist} +Version: 1.17 +Release: 1%{?dist} Summary: Standalone, extensible Perl module installer License: GPL+ or Artistic Group: Development/Libraries @@ -8,6 +8,8 @@ URL: http://search.cpan.org/dist/Module-Install/ Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Install-%{version}.tar.gz BuildArch: noarch # Build +BuildRequires: coreutils +BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(lib) @@ -124,6 +126,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Oct 24 2016 Jitka Plesnikova - 1.17-1 +- 1.17 bump + * Wed May 18 2016 Jitka Plesnikova - 1.16-10 - Perl 5.24 re-rebuild of bootstrapped packages diff --git a/sources b/sources index 02ce2c2..495ed52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -daec67c3950dcecaa155389b9bdfc1ed Module-Install-1.16.tar.gz +39da11e45b32f79f66823015d3be4153 Module-Install-1.17.tar.gz