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:
parent
ceba36f3bb
commit
d445108900
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user