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
This commit is contained in:
Paul Howarth 2011-03-15 13:07:18 +00:00
parent 3b8fbd497e
commit c4f8922181
3 changed files with 15 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
MIME-Types-1.28.tar.gz
/MIME-Types-1.31.tar.gz

View File

@ -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@city-fan.org> - 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@lists.fedoraproject.org> - 1.28-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
5fe537d9d803c43a36c3c55623c2d6da MIME-Types-1.28.tar.gz
d4435eb012e813682f94d285b40339ce MIME-Types-1.31.tar.gz