From f38a91f7cb2a1ac46b22fbac28a093092c906e8c522fd2d9d87f19b234fe0b28 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 31 Aug 2020 05:47:13 +0000 Subject: [PATCH] Accepting request 828578 from home:benoit_monin:branches:server:mail - update to version 1.8.12 - put the translations into a separate sub-package OBS-URL: https://build.opensuse.org/request/show/828578 OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=103 --- msmtp-1.8.11.tar.xz | 3 --- msmtp-1.8.11.tar.xz.sig | Bin 310 -> 0 bytes msmtp-1.8.12.tar.xz | 3 +++ msmtp-1.8.12.tar.xz.sig | Bin 0 -> 310 bytes msmtp.changes | 11 +++++++++++ msmtp.spec | 8 ++++++-- 6 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 msmtp-1.8.11.tar.xz delete mode 100644 msmtp-1.8.11.tar.xz.sig create mode 100644 msmtp-1.8.12.tar.xz create mode 100644 msmtp-1.8.12.tar.xz.sig 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 fb1bbae67900941ca9eebd5c5c12251cdccda7f307e5731c3014b22d31ba89ba..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SW*e79j*LVYGsax_6rFv-2kdqNJ-HGW|3K0$$htF#rk)5Cfv5 zs~$4_G>Ux)0D+z`YVOU$ko|B%yU3&JWTMV~g|*QTOJ*a+KKP!Nrpl6S?Sg>KM8bSoCBfv6hWolm{L3UdqGIG8y-o9girX~mtc{@2dZ&$JT^|6g_Q0KBdJajA}tTxj{4JseEvi5R7oE#H!{h Ich;?t1OIlJUjP6A 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 0000000000000000000000000000000000000000000000000000000000000000..295aa4abbeb33b21a9884a40894f41e231e0e3df650c387c01cbbce7139b2eed GIT binary patch literal 310 zcmV-60m=S}0W$;u0SW*e79j*LVYGsax_6rFv-2kdqNJ-HGW|3K0$)FLr~nEH5Cfv5 zs~$4_G$ld@|4}1N>{n95MSN&^Wz>^5=F$p<*o1vC3*YN0!)o)x2diN<(0?`#AFtCJ z9DQ}+m7~R{^EF??o*i`b22^o^u6I~wND+X8cKWhB4Ilfc<(qS228y6`#F;JwE6|Cz zFBgV(R;x}mVxaVE9pjf*hgC3U5xC(?5z7$h|(Gts@U0XgM;*tSp>HsDz zvNtt(9d?#ns(Uy*LI_0R!X+dId4LG1Th=SmztSVianBNjSny91*=O + +- 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}