Commit Graph

35 Commits

Author SHA1 Message Date
Paul Howarth
bf624c953f Update to 2.24
- New upstream release 2.24
  - IANA updates
  - vnd.gentoo officially took 'tar' and 'tbz2', but 'application/x-tar' resp
    'x-gtar' prevails
- Use SPDX-format license tag
2022-12-28 15:48:11 +00:00
Paul Howarth
c72f0ae3ea Update to 2.22
- New upstream release 2.22
  - webm keeps on producing unexpected results (GH#13)
  - IANA updates
2021-10-28 09:59:09 +01:00
Paul Howarth
b3f9414752 Update to 2.21
- New upstream release 2.21
  - application/octet-stream is better for .dat (GH#11)
  - Add video/webm, which Google forgot to register (GH#12)
  - Add image/webp, which Google registered too late (GH#12)
2021-05-28 15:02:14 +01:00
Paul Howarth
87783994e3 Update to 2.20
- New upstream release 2.20
  - heif/heic/heifs/heics/hif fix (GH#9)
  - No 'and' and 'or' extensions (GH#9)
  - application/octet-stream is better for .bin (GH#10)
2021-04-23 10:01:58 +01:00
Paul Howarth
a4efc7c2a9 Update to 2.19
- New upstream release 2.19
  - Update with the newest data from IANA and Apache httpd
  - mp4 preference is video/mp4 (GH#5)
  - yt preference is video/vnd.youtube.yt (GH#6)
  - 3gp and 3gpp preference is video/3gpp (GH#7)
- Use author-independent source URL
2021-04-16 16:43:23 +01:00
Paul Howarth
276cd4435d Update to 2.18
- New upstream release 2.18
  - Update with newest data
  - Mojo 6.0 changed types() into mapping()
  - Mojo 7.94 adds experimental file_type()
  - Mojo 7.94 adds experimental content_type()
2020-12-10 17:36:39 +00:00
Paul Howarth
a2f0171d02 Update to 2.17
- New upstream release 2.17
  - When picking a preferred type for an extension, prefer the type with the
    same minor-name
  - Remove IANA obsoleted types
2018-01-27 12:12:36 +00:00
Paul Howarth
a21d5539ca Update to 2.16
- New upstream release 2.16
  - Collecting of IANA info had stalled: logic rewritten
  - Moved to git and GitHub
  - Move scripts and source files into MANIFEST.extra
  - Update types and extensions
2018-01-23 21:34:55 +00:00
Paul Howarth
a23351cae9 Update to 2.14
- New upstream release 2.14
  - MojoX should not die on missing types (CPAN RT#123298)
- Drop EL-5 support
  - Drop BuildRoot: and Group: tags
  - Drop explicit buildroot cleaning in %install section
  - Drop explicit %clean section
2017-11-10 11:10:28 +00:00
Paul Howarth
64a8fd5939 Update to 2.13
- New upstream release 2.13
  - Not all information was extracted from the Apache tables
- Simplify find command using -delete
2016-03-08 09:41:36 +00:00
Paul Howarth
04e985db44 Update to 2.12
- New upstream release 2.12
  - Downgrade prereq perl to 5.6
  - Update IANA
2015-11-11 15:42:49 +00:00
Paul Howarth
eb699d0535 Update to 2.11
- New upstream release 2.11
  - Accept field 'q' weights
  - Introduce PERL_MIME_TYPE_DB (CPAN RT#104945)
  - Strict Perl 5.8 (CPAN RT#105267)
- Classify buildreqs by usage
2015-06-26 12:27:33 +01:00
Paul Howarth
69077b71c1 Update to 2.09
- New upstream release 2.09
  - Rename ::Type::isAscii() into ::Type::isText()
  - Add source table broofa (CPAN RT#98308)
  - Add source table freedesktop (CPAN RT#98309)
  - Update IANA types
  - Fix scan of freedesktop definitions (CPAN RT#98385)
  - MIME::Type::equals() did cmp not eq
  - New httpAccept() wth tests in t/21accept.t
  - New httpAcceptBest() and httpAcceptSelect() with tests in t/22accbest.t
  - Add MojoX::MIME::Types with tests in t/40mojo.t
  - Now depends on List::Util
  - Documentation fixes
- Sub-package MojoX::MIME::Types to avoid pulling in Mojolicious as a
  dependency for users of MIME::Types
2014-09-15 12:17:56 +01:00
Paul Howarth
e55456b29e Update to 2.04
- New upstream release 2.04:
  - Fix one more localize $_ in ::Types::_read_db() (CPAN RT#87856)
2013-09-12 15:46:18 +01:00
Paul Howarth
d445108900 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
2013-09-04 21:03:48 +01:00
Paul Howarth
ceba36f3bb Update to 2.02
- New upstream release 2.02:
  - Localize DB and $_ in ::Types::_read_db() (CPAN RT#87856)
2013-08-18 14:06:43 +01:00
Paul Howarth
174c3b9ab9 Update to 2.01
- New upstream release 2.01:
  - Add dummy ::Types::create_type_index() because
    Catalyst-Plugin-Static-Simple calls it :(
2013-08-04 11:55:04 +01:00
Paul Howarth
9aef5eab6a Update to 2.00
- New upstream release 2.00:
  - The mime information is now collected from various sources, amongst them
    IANA; hence, some types may use different x-'s
  - A separate table is built for the extension-to-type mapping
  - Number of types up from 995 to 2096
  - Number of extensions up from 734 to 1425
  - The memory footprint and start-up speed should have improved considerably
  - Added bin/collect_types
  - Fixed some typos (CPAN RT#86847)
  - Added ::Type::isVendor(), ::isExperimental(), ::isPersonal (CPAN RT#87062)
  - Added ::Types::listTypes()
  - Cleaned-up Exporter syntax of (very) old interface
- BR: perl(base), perl(File::Basename) and perl(File::Spec)
- Drop no-longer-needed UTF8 patch
2013-08-02 21:44:49 +01:00
Paul Howarth
8c99be467b Update to 1.38
- New upstream release 1.38:
  - Add application/vnd.ms-excel.template.macroEnabled.12 and five related
    from http://filext.com/faq/office_mime_types.php (CPAN RT#82616)
2013-01-11 13:46:06 +00:00
Paul Howarth
58f08743ac Update to 1.37
- New upstream release 1.37:
  - Remove text/x-perl, where we also have an application/x-perl
    (CPAN RT#82100)
2012-12-21 15:19:56 +00:00
Paul Howarth
3863b4dd3a Update to 1.36
- New upstream release 1.36:
  - xlsx and friends had encoding 'binary' (since version 1.30), but should
    have been 'base64' (CPAN RT#80529)
2012-11-01 21:22:15 +00:00
Paul Howarth
6b7924db36 Update to 1.35
- Update to 1.35:
  - Explain how to use MIME::Types in mod_perl; when you do not read the
    documentation about mod_perl/fork it will work as always, but
    inefficiently
  - subType() did not handle subType's with '+' in them
  - Added video/webm and audio/webm, although not (yet) IANA registered
- BR: perl(Carp) and perl(Exporter)
- BR: at least version 1.00 of  perl(Test::Pod)
- Use a patch rather than scripted iconv to fix character encooding
- Don't need to remove empty directories from the buildroot
- Drop %defattr, redundant since rpm 4.4
- Use %{_fixperms} macro rather than our own chmod incantation
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Don't use macros for commands
- Make %files list more explicit
2012-07-24 15:39:29 +01:00
Paul Howarth
c4f8922181 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
2011-03-15 13:07:18 +00:00
Štěpán Kasal
8bfb50a8c7 - new upstream version 2009-10-07 13:15:52 +00:00
Tom Callaway
4f4aa08a62 1.27 2009-03-13 21:51:35 +00:00
Tom Callaway
9d6a5d0925 update to 1.24 2008-11-20 23:18:13 +00:00
Tom Callaway
f3d258e6c9 1.23 2007-12-19 18:12:24 +00:00
Ville Skyttä
fd49dce293 - 1.20.
- Convert docs to UTF-8.
2007-06-12 22:09:35 +00:00
Ville Skyttä
cede6215e6 - 1.19.
- BuildRequire perl(ExtUtils::MakeMaker).
2007-03-25 21:06:30 +00:00
Ville Skyttä
0a47284b08 - 1.18. 2006-11-22 16:35:15 +00:00
Ville Skyttä
de2b7691a9 - 1.17. 2006-08-15 08:43:01 +00:00
Ville Skyttä
04820405a2 - 1.16. 2005-10-02 19:53:58 +00:00
Ville Skyttä
44e9b96374 1.15 2005-04-01 20:32:18 +00:00
cvsextras
e1b1f59bfe auto-import changelog data from perl-MIME-Types-1.13-0.fdr.3.rh80.src.rpm
1.13-0.fdr.3
- Require perl(:MODULE_COMPAT_*) (bug 1649).
1.13-0.fdr.2
- Sync with IANA 20040517.
- Require perl >= 1:5.6.1 for vendor install dir support.
- Use pure_install to avoid perllocal.pod workarounds.
1.13-0.fdr.1
- Update to 1.13 + IANA 20040424.
1.12-0.fdr.2
- Reduce directory ownership bloat.
1.12-0.fdr.1
- Update to 1.12.
1.11-0.fdr.1
- Update to 1.11.
1.10-0.fdr.2
- BuildRequires perl(Test::More).
1.10-0.fdr.1
- Update to 1.10.
1.09-0.fdr.1
- Update to 1.09.
1.08-0.fdr.1
- Update to 1.08.
1.07-0.fdr.2
- Install into vendor dirs.
- Don't use fedora-rpm-helper.
- Specfile cleanup.
1.07-0.fdr.1
- Update to 1.07.
- Use fedora-rpm-helper.
1.06-0.fdr.1
- First build.
2004-11-08 05:04:05 +00:00
cvsextras
73edd71ad9 Setup of module perl-MIME-Types 2004-11-08 05:04:03 +00:00