forked from pool/perl-Mail-Message
Automatic update to Mail-Message-3.019.tar.gz
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6180b2eb539bf6f8b0f5e90a3c3218031abc4034ac7b1fff9193a005cde63f9a
|
||||
size 270107
|
||||
BIN
Mail-Message-3.019.tar.gz
(Stored with Git LFS)
Normal file
BIN
Mail-Message-3.019.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 25 05:34:33 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.19.0 (3.019)
|
||||
see /usr/share/doc/packages/perl-Mail-Message/ChangeLog
|
||||
|
||||
#!!! This is the maintenance version of this module. When you start fresh,
|
||||
#!!! go for version 4 (or higher). On github, this code is branch 'maint3'
|
||||
#!!! Convert? See F<https://github.com/markov2/perl5-Mail-Box/wiki/>
|
||||
version 3.019: Mon 24 Nov 19:46:56 CET 2025
|
||||
Changes:
|
||||
- remove questions for optional dependencies during install.
|
||||
- maintenance release with Mail::Box version 3 compatibility.
|
||||
Fixes:
|
||||
- nested bodies which specify a Content-Transfer-Encoding [Andy Beverly]
|
||||
- build(data) with only 3-bytes utf8 encoding not detected [Andy Beverly]
|
||||
- ::TransferEncoding::Binary::encode() was broken
|
||||
github issue #24 [Jacob Balazer]
|
||||
Improvements:
|
||||
- add $msg->endsOnNewline()
|
||||
- restyle code according to OODoc 3.05
|
||||
- convert Makefile.PL to OODoc 3.05
|
||||
- remove ::Replace::MailInternet::nntppost() because it never worked.
|
||||
- explicitly depend on Mail::Message v3, not 4
|
||||
version 3.018_001: Thu 21 Aug 10:15:05 CEST 2025
|
||||
Fixes:
|
||||
- at message construction, do not detect charset for binaries.
|
||||
Big performance improvement GitHub#21
|
||||
- charset detection upto 45% faster. GitHub#22
|
||||
- setting eol() on a body was not lazy enough, and mutulated caller.
|
||||
GitHub#23
|
||||
- protect two isa calls with blessed.
|
||||
- ::Field::Full q-encoding must encode the '=' as well [Andy Beverley]
|
||||
Improvements:
|
||||
- do not use bareword file-handles anywhere in the code.
|
||||
- use s///r
|
||||
- cleanup syntax of Mail::Box::FastScalar
|
||||
- use defined-or
|
||||
- add Attributes section to documentation
|
||||
- implement Mail::Box::Parser::Lines, 49% faster for in-memory emails
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 20 05:34:51 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Mail-Message
|
||||
#
|
||||
# Copyright (c) 2025 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,10 +18,10 @@
|
||||
|
||||
%define cpan_name Mail-Message
|
||||
Name: perl-Mail-Message
|
||||
Version: 3.17.0
|
||||
Version: 3.19.0
|
||||
Release: 0
|
||||
# 3.017 -> normalize -> 3.17.0
|
||||
%define cpan_version 3.017
|
||||
# 3.019 -> normalize -> 3.19.0
|
||||
%define cpan_version 3.019
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Processing MIME messages
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -29,28 +29,35 @@ Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: 1.02, < 4.0
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Date::Format)
|
||||
BuildRequires: perl(Date::Parse)
|
||||
BuildRequires: perl(Encode) >= 2.26
|
||||
BuildRequires: perl(IO::Lines)
|
||||
BuildRequires: perl(IO::Scalar)
|
||||
BuildRequires: perl(MIME::Types) >= 1.4.0
|
||||
BuildRequires: perl(MIME::Types) >= 1.4
|
||||
BuildRequires: perl(Mail::Address) >= 2.170
|
||||
BuildRequires: perl(Test::More) >= 1
|
||||
BuildRequires: perl(Test::Pod) >= 1
|
||||
BuildRequires: perl(Time::Zone)
|
||||
BuildRequires: perl(URI) >= 1.230
|
||||
BuildRequires: perl(User::Identity) >= 1.20.0
|
||||
BuildRequires: perl(User::Identity) >= >=
|
||||
Requires: 1.02, < 4.0
|
||||
Requires: perl(Date::Format)
|
||||
Requires: perl(Date::Parse)
|
||||
Requires: perl(Encode) >= 2.26
|
||||
Requires: perl(IO::Lines)
|
||||
Requires: perl(IO::Scalar)
|
||||
Requires: perl(MIME::Types) >= 1.4.0
|
||||
Requires: perl(MIME::Types) >= 1.4
|
||||
Requires: perl(Mail::Address) >= 2.170
|
||||
Requires: perl(Time::Zone)
|
||||
Requires: perl(URI) >= 1.230
|
||||
Requires: perl(User::Identity) >= 1.20.0
|
||||
Requires: perl(User::Identity) >= >=
|
||||
Provides: perl(Mail::Box::FastScalar) = %{version}
|
||||
Provides: perl(Mail::Box::Parser) = %{version}
|
||||
Provides: perl(Mail::Box::Parser::Lines) = %{version}
|
||||
Provides: perl(Mail::Box::Parser::Perl) = %{version}
|
||||
Provides: perl(Mail::Message) = %{version}
|
||||
Provides: perl(Mail::Message::Body) = %{version}
|
||||
@@ -110,7 +117,7 @@ this class. Methods which are related to folders is implemented in the
|
||||
Mail::Box::Message extension.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@@ -125,6 +132,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