[perl-Log-Dispatch] Fix broken condition to BR: perl(Test::Pod::No404s).

corsepiu corsepiu at fedoraproject.org
Wed Dec 12 05:59:54 UTC 2012


commit d36738896f6fafd34f18bea772b452ecadef15c3
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Wed Dec 12 06:59:43 2012 +0100

    Fix broken condition to BR: perl(Test::Pod::No404s).
    
    - Conditionally BR: perl(LWP::Protocol::https).

 perl-Log-Dispatch.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index e4512f5..64ad25a 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -1,6 +1,6 @@
 Name:           perl-Log-Dispatch
 Version:        2.34
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Dispatches messages to one or more outputs
 Group:          Development/Libraries
 License:        Artistic 2.0
@@ -38,9 +38,12 @@ BuildRequires:  perl(Test::Spelling)
 BuildRequires:  hunspell-en
 BuildRequires:  perl(Test::CPAN::Changes)
 
-%if 0%{?fedora} < 18
+%if 0%{?fedora} >= 18
 # Optional, N/A on Fedora < 18
 BuildRequires:  perl(Test::Pod::No404s)
+# Required by t/release-pod-no404s.t
+# Likely a bug underneath of Test::Pod::No404s
+BuildRequires:  perl(LWP::Protocol::https)
 %endif
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -79,6 +82,10 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Dec 12 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.34-2
+- Fix broken condition to BR: perl(Test::Pod::No404s).
+- Conditionally BR: perl(LWP::Protocol::https).
+
 * Tue Dec 11 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.34-1
 - Upstream update.
 - Update BR:s.


More information about the scm-commits mailing list