11
0

5 Commits

Author SHA256 Message Date
89b615257e Add Gitea build results 2025-08-12 18:15:14 +02:00
c8ab053e58 Accepting request 1279652 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1279652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mail-Message?expand=0&rev=9
2025-05-26 16:35:32 +00:00
4f696af30f Accepting request 1278648 from devel:languages:perl:autoupdate
- 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.

OBS-URL: https://build.opensuse.org/request/show/1278648
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-Message?expand=0&rev=25
2025-05-23 18:15:27 +00:00
67592393cd 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
f50a238f7e 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
2025-01-09 16:27:11 +00:00
5 changed files with 61 additions and 15 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:6180b2eb539bf6f8b0f5e90a3c3218031abc4034ac7b1fff9193a005cde63f9a
size 270107

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## 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,3 +1,35 @@
-------------------------------------------------------------------
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>
- 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

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mail-Message
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,16 @@
%define cpan_name Mail-Message
Name: perl-Mail-Message
Version: 3.15.0
Version: 3.17.0
Release: 0
%define cpan_version 3.015
# 3.017 -> normalize -> 3.17.0
%define cpan_version 3.017
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
@@ -33,20 +35,20 @@ BuildRequires: perl(Date::Format)
BuildRequires: perl(Date::Parse)
BuildRequires: perl(Encode) >= 2.26
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(MIME::Types) >= 1.004
BuildRequires: perl(Mail::Address) >= 2.17
BuildRequires: perl(MIME::Types) >= 1.4.0
BuildRequires: perl(Mail::Address) >= 2.170
BuildRequires: perl(Time::Zone)
BuildRequires: perl(URI) >= 1.23
BuildRequires: perl(User::Identity) >= 1.02
BuildRequires: perl(URI) >= 1.230
BuildRequires: perl(User::Identity) >= 1.20.0
Requires: perl(Date::Format)
Requires: perl(Date::Parse)
Requires: perl(Encode) >= 2.26
Requires: perl(IO::Scalar)
Requires: perl(MIME::Types) >= 1.004
Requires: perl(Mail::Address) >= 2.17
Requires: perl(MIME::Types) >= 1.4.0
Requires: perl(Mail::Address) >= 2.170
Requires: perl(Time::Zone)
Requires: perl(URI) >= 1.23
Requires: perl(User::Identity) >= 1.02
Requires: perl(URI) >= 1.230
Requires: perl(User::Identity) >= 1.20.0
Provides: perl(Mail::Box::FastScalar) = %{version}
Provides: perl(Mail::Box::Parser) = %{version}
Provides: perl(Mail::Box::Parser::Perl) = %{version}
@@ -108,7 +110,7 @@ this class. Methods which are related to folders is implemented in the
Mail::Box::Message extension.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor