[perl-Unicode-Stringprep: 3/8] Add the missing default Perl filter

Mathieu Bridon bochecha at fedoraproject.org
Mon Jan 21 03:44:33 UTC 2013


commit 6f2b34c76c5d087f396c205e4c567b36acdb06d2
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Wed Jan 16 13:14:36 2013 +0800

    Add the missing default Perl filter
    
    This fixes the problem found by Petr during the review, that
    the package was providing dummy modules from the examples.

 perl-Unicode-Stringprep.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/perl-Unicode-Stringprep.spec b/perl-Unicode-Stringprep.spec
index ff14589..29a2b0f 100644
--- a/perl-Unicode-Stringprep.spec
+++ b/perl-Unicode-Stringprep.spec
@@ -16,6 +16,8 @@ BuildRequires:  perl(Test::Pod::Coverage)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 This module implements the stringprep framework for preparing Unicode
 text strings in order to increase the likelihood that string input and
@@ -51,5 +53,7 @@ names, and other text strings.
 
 
 %changelog
+- Add the missing default Perl filter.
+
 * Fri Jan 04 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 1.104-1
 - Initial package for Fedora, with help from cpanspec.


More information about the scm-commits mailing list