diff --git a/.cvsignore b/.cvsignore index b2a5d5f..4d2fd6b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -MIME-Types-1.19.tar.gz +MIME-Types-1.20.tar.gz diff --git a/perl-MIME-Types.spec b/perl-MIME-Types.spec index f97dda2..165280b 100644 --- a/perl-MIME-Types.spec +++ b/perl-MIME-Types.spec @@ -1,6 +1,6 @@ Name: perl-MIME-Types -Version: 1.19 -Release: 2%{?dist} +Version: 1.20 +Release: 1%{?dist} Summary: MIME types module for Perl License: GPL or Artistic @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -26,6 +27,7 @@ add additional information. %prep %setup -q -n MIME-Types-%{version} +f=ChangeLog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f %build @@ -57,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 13 2007 Ville Skyttä - 1.20-1 +- 1.20. +- Convert docs to UTF-8. + * Tue Apr 17 2007 Ville Skyttä - 1.19-2 - BuildRequire perl(Test::More). diff --git a/sources b/sources index 48b0539..7b47076 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6572937900211b0638f662d40d9eb8ef MIME-Types-1.19.tar.gz +b6ead8df4c9afecf7ab7f986ba7f5a4c MIME-Types-1.20.tar.gz