From aaef6b8300e30aef8d1aa1482d2a2a1faa21c319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 9 Jan 2015 14:46:13 +0100 Subject: [PATCH] Require undetected warnings module explicitly --- perl-Locale-Maketext.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Locale-Maketext.spec b/perl-Locale-Maketext.spec index 656ba1a..af3b262 100644 --- a/perl-Locale-Maketext.spec +++ b/perl-Locale-Maketext.spec @@ -1,6 +1,6 @@ Name: perl-Locale-Maketext Version: 1.26 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Framework for localization License: GPL+ or Artistic Group: Development/Libraries @@ -29,6 +29,7 @@ BuildRequires: perl(Test::Pod) >= 1.14 %endif Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(I18N::LangTags) >= 0.31 +Requires: perl(warnings) # Filter under-specified dependencies %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(I18N::LangTags\\)$ @@ -63,6 +64,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Jan 09 2015 Petr Pisar - 1.26-2 +- Require undetected warnings module explicitly + * Fri Dec 05 2014 Petr Pisar - 1.26-1 - 1.26 bump