From 23fd7548801bc936fe803c90bd86b23bf8ef5728 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 22 Mar 2016 11:29:05 +0000 Subject: [PATCH] Update to 0.16 - New upstream release 0.16 - The subs installed into the caller are now named with Sub::Name; this makes these subs appear to be part of the caller, as opposed to an import, which is what we want, since each installed sub is constructed uniquely for a given package - Update patches as needed --- ...ge-DeprecationManager-0.16-stopwords.patch | 3 ++- perl-Package-DeprecationManager.spec | 20 +++++++++++++++---- sources | 2 +- 3 files changed, 19 insertions(+), 6 deletions(-) rename Package-DeprecationManager-0.14-stopwords.patch => Package-DeprecationManager-0.16-stopwords.patch (72%) diff --git a/Package-DeprecationManager-0.14-stopwords.patch b/Package-DeprecationManager-0.16-stopwords.patch similarity index 72% rename from Package-DeprecationManager-0.14-stopwords.patch rename to Package-DeprecationManager-0.16-stopwords.patch index 9798195..4a43bdf 100644 --- a/Package-DeprecationManager-0.14-stopwords.patch +++ b/Package-DeprecationManager-0.16-stopwords.patch @@ -1,8 +1,9 @@ --- t/author-pod-spell.t +++ t/author-pod-spell.t -@@ -38,3 +38,5 @@ bobtfish +@@ -40,3 +40,6 @@ bobtfish lib Package DeprecationManager ++LICENCE +PayPal +ve diff --git a/perl-Package-DeprecationManager.spec b/perl-Package-DeprecationManager.spec index 1079afa..6de5d7e 100644 --- a/perl-Package-DeprecationManager.spec +++ b/perl-Package-DeprecationManager.spec @@ -2,14 +2,14 @@ # NOTE: BR: perl(Test::Pod::No404s) not included as it requires network access Name: perl-Package-DeprecationManager -Version: 0.15 -Release: 2%{?dist} +Version: 0.16 +Release: 1%{?dist} Summary: Manage deprecation warnings for your distribution License: Artistic 2.0 URL: http://search.cpan.org/dist/Package-DeprecationManager/ Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-%{version}.tar.gz Patch0: Package-DeprecationManager-0.14-no-Test::Code::TidyAll.patch -Patch3: Package-DeprecationManager-0.14-stopwords.patch +Patch3: Package-DeprecationManager-0.16-stopwords.patch BuildArch: noarch # Module Build BuildRequires: coreutils @@ -20,10 +20,12 @@ BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(Carp) BuildRequires: perl(List::Util) >= 1.33 +BuildRequires: perl(namespace::autoclean) BuildRequires: perl(Package::Stash) BuildRequires: perl(Params::Util) BuildRequires: perl(strict) BuildRequires: perl(Sub::Install) +BuildRequires: perl(Sub::Name) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(Exporter) @@ -40,6 +42,7 @@ BuildRequires: perl(blib) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(Pod::Wordlist) +BuildRequires: perl(Test::CleanNamespaces) >= 0.15 BuildRequires: perl(Test::EOL) BuildRequires: perl(Test::Mojibake) BuildRequires: perl(Test::NoTabs) @@ -49,6 +52,7 @@ BuildRequires: perl(Test::Version) >= 1.002 # Release Tests BuildRequires: perl(Pod::Coverage::TrustPod) BuildRequires: perl(Test::CPAN::Changes) >= 0.19 +BuildRequires: perl(Test::CPAN::Meta::JSON) BuildRequires: perl(Test::Pod::Coverage) >= 1.08 BuildRequires: perl(Test::Pod::LinkCheck) BuildRequires: perl(Test::Portability::Files) @@ -94,11 +98,19 @@ make test %else %doc LICENSE %endif -%doc Changes README.md +%doc Changes CONTRIBUTING.md README.md %{perl_vendorlib}/Package/ %{_mandir}/man3/Package::DeprecationManager.3* %changelog +* Tue Mar 22 2016 Paul Howarth - 0.16-1 +- Update to 0.16 + - The subs installed into the caller are now named with Sub::Name; this makes + these subs appear to be part of the caller, as opposed to an import, which + is what we want, since each installed sub is constructed uniquely for a + given package +- Update patches as needed + * Thu Feb 04 2016 Fedora Release Engineering - 0.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 50525a1..c806ace 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -121b7ab5aa5fe06f79670f4bb78c808e Package-DeprecationManager-0.15.tar.gz +6d457e26f23daeff18ae74b57ab57274 Package-DeprecationManager-0.16.tar.gz