From 3d99296a6beb95c53fc1f046259a4da3bd70964979c41856792306ad5012ca14 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Wed, 15 Sep 2021 09:59:53 +0000 Subject: [PATCH] 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 --- msmtp-1.8.15.tar.xz | 3 --- msmtp-1.8.15.tar.xz.sig | Bin 310 -> 0 bytes msmtp-1.8.16.tar.xz | 3 +++ msmtp-1.8.16.tar.xz.sig | Bin 0 -> 310 bytes msmtp.changes | 12 ++++++++++++ msmtp.spec | 8 ++++---- 6 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 msmtp-1.8.15.tar.xz delete mode 100644 msmtp-1.8.15.tar.xz.sig create mode 100644 msmtp-1.8.16.tar.xz create mode 100644 msmtp-1.8.16.tar.xz.sig 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 9140e34aecac67f1b1cfc00541b1e428f0ff5b9bc927b8cf11b9e3fe3df7dda2..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SW*e79j*LVYGsax_6rFv-2kdqNJ-HGW|3K0$@vf*Z>L%5Cfv5 zs~$4_G>;Vr|60V=qP>&eN4QItzOxGC-%Y~yYn~-fPXBQRP=asQV4MTfDy>B^9>bnmFQHY$$Kgz zX46q)|LT~-$56jzl4~xNvx&R~i|7EtkeY0&8Ony#3vbra6EDkTvn9)}F#57lZ(Gg$ z6~e);nk|ZLTJi-!ercQ&H&asTL1@VJo#yOPN@Z=wKRIFRoQZ%`p}+wuHB<`&f~^!5 I*~10rU`At{5C8xG 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 0000000000000000000000000000000000000000000000000000000000000000..a0cc006cc343e882189bd2533013886debf89aee2c31b79e3b74645ae153567d GIT binary patch literal 310 zcmV-60m=S}0W$;u0SW*e79j*LVYGsax_6rFv-2kdqNJ-HGW|3K0%1R>(Ethw5Cfv5 zs~$4_H1}Qy{yB|>o6a}@#nM{;>R*K3B+iZ0+@Hx#r~ z|K-nXjpGjv@uN8%rEF7WqYc~*0Sq)hKU54ZEhlD(EB&ut#a11A2S11ftA7?FKvOuv zvHUt40Q|+nAHAdTO452NNt+i4BHDiGS34Q%ynMF4WJ5`wy<#*LJr6t)A;n4Hm+h3Y zZrn3DQ>LG4q~j4@=q8UUe-sxhLf*G#txTc6>9qckB&o7{IC + +- 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