[perl-Devel-StackTrace] Upstream update.

corsepiu corsepiu at fedoraproject.org
Wed May 7 12:53:22 UTC 2014


commit 85dddad1ab1bc789b25a9fe706b07656ceecd46e
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Wed May 7 14:53:41 2014 +0200

    Upstream update.
    
    - Activate AUTHOR_TESTING.
    - Update BRs.

 .gitignore                 |    2 +-
 perl-Devel-StackTrace.spec |   22 ++++++++++++++++++----
 sources                    |    2 +-
 3 files changed, 20 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 532a035..afb88c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Devel-StackTrace-1.31.tar.gz
+/Devel-StackTrace-1.32.tar.gz
diff --git a/perl-Devel-StackTrace.spec b/perl-Devel-StackTrace.spec
index 6b12917..59190e2 100644
--- a/perl-Devel-StackTrace.spec
+++ b/perl-Devel-StackTrace.spec
@@ -1,6 +1,6 @@
 Name:           perl-Devel-StackTrace
 Summary:        Perl module implementing stack trace and stack trace frame objects
-Version:        1.31
+Version:        1.32
 Epoch:          1
 Release:        1%{?dist}
 License:        Artistic 2.0
@@ -13,6 +13,10 @@ BuildArch:      noarch
 # Disabled by default
 %bcond_with release_tests
 
+# --with author_tests ... also check "AUTHOR_TESTS".
+# Disabled by default
+%bcond_with author_tests
+
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(overload)
@@ -29,13 +33,19 @@ BuildRequires:  perl(bytes)
 BuildRequires:  perl(Exception::Class::Base)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
+BuildRequires:  perl(Pod::Coverage::TrustPod)
 BuildRequires:  perl(Test::EOL)
 BuildRequires:  perl(Test::NoTabs)
-BuildRequires:  perl(Test::Spelling)
+BuildRequires:  perl(Test::Synopsis)
 BuildRequires:  perl(Test::CPAN::Changes)
 BuildRequires:  perl(Test::Pod::LinkCheck)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires:  perl(LWP::Protocol::https)
+%endif
+
+%if %{with author_tests}
+BuildRequires:  perl(Test::Spelling) >= 0.12
+BuildRequires:  perl(Pod::Wordlist::hanekomu)
 BuildRequires:  aspell-en
 %endif
 
@@ -60,12 +70,11 @@ make %{?_smp_mflags}
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test %{?with_release_tests:RELEASE_TESTING=1}
+make test %{?with_release_tests:RELEASE_TESTING=1} %{?with_author_tests:AUTHOR_TESTING=1}
 
 %files
 %doc README LICENSE Changes
@@ -73,6 +82,11 @@ make test %{?with_release_tests:RELEASE_TESTING=1}
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 07 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 1:1.32-1
+- Upstream update.
+- Activate AUTHOR_TESTING.
+- Update BRs.
+
 * Fri Jan 17 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 1:1.31-1
 - Upstream update.
 - Fix bogus %%changelog entry.
diff --git a/sources b/sources
index 2837e01..652c81d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f7d3ba1371eac6b6a5855ba3dc1dbcd4  Devel-StackTrace-1.31.tar.gz
+2a6dae41533ecd30db72b35da366a8a5  Devel-StackTrace-1.32.tar.gz


More information about the scm-commits mailing list