Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 95d8d88532 | |||
| b04342ee3c | |||
| b3ad5d77ee | |||
| 863efe632b | |||
| 968a991300 | |||
| 418fdf9f59 | |||
| 1ba681409e |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc738483cb4cdb47d61e85fe9304fa929aa9ab927e3171ec2ba2ab1cd7cefdff
|
||||
size 66972
|
||||
BIN
MIME-Types-2.30.tar.gz
LFS
Normal file
BIN
MIME-Types-2.30.tar.gz
LFS
Normal file
Binary file not shown.
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 9 05:35:59 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.300.0 (2.30)
|
||||
see /usr/share/doc/packages/perl-MIME-Types/ChangeLog
|
||||
|
||||
version 2.30: Mon 8 Dec 20:33:20 CET 2025
|
||||
|
||||
Fixes:
|
||||
- no undef when simplifying illegal type
|
||||
github issue #15 [Todd Richmond]
|
||||
|
||||
Improvements:
|
||||
- add bugtracker to meta
|
||||
- better OO use of attributes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 6 18:48:34 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-MIME-Types
|
||||
#
|
||||
# Copyright (c) 2024 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,17 +18,21 @@
|
||||
|
||||
%define cpan_name MIME-Types
|
||||
Name: perl-MIME-Types
|
||||
Version: 2.260.0
|
||||
Version: 2.300.0
|
||||
Release: 0
|
||||
%define cpan_version 2.26
|
||||
# 2.30 -> normalize -> 2.300.0
|
||||
%define cpan_version 2.30
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Definition of MIME types
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
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}
|
||||
@@ -36,9 +40,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 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
|
||||
@@ -50,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}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@@ -65,6 +74,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc ChangeLog README README.md
|
||||
%doc ChangeLog README.md
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user