[perl-MIME-Types] Update to 2.03

Paul Howarth pghmcfc at fedoraproject.org
Wed Sep 4 20:04:44 UTC 2013


commit d445108900fd212424a832abae65f8fba114e08d
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Sep 4 21:03:48 2013 +0100

    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

 perl-MIME-Types.spec |   24 ++++++++++++++++--------
 sources              |    2 +-
 2 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/perl-MIME-Types.spec b/perl-MIME-Types.spec
index 914f3ae..86b0267 100644
--- a/perl-MIME-Types.spec
+++ b/perl-MIME-Types.spec
@@ -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 at 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 at city-fan.org> - 2.02-1
 - Update to 2.02:
   - Localize DB and $_ in ::Types::_read_db() (CPAN RT#87856)
diff --git a/sources b/sources
index 4487e7a..c00f2a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8627873a7d48484fd26d3cd842acca82  MIME-Types-2.02.tar.gz
+90a0970063b4756429046de561432bdc  MIME-Types-2.03.tar.gz


More information about the scm-commits mailing list