8
0

WIP: Automatic update to Mail-Message-4.02.tar.gz #2

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Mail-Message:autoupdate into main
4 changed files with 29 additions and 7 deletions

Binary file not shown.

BIN
Mail-Message-4.04.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Feb 5 06:14:04 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 4.40.0 (4.04)
see /usr/share/doc/packages/perl-Mail-Message/ChangeLog
version 4.04: Wed 4 Feb 15:52:45 CET 2026
Fixes:
- date field parsing regression
GitHub issue #28 [Andy Beverley]
version 4.03: Mon 26 Jan 14:53:24 CET 2026
Fixes:
- field attributes must be handled case-insensitive.
GitHub issue #5 [Andy Beverley]
- wrongly added LF after multipart parts which do not end in a LF
[Andy Beverly]
version 4.02: Thu 22 Jan 09:18:53 CET 2026
Fixes:
- $msg->study [Andy Beverley]
-------------------------------------------------------------------
Sun Dec 14 05:34:53 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mail-Message
#
# Copyright (c) 2025 SUSE LLC and contributors
# 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 Mail-Message
Name: perl-Mail-Message
Version: 4.10.0
Version: 4.40.0
Release: 0
# 4.01 -> normalize -> 4.10.0
%define cpan_version 4.01
# 4.04 -> normalize -> 4.40.0
%define cpan_version 4.04
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Processing MIME messages
URL: https://metacpan.org/release/%{cpan_name}
@@ -34,6 +34,7 @@ BuildRequires: perl-macros
BuildRequires: perl(Date::Format)
BuildRequires: perl(Date::Parse)
BuildRequires: perl(Encode) >= 2.26
BuildRequires: perl(Hash::Case) >= 1.50
BuildRequires: perl(IO::Lines)
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(Log::Report) >= 1.420
@@ -48,6 +49,7 @@ BuildRequires: perl(User::Identity) >= 4.0
Requires: perl(Date::Format)
Requires: perl(Date::Parse)
Requires: perl(Encode) >= 2.26
Requires: perl(Hash::Case) >= 1.50
Requires: perl(IO::Lines)
Requires: perl(IO::Scalar)
Requires: perl(Log::Report) >= 1.420