commit c4f892218103425935bf8338bf124b0f5089da96 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Tue Mar 15 13:07:18 2011 +0000 Update to 1.31 - New upstream release 1.31 - Added zillions of new types from debian's /etc/mime.types - Changed table format, hopefully to speed-up load times per type, slightly compensating for the increased list - Fix typo (CPAN RT#55655) - xlsx must be encoded binary - Added f4v, f4p, f4a, f4b extensions for mpeg4 (CPAN RT#55168) - Moved POD test to xt directory, reducing the number of dependencies .gitignore | 2 +- perl-MIME-Types.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index 6492eb4..602b42c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -MIME-Types-1.28.tar.gz +/MIME-Types-1.31.tar.gz diff --git a/perl-MIME-Types.spec b/perl-MIME-Types.spec index c323fda..d956899 100644 --- a/perl-MIME-Types.spec +++ b/perl-MIME-Types.spec @@ -1,6 +1,6 @@ Name: perl-MIME-Types -Version: 1.28 -Release: 5%{?dist} +Version: 1.31 +Release: 1%{?dist} Summary: MIME types module for Perl License: GPL+ or Artistic @@ -45,6 +45,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* %check make test +make test TEST_FILES="xt/*.t" %clean @@ -59,6 +60,16 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 15 2011 Paul Howarth <paul@xxxxxxxxxxxx> - 1.31-1 +- Update to 1.31: + - Added zillions of new types from debian's /etc/mime.types + - Changed table format, hopefully to speed-up load times per type, slightly + compensating for the increased list + - Fix typo (CPAN RT#55655) + - xlsx must be encoded binary + - Added f4v, f4p, f4a, f4b extensions for mpeg4 (CPAN RT#55168) + - Moved POD test to xt directory, reducing the number of dependencies + * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.28-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 3e83da5..749072c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5fe537d9d803c43a36c3c55623c2d6da MIME-Types-1.28.tar.gz +d4435eb012e813682f94d285b40339ce MIME-Types-1.31.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel