[perl-MIME-EncWords] 1.012

Xavier Bachelot xavierb at fedoraproject.org
Fri Dec 17 14:17:03 UTC 2010


commit 8b67a17b1ad57cc01ff6fb7bc0501ebe2d992065
Author: Xavier Bachelot <xavier at bachelot.org>
Date:   Fri Dec 17 15:16:44 2010 +0100

    1.012

 .gitignore              |    1 +
 perl-MIME-EncWords.spec |   13 ++++++++++---
 sources                 |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ec69a4..be84d73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 MIME-EncWords-1.010.101.tar.gz
+/MIME-EncWords-1.012.tar.gz
diff --git a/perl-MIME-EncWords.spec b/perl-MIME-EncWords.spec
index daa453f..ca0c84f 100644
--- a/perl-MIME-EncWords.spec
+++ b/perl-MIME-EncWords.spec
@@ -1,16 +1,18 @@
 Name:           perl-MIME-EncWords
-Version:        1.010.101
-Release:        5%{?dist}
+Version:        1.012
+Release:        1%{?dist}
 Summary:        Deal with RFC 2047 encoded words (improved)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/MIME-EncWords/
-Source0:        http://www.cpan.org/modules/by-module/MIME/MIME-EncWords-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/MIME-EncWords-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl >= 0:5.005
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(MIME::Charset) >= 1.006.2
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
@@ -67,6 +69,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Dec 17 2010 Xavier Bachelot <xavier at bachelot.org> 1.012-1
+- Update to 1.012.
+- Update Source0 URL.
+- Add BuildRequires for better test coverage.
+
 * Mon May 03 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.010.101-5
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 69ed22a..1ea1fb2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2009449d0af39275d45e45a4afcaf58f  MIME-EncWords-1.010.101.tar.gz
+aa0651a8a970d0fb35aa24b080ca6ee6  MIME-EncWords-1.012.tar.gz



More information about the perl-devel mailing list