forked from pool/perl-Mail-Transport
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
a4c8ce2aa7 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0dcb93f705c1285d808e34de7d86dbe28d1ed66aa2a7de830f6651fc35196a3
|
||||
size 16470
|
BIN
Mail-Transport-3.006.tar.gz
(Stored with Git LFS)
Normal file
BIN
Mail-Transport-3.006.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 10:34:50 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.6.0 (3.006)
|
||||
see /usr/share/doc/packages/perl-Mail-Transport/ChangeLog
|
||||
|
||||
version 3.006: Thu 21 Aug 10:23:14 CEST 2025
|
||||
|
||||
Changes:
|
||||
- MailBox mid-life upgrade: require Perl minimal version 5.16
|
||||
|
||||
Improvements:
|
||||
- ::SMTP 30% faster, 73% less computer power
|
||||
- add .gitignore
|
||||
- do not use bareword file-handles anymore.
|
||||
- use defined-or
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 09:43:09 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Mail-Transport
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2025 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
|
||||
@@ -16,23 +16,32 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Mail-Transport
|
||||
Version: 3.005
|
||||
Release: 0
|
||||
%define cpan_name Mail-Transport
|
||||
Summary: Use Mail Transfer Agents (MTAs)
|
||||
Name: perl-Mail-Transport
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
# 3.006 -> normalize -> 3.6.0
|
||||
%define cpan_version 3.006
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Summary: Email message exchange
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Mail::Reporter) >= 3
|
||||
Requires: perl(Mail::Reporter) >= 3
|
||||
Provides: perl(Mail::Transport) = %{version}
|
||||
Provides: perl(Mail::Transport::Exim) = %{version}
|
||||
Provides: perl(Mail::Transport::Mailx) = %{version}
|
||||
Provides: perl(Mail::Transport::Qmail) = %{version}
|
||||
Provides: perl(Mail::Transport::Receive) = %{version}
|
||||
Provides: perl(Mail::Transport::SMTP) = %{version}
|
||||
Provides: perl(Mail::Transport::Send) = %{version}
|
||||
Provides: perl(Mail::Transport::Sendmail) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -47,11 +56,11 @@ both sending and receiving.
|
||||
Extends "DESCRIPTION" in Mail::Reporter.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -62,7 +71,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc ChangeLog README README.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user