8
0

2 Commits

Author SHA256 Message Date
4cf94e52bb Accepting request 1236280 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1236280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mail-Message?expand=0&rev=8
2025-01-12 10:15:09 +00:00
ece4fa432e - 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/package/show/devel:languages:perl/perl-Mail-Message?expand=0&rev=23
2025-01-09 16:27:11 +00:00
4 changed files with 20 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Dec 12 16:25:15 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- 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]
-------------------------------------------------------------------
Fri Mar 8 22:42:19 UTC 2024 - Tina Müller <tina.mueller@suse.com>

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}