[perl-Unicode-Map8] Add perl(:MODULE_COMPAT_*) dependency

Paul Howarth pghmcfc at fedoraproject.org
Fri Jul 8 11:42:19 UTC 2011


commit 5c77ebca7a8f4327bfc152da8419b2c1a9f5de28
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Jul 8 12:42:02 2011 +0100

    Add perl(:MODULE_COMPAT_*) dependency

 perl-Unicode-Map8.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-Unicode-Map8.spec b/perl-Unicode-Map8.spec
index a5310fb..1987e44 100644
--- a/perl-Unicode-Map8.spec
+++ b/perl-Unicode-Map8.spec
@@ -2,7 +2,7 @@
 
 Name:           perl-Unicode-Map8
 Version:        0.13
-Release:        4%{?dist}
+Release:        5%{?dist}
 
 Summary:        Mapping table between 8-bit chars and Unicode for Perl
 
@@ -15,6 +15,7 @@ Patch1:         perl-Unicode-Map8-0.12-type.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl(ExtUtils::MakeMaker), perl(Unicode::String)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
 %description
@@ -71,11 +72,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul  8 2011 Paul Howarth <paul at city-fan.org> - 0.13-5
+- Add perl(:MODULE_COMPAT_*) dependency
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Thu Dec 23 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.13-3
-- 661697 rebuild for fixing problems with vendorach/lib
+- Rebuild to fix problems with vendorarch/lib (#661697)
 
 * Fri May 07 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.13-2
 - Mass rebuild with perl-5.12.0


More information about the scm-commits mailing list