9
0

Accepting request 1235344 from devel:languages:perl:autoupdate

- updated to 3.16.0 (3.016)
   see /usr/share/doc/packages/perl-Mail-Message/ChangeLog
  version 3.016: Wed 27 Nov 10:53:40 CET 2024
  	Changes:
  	- when (illegally) multiple attributes with the same name are used
  	  in a single header line, then the last is returned.  Just like
  	  Apple and Outlook do.  Originally returned the first.
  	  github issue 20 [Todd Richmond]

OBS-URL: https://build.opensuse.org/request/show/1235344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-Message?expand=0&rev=23
This commit is contained in:
2025-01-09 16:27:11 +00:00
committed by Git OBS Bridge
parent b75662cf4e
commit f50a238f7e
4 changed files with 20 additions and 5 deletions

View File

@@ -18,9 +18,10 @@
%define cpan_name Mail-Message
Name: perl-Mail-Message
Version: 3.15.0
Version: 3.16.0
Release: 0
%define cpan_version 3.015
# 3.016 -> normalize -> 3.16.0
%define cpan_version 3.016
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Processing MIME messages
URL: https://metacpan.org/release/%{cpan_name}