From 3f55ea83ded27a54ce0832280d3139bf0bfd87f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Mon, 17 Oct 2016 06:04:07 +0200 Subject: [PATCH] Update to 1.14. - Eliminate perl_bootstrap. --- .gitignore | 2 +- perl-Test-Script.spec | 15 ++++++--------- sources | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 5e9ac2d..c1dc838 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/Test-Script-1.12.tar.gz +/Test-Script-1.14.tar.gz diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec index 1df98bf..54c8114 100644 --- a/perl-Test-Script.spec +++ b/perl-Test-Script.spec @@ -1,6 +1,6 @@ Name: perl-Test-Script -Version: 1.12 -Release: 3%{?dist} +Version: 1.14 +Release: 1%{?dist} Summary: Cross-platform basic tests for scripts License: GPL+ or Artistic Group: Development/Libraries @@ -26,11 +26,6 @@ BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(strict) BuildRequires: perl(warnings) - -# For improved tests -%if !%{defined perl_bootstrap} -BuildRequires: perl(Test::Pod) >= 1.26 -%endif Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -49,9 +44,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT %{_fixperms} $RPM_BUILD_ROOT/* %check -%if !%{defined perl_bootstrap} make test -%endif %files %doc Changes README @@ -60,6 +53,10 @@ make test %{_mandir}/man3/* %changelog +* Mon Oct 17 2016 Ralf Corsépius - 1.14-1 +- Update to 1.14. +- Eliminate perl_bootstrap. + * Wed May 18 2016 Jitka Plesnikova - 1.12-3 - Perl 5.24 re-rebuild of bootstrapped packages diff --git a/sources b/sources index 6222f57..144926c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e21bdeb91fa2bbb596a0c552f5fcc541 Test-Script-1.12.tar.gz +553ede1bad340d65e99258863e07f653 Test-Script-1.14.tar.gz