Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
b3ad5d77ee | |||
863efe632b | |||
968a991300 | |||
418fdf9f59 | |||
1ba681409e |
@@ -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
3
MIME-Types-2.28.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7099cb5133401acc92d8fb0fd398cac682140be0680e7dfcb4aaf40315a2dfca
|
||||
size 68670
|
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,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>
|
||||
|
||||
|
@@ -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,14 +18,16 @@
|
||||
|
||||
%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}
|
||||
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
|
||||
@@ -36,9 +38,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 +57,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
|
||||
|
Reference in New Issue
Block a user