From b72aa5f1987229168482b55a604d402acbc1e15d Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Fri, 27 Jun 2014 15:14:08 +0100 Subject: [PATCH] Update to 0.928 - New upstream release 0.928 - Cope with subroutines with spaces in their names when catching warnings - Don't assume that the source sub isn't blessed in tests (!) --- perl-Sub-Install.spec | 14 ++++++++------ sources | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/perl-Sub-Install.spec b/perl-Sub-Install.spec index 2c4d539..de9dcc6 100644 --- a/perl-Sub-Install.spec +++ b/perl-Sub-Install.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Install -Version: 0.927 -Release: 3%{?dist} +Version: 0.928 +Release: 1%{?dist} Summary: Install subroutines into packages easily License: GPL+ or Artistic Group: Development/Libraries @@ -18,10 +18,7 @@ BuildRequires: perl(B) BuildRequires: perl(Carp) BuildRequires: perl(Scalar::Util) # ================= Test Suite ============================== -BuildRequires: perl(File::Spec) -BuildRequires: perl(IO::Handle) -BuildRequires: perl(IPC::Open3) -BuildRequires: perl(Test::More) >= 0.94 +BuildRequires: perl(Test::More) >= 0.88 %if !%{defined perl_bootstrap} # Test::Output -> Sub::Exporter -> Sub::Install BuildRequires: perl(Test::Output) @@ -60,6 +57,11 @@ rm -rf %{buildroot} %{_mandir}/man3/Sub::Install.3pm* %changelog +* Fri Jun 27 2014 Paul Howarth - 0.928-1 +- Update to 0.928 + - Cope with subroutines with spaces in their names when catching warnings + - Don't assume that the source sub isn't blessed in tests (!) + * Sat Jun 07 2014 Fedora Release Engineering - 0.927-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 9687e57..5dc7a8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f3b70f651b5bc41c6ccc372b2fa3430 Sub-Install-0.927.tar.gz +e1ce4f9cb6b2f6b8778b036c31afa5ab Sub-Install-0.928.tar.gz