[perl-String-Approx] Update to 3.27 Add BR for perl(ExtUtils::MakeMaker)

Orion Poplawski orion at fedoraproject.org
Mon Feb 18 02:37:08 UTC 2013


commit 836a44007192081d9461cf760c5e1ff6cf1613ff
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sun Feb 17 19:37:04 2013 -0700

    Update to 3.27
    Add BR for perl(ExtUtils::MakeMaker)

 .gitignore              |    1 +
 perl-String-Approx.spec |   11 ++++++++---
 sources                 |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 747af55..15f6417 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 String-Approx-3.26.tar.gz
+/String-Approx-3.27.tar.gz
diff --git a/perl-String-Approx.spec b/perl-String-Approx.spec
index e93f352..613780f 100644
--- a/perl-String-Approx.spec
+++ b/perl-String-Approx.spec
@@ -1,6 +1,6 @@
 Name:           perl-String-Approx
-Version:        3.26
-Release:        16%{?dist}
+Version:        3.27
+Release:        1%{?dist}
 Summary:        Perl extension for approximate matching (fuzzy matching)
 License:        LGPLv2+ or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@ URL:            http://search.cpan.org/dist/String-Approx/
 Source0:        http://www.cpan.org/authors/id/J/JH/JHI/String-Approx-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -48,13 +49,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Artistic BUGS ChangeLog COPYRIGHT COPYRIGHT.agrep LGPL PROBLEMS README README.apse
+%doc Artistic ChangeLog COPYRIGHT COPYRIGHT.agrep LGPL PROBLEMS README README.apse
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/String*
 %{_mandir}/man3/*
 
 
 %changelog
+* Sun Feb 17 2013 Orion Poplawski <orion at cora.nwra.com> 3.27-1
+- Update to 3.27
+- Add BR for perl(ExtUtils::MakeMaker)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.26-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 401cacb..2353b85 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc14d72986431025125d4970dd6b7f88  String-Approx-3.26.tar.gz
+3cade9960a9af1943d6f50b2f1a0e903  String-Approx-3.27.tar.gz



More information about the perl-devel mailing list