diff --git a/msmtp-1.8.15.tar.xz b/msmtp-1.8.15.tar.xz deleted file mode 100644 index b8f4806..0000000 --- a/msmtp-1.8.15.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2265dc639ebf2edf3069fffe0a3bd76749f8b58f4001d5cdeae19873949099ce -size 370736 diff --git a/msmtp-1.8.15.tar.xz.sig b/msmtp-1.8.15.tar.xz.sig deleted file mode 100644 index 9140e34..0000000 Binary files a/msmtp-1.8.15.tar.xz.sig and /dev/null differ diff --git a/msmtp-1.8.16.tar.xz b/msmtp-1.8.16.tar.xz new file mode 100644 index 0000000..91e9caa --- /dev/null +++ b/msmtp-1.8.16.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04b5d89f3df0dee9772f50197c2602c97c5cdb439b6af539c37bf81b20f47d8 +size 375372 diff --git a/msmtp-1.8.16.tar.xz.sig b/msmtp-1.8.16.tar.xz.sig new file mode 100644 index 0000000..a0cc006 Binary files /dev/null and b/msmtp-1.8.16.tar.xz.sig differ diff --git a/msmtp.changes b/msmtp.changes index 14dc553..fb86c7e 100644 --- a/msmtp.changes +++ b/msmtp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 14 20:12:40 UTC 2021 - Benoît Monin + +- 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 diff --git a/msmtp.spec b/msmtp.spec index c1f74d3..3bc6eab 100644 --- a/msmtp.spec +++ b/msmtp.spec @@ -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