forked from pool/perl-Mail-Transport
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d247891778 | |||
| fcce185735 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d0dcb93f705c1285d808e34de7d86dbe28d1ed66aa2a7de830f6651fc35196a3
|
|
||||||
size 16470
|
|
||||||
BIN
Mail-Transport-3.007.tar.gz
(Stored with Git LFS)
Normal file
BIN
Mail-Transport-3.007.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
5
_scmsync.obsinfo
Normal file
5
_scmsync.obsinfo
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
mtime: 1759841199
|
||||||
|
commit: 55d04aee8049f93d1ead16ad54d7d6d6363d8f59261bc963fcb5332b82419c89
|
||||||
|
url: https://src.opensuse.org/perl/perl-Mail-Transport.git
|
||||||
|
revision: 55d04aee8049f93d1ead16ad54d7d6d6363d8f59261bc963fcb5332b82419c89
|
||||||
|
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
|
||||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ad8033844fcbe69de697c829e768f2d522f2fd9c46bdddff7e02e4c3be7f8039
|
||||||
|
size 256
|
||||||
@@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 12:46:39 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 3.7.0 (3.007)
|
||||||
|
see /usr/share/doc/packages/perl-Mail-Transport/ChangeLog
|
||||||
|
|
||||||
|
version 3.007: Wed 3 Sep 10:47:04 CEST 2025
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
- smtp when the message body does not naturally end on a blank.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,22 +16,32 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Mail-Transport
|
|
||||||
Version: 3.005
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Mail-Transport
|
%define cpan_name Mail-Transport
|
||||||
Summary: Use Mail Transfer Agents (MTAs)
|
Name: perl-Mail-Transport
|
||||||
|
Version: 3.7.0
|
||||||
|
Release: 0
|
||||||
|
# 3.007 -> normalize -> 3.7.0
|
||||||
|
%define cpan_version 3.007
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
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}
|
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
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Mail::Reporter) >= 3
|
BuildRequires: perl(Mail::Reporter) >= 3
|
||||||
Requires: 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}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -46,11 +56,11 @@ both sending and receiving.
|
|||||||
Extends "DESCRIPTION" in Mail::Reporter.
|
Extends "DESCRIPTION" in Mail::Reporter.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -61,7 +71,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc ChangeLog README README.md
|
%doc ChangeLog README README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user