11
0

4 Commits

Author SHA256 Message Date
334a86c0f2 Accepting request 1279795 from devel:languages:perl
Forwarded request #1278610 from tinita

- updated to 2.280.0 (2.28)
   see /usr/share/doc/packages/perl-MIME-Types/ChangeLog

OBS-URL: https://build.opensuse.org/request/show/1279795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-Types?expand=0&rev=52
2025-05-26 16:35:48 +00:00
74709f5526 - updated to 2.280.0 (2.28)
see /usr/share/doc/packages/perl-MIME-Types/ChangeLog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-Types?expand=0&rev=61
2025-05-24 14:53:36 +00:00
a81bb2fe86 Accepting request 1244960 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1244960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-Types?expand=0&rev=51
2025-02-11 20:24:33 +00:00
3da370fae2 - updated to 2.270.0 (2.27)
see /usr/share/doc/packages/perl-MIME-Types/ChangeLog
  version 2.27: Fri  7 Feb 11:08:22 CET 2025
  	Changes:
  	- iana updates.
  	Fixes:
  	- explicitly set $/ before reading the file by line [Jan Kratochvil]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-Types?expand=0&rev=59
2025-02-11 07:11:27 +00:00
4 changed files with 35 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc738483cb4cdb47d61e85fe9304fa929aa9ab927e3171ec2ba2ab1cd7cefdff
size 66972

3
MIME-Types-2.28.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7099cb5133401acc92d8fb0fd398cac682140be0680e7dfcb4aaf40315a2dfca
size 68670

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Apr 20 05:34:05 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.280.0 (2.28)
see /usr/share/doc/packages/perl-MIME-Types/ChangeLog
-------------------------------------------------------------------
Sat Feb 8 05:29:41 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.270.0 (2.27)
see /usr/share/doc/packages/perl-MIME-Types/ChangeLog
version 2.27: Fri 7 Feb 11:08:22 CET 2025
Changes:
- iana updates.
Fixes:
- explicitly set $/ before reading the file by line [Jan Kratochvil]
-------------------------------------------------------------------
Fri Mar 8 22:42:07 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-MIME-Types
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,10 @@
%define cpan_name MIME-Types
Name: perl-MIME-Types
Version: 2.260.0
Version: 2.280.0
Release: 0
%define cpan_version 2.26
# 2.28 -> normalize -> 2.280.0
%define cpan_version 2.28
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Definition of MIME types
URL: https://metacpan.org/release/%{cpan_name}
@@ -36,9 +37,14 @@ Provides: perl(MojoX::MIME::Types) = %{version}
%{perl_requires}
%description
MIME types are used in many applications (for instance as part of e-mail
"MIME Type" is the old name for "Media Type". This module dates from 1999,
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. See RFC2045 at _https://www.ietf.org/rfc/rfc2045.txt_
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.
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
@@ -50,7 +56,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}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor