From 23fd7548801bc936fe803c90bd86b23bf8ef5728 Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Tue, 22 Mar 2016 11:29:05 +0000
Subject: 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
---
Package-DeprecationManager-0.14-stopwords.patch | 8 --------
Package-DeprecationManager-0.16-stopwords.patch | 9 +++++++++
perl-Package-DeprecationManager.spec | 20 ++++++++++++++++----
sources | 2 +-
4 files changed, 26 insertions(+), 13 deletions(-)
delete mode 100644 Package-DeprecationManager-0.14-stopwords.patch
create mode 100644 Package-DeprecationManager-0.16-stopwords.patch
diff --git a/Package-DeprecationManager-0.14-stopwords.patch
b/Package-DeprecationManager-0.14-stopwords.patch
deleted file mode 100644
index 9798195..0000000
--- a/Package-DeprecationManager-0.14-stopwords.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- t/author-pod-spell.t
-+++ t/author-pod-spell.t
-@@ -38,3 +38,5 @@ bobtfish
- lib
- Package
- DeprecationManager
-+PayPal
-+ve
diff --git a/Package-DeprecationManager-0.16-stopwords.patch
b/Package-DeprecationManager-0.16-stopwords.patch
new file mode 100644
index 0000000..4a43bdf
--- /dev/null
+++ b/Package-DeprecationManager-0.16-stopwords.patch
@@ -0,0 +1,9 @@
+--- t/author-pod-spell.t
++++ t/author-pod-spell.t
+@@ -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 <[email protected]> - 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 <[email protected]> -
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
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-Package-DeprecationManager.git/commit/?h=master&id=23fd7548801bc936fe803c90bd86b23bf8ef5728
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]