diff --git a/MIME-tools-5.515.tar.gz b/MIME-tools-5.515.tar.gz deleted file mode 100644 index a889373..0000000 --- a/MIME-tools-5.515.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1ba1dd9f0b2cd82a0e75caedec51e48233f9f01dc29a0971bdff1cb53be9013 -size 424146 diff --git a/MIME-tools-5.517.tar.gz b/MIME-tools-5.517.tar.gz new file mode 100644 index 0000000..4950ea1 --- /dev/null +++ b/MIME-tools-5.517.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05f8e45d0895164b1fe53a0a8e725dd81e92191a29409e1b48c55f823b03483 +size 425046 diff --git a/perl-MIME-tools.changes b/perl-MIME-tools.changes index 6943a5e..5695c14 100644 --- a/perl-MIME-tools.changes +++ b/perl-MIME-tools.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Feb 11 06:21:07 UTC 2026 - Tina Müller + +- updated to 5.517.0 (5.517) + see /usr/share/doc/packages/perl-MIME-tools/ChangeLog + + 5.517 2026-02-10 Dianne Skoll + * VERSION 5.517 RELEASED + * Add a missing test message file that was causing tests to fail. + 5.516 2026-02-10 Dianne Skoll + * 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 + for pointing out this missing case. + ------------------------------------------------------------------- Thu Apr 25 03:06:54 UTC 2024 - Tina Müller diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec index 0832f08..62a44f0 100644 --- a/perl-MIME-tools.spec +++ b/perl-MIME-tools.spec @@ -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