SHA256
1
0
forked from pool/msmtp

Accepting request 919005 from home:benoit_monin:branches:server:mail

- update to version 1.8.16
- cleanup obsolete suse_version check

OBS-URL: https://build.opensuse.org/request/show/919005
OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=112
This commit is contained in:
Marcus Rückert 2021-09-15 09:59:53 +00:00 committed by Git OBS Bridge
parent 2c1eb1378e
commit 3d99296a6b
6 changed files with 19 additions and 7 deletions

View File

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

Binary file not shown.

3
msmtp-1.8.16.tar.xz Normal file
View File

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

BIN
msmtp-1.8.16.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 14 20:12:40 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.8.16:
* The 'from' command now accepts patterns (as in shell file name
matching) so that many envelope from addresses given with
--from can match the same account
* Added support for %H, %C, %M in the domain command
* msmtpd now supports sysexits.h error codes from the pipe
command
- cleanup obsolete suse_version check
-------------------------------------------------------------------
Tue Mar 30 19:06:54 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>

View File

@ -17,17 +17,17 @@
Name: msmtp
Version: 1.8.15
Version: 1.8.16
Release: 0
BuildRequires: gnutls-devel >= 3.4
BuildRequires: libidn2-devel
BuildRequires: pkg-config
BuildRequires: xz
%if 0%{?suse_version} >= 1120 || 0%{?centos_version} == 700
%if 0%{?suse_version} || 0%{?centos_version} == 700
# keyring integration for recent openSUSE and CentOS
BuildRequires: libsecret-devel
%endif
%if 0%{?suse_version} >= 1120
%if 0%{?suse_version}
BuildRequires: libgsasl-devel
%endif
# for the directory
@ -40,7 +40,7 @@ BuildRequires: vim-base
%endif #centos_version
%if 0%{?suse_version}
Requires(post): %install_info_prereq
Requires(preun): %install_info_prereq
Requires(preun):%install_info_prereq
%endif
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
Requires(post): /sbin/install-info