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
This commit is contained in:
parent
c3f4b926f3
commit
23fd754880
@ -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
|
||||
@ -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 <paul@city-fan.org> - 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 <releng@fedoraproject.org> - 0.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user