Update to 2.03

- New upstream release 2.03:
  - Fix typo in docs (CPAN RT#88394)
  - Require perl 5.8.8, for <:encoding
  - Updated IANA
  - A bit more DESCRIPTION
- Update %description
This commit is contained in:
Paul Howarth 2013-09-04 21:03:48 +01:00
parent ceba36f3bb
commit d445108900
2 changed files with 17 additions and 9 deletions

View File

@ -1,5 +1,5 @@
Name: perl-MIME-Types
Version: 2.02
Version: 2.03
Release: 1%{?dist}
Summary: MIME types module for Perl
License: GPL+ or Artistic
@ -20,13 +20,13 @@ BuildRequires: perl(Test::Pod) >= 1.00
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description
MIME types are used in MIME compliant lines, for instance as part of
e-mail and HTTP traffic, to indicate the type of content which is
transmitted. Sometimes real knowledge about a mime-type is need.
This module maintains a set of MIME::Type objects, which each describe
one known mime type. There are many types defined by RFCs and vendors,
so the list is long but not complete. Please don't hesitate to ask to
add additional information.
MIME types are used in many applications, for instance as part of e-mail
and HTTP traffic, to indicate the type of content that is transmitted.
Sometimes detailed knowledge about a mime-type is need; however, this
module only knows about the file-name extensions that relate to some
file-type. It can also be used to produce the right format: types that
are not registered at IANA need to use 'x-' prefixes.
%prep
%setup -q -n MIME-Types-%{version}
@ -55,6 +55,14 @@ rm -rf %{buildroot}
%{_mandir}/man3/MIME::Types.3pm*
%changelog
* Wed Sep 4 2013 Paul Howarth <paul@city-fan.org> - 2.03-1
- Update to 2.03:
- Fix typo in docs (CPAN RT#88394)
- Require perl 5.8.8, for <:encoding
- Updated IANA
- A bit more DESCRIPTION
- Update %%description
* Sun Aug 18 2013 Paul Howarth <paul@city-fan.org> - 2.02-1
- Update to 2.02:
- Localize DB and $_ in ::Types::_read_db() (CPAN RT#87856)

View File

@ -1 +1 @@
8627873a7d48484fd26d3cd842acca82 MIME-Types-2.02.tar.gz
90a0970063b4756429046de561432bdc MIME-Types-2.03.tar.gz