[perl-Locale-Maketext] Require undetected warnings module explicitly

Petr Pisar ppisar at fedoraproject.org
Fri Jan 9 13:46:42 UTC 2015


commit aaef6b8300e30aef8d1aa1482d2a2a1faa21c319
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jan 9 14:46:13 2015 +0100

    Require undetected warnings module explicitly

 perl-Locale-Maketext.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
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 <ppisar at redhat.com> - 1.26-2
+- Require undetected warnings module explicitly
+
 * Fri Dec 05 2014 Petr Pisar <ppisar at redhat.com> - 1.26-1
 - 1.26 bump
 



More information about the perl-devel mailing list