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
5 changed files with 16 additions and 47 deletions

View File

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

View File

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

View File

@@ -1,12 +0,0 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Mail-Message/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Mail-Message)

View File

@@ -1,21 +1,3 @@
-------------------------------------------------------------------
Sun Apr 20 05:34:51 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 3.17.0 (3.017)
see /usr/share/doc/packages/perl-Mail-Message/ChangeLog
version 3.017: Fri 18 Apr 18:29:10 CEST 2025
Improvements:
- add .gitignore.
- warn against bounce.
- Content-Disposition "reaction", RFC9078
- Content-Language support, RFC3282
- refer to IANA list of transfer encodings, RFC4289
- refer to RFC6854 for use of address groups in From and Sender.
- refer to RFC5322 for handling of white-space and folding in
structured headers.
-------------------------------------------------------------------
Thu Dec 12 16:25:15 UTC 2024 - 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
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,15 @@
%define cpan_name Mail-Message
Name: perl-Mail-Message
Version: 3.17.0
Version: 3.16.0
Release: 0
# 3.017 -> normalize -> 3.17.0
%define cpan_version 3.017
# 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}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -35,20 +34,20 @@ BuildRequires: perl(Date::Format)
BuildRequires: perl(Date::Parse)
BuildRequires: perl(Encode) >= 2.26
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(MIME::Types) >= 1.4.0
BuildRequires: perl(Mail::Address) >= 2.170
BuildRequires: perl(MIME::Types) >= 1.004
BuildRequires: perl(Mail::Address) >= 2.17
BuildRequires: perl(Time::Zone)
BuildRequires: perl(URI) >= 1.230
BuildRequires: perl(User::Identity) >= 1.20.0
BuildRequires: perl(URI) >= 1.23
BuildRequires: perl(User::Identity) >= 1.02
Requires: perl(Date::Format)
Requires: perl(Date::Parse)
Requires: perl(Encode) >= 2.26
Requires: perl(IO::Scalar)
Requires: perl(MIME::Types) >= 1.4.0
Requires: perl(Mail::Address) >= 2.170
Requires: perl(MIME::Types) >= 1.004
Requires: perl(Mail::Address) >= 2.17
Requires: perl(Time::Zone)
Requires: perl(URI) >= 1.230
Requires: perl(User::Identity) >= 1.20.0
Requires: perl(URI) >= 1.23
Requires: perl(User::Identity) >= 1.02
Provides: perl(Mail::Box::FastScalar) = %{version}
Provides: perl(Mail::Box::Parser) = %{version}
Provides: perl(Mail::Box::Parser::Perl) = %{version}
@@ -110,7 +109,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}
%build
perl Makefile.PL INSTALLDIRS=vendor