forked from pool/msmtp
Accepting request 346712 from home:benoit_monin:branches:server:mail
- update to version 1.6.3 - fix info installation for suse package OBS-URL: https://build.opensuse.org/request/show/346712 OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=69
This commit is contained in:
parent
076cf561af
commit
09ab236d57
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f6ecd7cbfadf548fd55205bd24cb63b84bcbb1185efed917dd7800595a48789
|
|
||||||
size 280292
|
|
Binary file not shown.
3
msmtp-1.6.3.tar.xz
Normal file
3
msmtp-1.6.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f982be069c0772c3ee83925f552f5dac5fb307d2d1c68202f9926bb13b757355
|
||||||
|
size 282408
|
BIN
msmtp-1.6.3.tar.xz.sig
Normal file
BIN
msmtp-1.6.3.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 29 13:12:48 UTC 2015 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
- update to version 1.6.3:
|
||||||
|
* A bug in SOCKS support was fixed.
|
||||||
|
* Handling non-fatal errors in TLS handshakes was fixed.
|
||||||
|
- fix info installation for suse package:
|
||||||
|
* properly requires %install_info_prereq
|
||||||
|
* call %install_info_delete in preun, not postun
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 24 19:10:07 UTC 2015 - benoit.monin@gmx.fr
|
Fri Apr 24 19:10:07 UTC 2015 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%bcond_with gnome_keyring
|
%bcond_with gnome_keyring
|
||||||
|
|
||||||
Name: msmtp
|
Name: msmtp
|
||||||
Version: 1.6.2
|
Version: 1.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libidn-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
@ -47,7 +47,8 @@ BuildRequires: vim-base
|
|||||||
%endif #suse_version
|
%endif #suse_version
|
||||||
%endif #centos_version
|
%endif #centos_version
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
PreReq: %install_info_prereq
|
Requires(post): %install_info_prereq
|
||||||
|
Requires(preun): %install_info_prereq
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
|
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
@ -165,7 +166,7 @@ rm -f "%{buildroot}%{_infodir}/dir"
|
|||||||
%post
|
%post
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/msmtp.info%{ext_info}
|
%install_info --info-dir=%{_infodir} %{_infodir}/msmtp.info%{ext_info}
|
||||||
|
|
||||||
%postun
|
%preun
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/msmtp.info%{ext_info}
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/msmtp.info%{ext_info}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
|
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user