[perl-Pod-Coverage-TrustPod] Update to 0.100003

Paul Howarth pghmcfc at fedoraproject.org
Thu Nov 13 11:30:14 UTC 2014


commit 23011689b9985e22f50551b7086be93117b0057a
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Nov 13 11:29:26 2014 +0000

    Update to 0.100003
    
    - New upstream release 0.100003
      - The string *EVERYTHING* is now a pattern meaning "trust everything"
      - Only anchor the regex from Pod; trustme regex are again non-anchored
    - Use %license
    - Make %files list more explicit

 .gitignore                      |    6 +----
 perl-Pod-Coverage-TrustPod.spec |   48 ++++++++++++++++++++++-----------------
 sources                         |    2 +-
 3 files changed, 29 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9d4490d..4095d32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1 @@
-Pod-Coverage-TrustPod-0.092830.tar.gz
-/Pod-Coverage-TrustPod-0.092832.tar.gz
-/Pod-Coverage-TrustPod-0.100000.tar.gz
-/Pod-Coverage-TrustPod-0.100001.tar.gz
-/Pod-Coverage-TrustPod-0.100002.tar.gz
+/Pod-Coverage-TrustPod-[0-9.]*.tar.gz
diff --git a/perl-Pod-Coverage-TrustPod.spec b/perl-Pod-Coverage-TrustPod.spec
index ed8940c..0332b37 100644
--- a/perl-Pod-Coverage-TrustPod.spec
+++ b/perl-Pod-Coverage-TrustPod.spec
@@ -1,27 +1,27 @@
 Name:           perl-Pod-Coverage-TrustPod
-Version:        0.100002
-Release:        9%{?dist}
+Version:        0.100003
+Release:        1%{?dist}
 Summary:        Allow a module's pod to contain Pod::Coverage hints
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Pod-Coverage-TrustPod/
-Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+# Build:
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 # Run-time:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Pod::Coverage::CountParents)
 BuildRequires:  perl(Pod::Eventual::Simple)
 BuildRequires:  perl(Pod::Find)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(Carp::Heavy)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Test::More)
-# Optional tests:
-BuildRequires:  perl(Test::Pod)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-%{?perl_default_filter}
+BuildRequires:  perl(Test::More) >= 0.88
+# Explicit dependencies:
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This is a Pod::Coverage subclass (actually, a subclass of
@@ -32,25 +32,31 @@ symbol names trusted.
 %setup -q -n Pod-Coverage-TrustPod-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} %{buildroot}
 
 %check
-RELEASE_TESTING=1 make test
+make test
 
 %files
-%doc Changes LICENSE README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/Pod/
+%{_mandir}/man3/Pod::Coverage::TrustPod.3*
 
 %changelog
+* Thu Nov 13 2014 Paul Howarth <paul at city-fan.org> - 0.100003-1
+- Update to 0.100003
+  - The string *EVERYTHING* is now a pattern meaning "trust everything"
+  - Only anchor the regex from Pod; trustme regex are again non-anchored
+- Use %%license
+- Make %%files list more explicit
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.100002-9
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 53a01fd..6460660 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25234b3aa0e933b93e46a5b69bb34478  Pod-Coverage-TrustPod-0.100002.tar.gz
+5ea2328ae2ad0a724675cbddf424a8bd  Pod-Coverage-TrustPod-0.100003.tar.gz


More information about the scm-commits mailing list