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:
parent
3b8fbd497e
commit
c4f8922181
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
MIME-Types-1.28.tar.gz
|
||||
/MIME-Types-1.31.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user