From b04342ee3cd2df5dddc918496dfe628c956063ef818b7dab97b175eaae91bb06 Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Mon, 6 Oct 2025 18:48:35 +0000 Subject: [PATCH] Automatic update to v2.290.0 (2.29) --- MIME-Types-2.28.tar.gz | 3 --- MIME-Types-2.29.tar.gz | 3 +++ perl-MIME-Types.changes | 6 ++++++ perl-MIME-Types.spec | 20 +++++++++++--------- 4 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 MIME-Types-2.28.tar.gz create mode 100644 MIME-Types-2.29.tar.gz diff --git a/MIME-Types-2.28.tar.gz b/MIME-Types-2.28.tar.gz deleted file mode 100644 index 83d6e9a..0000000 --- a/MIME-Types-2.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7099cb5133401acc92d8fb0fd398cac682140be0680e7dfcb4aaf40315a2dfca -size 68670 diff --git a/MIME-Types-2.29.tar.gz b/MIME-Types-2.29.tar.gz new file mode 100644 index 0000000..c293b77 --- /dev/null +++ b/MIME-Types-2.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6d4ec9b3aa0df2f935d4d74f7dc809fd523d508cd0e9966b5b257c02c03414 +size 69612 diff --git a/perl-MIME-Types.changes b/perl-MIME-Types.changes index 6e48b4d..01ef3d9 100644 --- a/perl-MIME-Types.changes +++ b/perl-MIME-Types.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 6 18:48:34 UTC 2025 - Tina Müller + +- updated to 2.290.0 (2.29) + see /usr/share/doc/packages/perl-MIME-Types/ChangeLog + ------------------------------------------------------------------- Sun Apr 20 05:34:05 UTC 2025 - Tina Müller diff --git a/perl-MIME-Types.spec b/perl-MIME-Types.spec index 04d1768..383abef 100644 --- a/perl-MIME-Types.spec +++ b/perl-MIME-Types.spec @@ -1,7 +1,7 @@ # # spec file for package perl-MIME-Types # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name MIME-Types Name: perl-MIME-Types -Version: 2.280.0 +Version: 2.290.0 Release: 0 -# 2.28 -> normalize -> 2.280.0 -%define cpan_version 2.28 +# 2.29 -> normalize -> 2.290.0 +%define cpan_version 2.29 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Definition of MIME types URL: https://metacpan.org/release/%{cpan_name} @@ -31,6 +31,8 @@ Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Test::More) >= 1 +BuildRequires: perl(Test::Pod) >= 1 Provides: perl(MIME::Type) = %{version} Provides: perl(MIME::Types) = %{version} Provides: perl(MojoX::MIME::Types) = %{version} @@ -43,9 +45,9 @@ and name changes are painful, so we stuck with the original name. Media types are used in many applications (for instance as part of e-mail and HTTP traffic) to indicate the type of content which is transmitted. or -expected. Read RFC6838 at _https://www.rfc-editor.org/rfc/rfc6838_ -(registrations) and RFC9694 at _https://www.rfc-editor.org/rfc/rfc9694_ -(top-levels) for the specification. +expected. Read at https://www.rfc-editor.org/rfc/rfc6838 (registrations) +and at https://www.rfc-editor.org/rfc/rfc9694 (top-levels) for the +specification. Sometimes detailed knowledge about a mime-type is need, however this module only knows about the file-name extensions which relate to some filetype. It @@ -57,7 +59,7 @@ various sources. For instance, it contains *all IANA* types and the knowledge of Apache. Probably the most complete table on the net! %prep -%autosetup -n %{cpan_name}-%{cpan_version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor @@ -72,6 +74,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc ChangeLog README README.md +%doc ChangeLog README.md %changelog -- 2.49.0