diff --git a/msmtp-1.8.11.tar.xz b/msmtp-1.8.11.tar.xz deleted file mode 100644 index f279ea5..0000000 --- a/msmtp-1.8.11.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f25f0fa177ce9e0ad65c127e790a37f35fb64fee9e33d90345844c5c86780e60 -size 356492 diff --git a/msmtp-1.8.11.tar.xz.sig b/msmtp-1.8.11.tar.xz.sig deleted file mode 100644 index fb1bbae..0000000 Binary files a/msmtp-1.8.11.tar.xz.sig and /dev/null differ diff --git a/msmtp-1.8.12.tar.xz b/msmtp-1.8.12.tar.xz new file mode 100644 index 0000000..4eb6512 --- /dev/null +++ b/msmtp-1.8.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86fef9477339923afefe974988a38e32d0feb90dfeeb88f7f55aac356a96354 +size 364712 diff --git a/msmtp-1.8.12.tar.xz.sig b/msmtp-1.8.12.tar.xz.sig new file mode 100644 index 0000000..295aa4a Binary files /dev/null and b/msmtp-1.8.12.tar.xz.sig differ diff --git a/msmtp.changes b/msmtp.changes index 0e34d27..37bb5f1 100644 --- a/msmtp.changes +++ b/msmtp.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Aug 21 20:13:34 UTC 2020 - Benoît Monin + +- update to version 1.8.12: + * msmtpd now supports session reuse and improves standards + compliance + * Automatic account matching now supports subaddresses. For + example, user+detail@example.com will match account + user@example.com. +- put the translations into a separate sub-package + ------------------------------------------------------------------- Thu Jun 4 18:18:28 UTC 2020 - Benoît Monin diff --git a/msmtp.spec b/msmtp.spec index 977861c..3732ea9 100644 --- a/msmtp.spec +++ b/msmtp.spec @@ -17,7 +17,7 @@ Name: msmtp -Version: 1.8.11 +Version: 1.8.12 Release: 0 BuildRequires: gnutls-devel BuildRequires: libidn2-devel @@ -60,6 +60,8 @@ msmtp is an SMTP client that can be used as a plug-in for Mutt and other mail user agents. It forwards mail to an SMTP server that does the delivery. msmtp supports multiple accounts. +%lang_package + %package doc Summary: Documentation for %{name} Group: Documentation/Other @@ -175,7 +177,7 @@ rm -f "%{buildroot}%{_infodir}/dir" [ "$1" = "0" ] && /sbin/install-info --delete "%{_infodir}/%{name}.info%{ext_info}" || : %endif # fedora -%files -f %{name}.lang +%files %doc %dir %{_docdir}/%{name} %license %{_docdir}/%{name}/COPYING %{_bindir}/msmtp @@ -190,6 +192,8 @@ rm -f "%{buildroot}%{_infodir}/dir" %{_infodir}/msmtp.info%{?ext_info} %{_datadir}/vim/*/syntax/msmtp.vim +%files lang -f %{name}.lang + %files doc -f docfiles.lst %doc %dir %{_docdir}/%{name}