[autoconf] BR: Add explicitly perl(Text::ParseWords)

Pavel Raiskup praiskup at fedoraproject.org
Thu Feb 14 14:35:03 UTC 2013


commit c3f287abf9900f106c8300aff8275aa953299639
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Thu Feb 14 15:32:26 2013 +0100

    BR: Add explicitly perl(Text::ParseWords)
    
    Version: 2.69-10

 autoconf.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/autoconf.spec b/autoconf.spec
index 4747fbb..414e815 100644
--- a/autoconf.spec
+++ b/autoconf.spec
@@ -20,7 +20,8 @@ BuildRequires:      emacs
 # the filtering macros are currently in /etc/rpm/macros.perl:
 BuildRequires:      perl-macros
 BuildRequires:      perl(Data::Dumper)
-
+# from f19, Text::ParseWords is not the part of 'perl' package
+BuildRequires:      perl(Text::ParseWords)
 
 %if %{with check}
 # For extended testsuite coverage
@@ -96,6 +97,9 @@ fi
 %doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
 
 %changelog
+* Thu Feb 14 2013 Pavel Raiskup <praiskup at redhat.com> - 2.69-10
+- BR the perl(Text::ParseWords) explicitly to enable build again
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.69-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list