From c3f287abf9900f106c8300aff8275aa953299639 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 14 Feb 2013 15:32:26 +0100 Subject: [PATCH] BR: Add explicitly perl(Text::ParseWords) Version: 2.69-10 --- autoconf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 - 2.69-10 +- BR the perl(Text::ParseWords) explicitly to enable build again + * Wed Feb 13 2013 Fedora Release Engineering - 2.69-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild