8
0

WIP: Automatic update to MIME-tools-5.517.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-MIME-tools:autoupdate into main
4 changed files with 33 additions and 14 deletions

View File

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

BIN
MIME-tools-5.517.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Feb 11 06:21:07 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 5.517.0 (5.517)
see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
5.517 2026-02-10 Dianne Skoll <dianne@skoll.ca>
* VERSION 5.517 RELEASED
* Add a missing test message file that was causing tests to fail.
5.516 2026-02-10 Dianne Skoll <dianne@skoll.ca>
* VERSION 5.516 RELEASED
* Handle MIME parameters of the form param= better (ie,
a parameter with no value at all.) It's treated the
same as param="" rather than aborting the parse.
* Diagnose additional types of malformed MIME as ambiguous.
Specifically, an empty boundary parameters like boundary= or
boundary="" is treated as ambiguous. Thanks to Stoiko Ivanov
<s.ivanov@proxmox.com> for pointing out this missing case.
-------------------------------------------------------------------
Thu Apr 25 03:06:54 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-MIME-tools
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 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-tools
Name: perl-MIME-tools
Version: 5.515.0
Version: 5.517.0
Release: 0
# 5.515 -> normalize -> 5.515.0
%define cpan_version 5.515
# 5.517 -> normalize -> 5.517.0
%define cpan_version 5.517
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Tools to manipulate MIME messages
URL: https://metacpan.org/release/%{cpan_name}
@@ -33,14 +33,14 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(File::Temp) >= 0.18
BuildRequires: perl(Mail::Field) >= 1.05
BuildRequires: perl(Mail::Header) >= 1.01
BuildRequires: perl(Mail::Internet) >= 1.0203
BuildRequires: perl(Mail::Field) >= 1.50
BuildRequires: perl(Mail::Header) >= 1.10
BuildRequires: perl(Mail::Internet) >= 1.20.300
BuildRequires: perl(Test::Deep)
Requires: perl(File::Temp) >= 0.18
Requires: perl(Mail::Field) >= 1.05
Requires: perl(Mail::Header) >= 1.01
Requires: perl(Mail::Internet) >= 1.0203
Requires: perl(Mail::Field) >= 1.50
Requires: perl(Mail::Header) >= 1.10
Requires: perl(Mail::Internet) >= 1.20.300
Provides: perl(MIME::Body) = %{version}
Provides: perl(MIME::Body::File)
Provides: perl(MIME::Body::InCore)
@@ -79,7 +79,7 @@ Recommends: perl(Convert::BinHex)
Tools to manipulate MIME messages
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644