diff --git a/msmtp-1.8.10.tar.xz b/msmtp-1.8.10.tar.xz deleted file mode 100644 index fe94aa8..0000000 --- a/msmtp-1.8.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caba7f39d19df7a31782fe7336dd640c61ea33b92f987bd5423bca9683482f10 -size 355364 diff --git a/msmtp-1.8.10.tar.xz.sig b/msmtp-1.8.10.tar.xz.sig deleted file mode 100644 index ed13328..0000000 Binary files a/msmtp-1.8.10.tar.xz.sig and /dev/null differ diff --git a/msmtp-1.8.11.tar.xz b/msmtp-1.8.11.tar.xz new file mode 100644 index 0000000..f279ea5 --- /dev/null +++ b/msmtp-1.8.11.tar.xz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..fb1bbae Binary files /dev/null and b/msmtp-1.8.11.tar.xz.sig differ diff --git a/msmtp.changes b/msmtp.changes index e53020d..0e34d27 100644 --- a/msmtp.changes +++ b/msmtp.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jun 4 18:18:28 UTC 2020 - BenoƮt Monin + +- update to version 1.8.11: + * Add a new undisclosed_recipients command and + --undisclosed-recipients option to replace To, Cc, Bcc with a + single "To: undisclosed-recipients:;" header. + * Improved handling of temporary files on Windows systems. + * Re-enabled support for systems lacking vasprintf(), + such as IBM i PASE. +- spec cleaning: + * drop reference to suse_version 10 + * use make_build and make_install macros + * remove defattr from %files sections + * use %license for the license file instead of doc + * fix the man and info pages extension + ------------------------------------------------------------------- Thu May 14 12:37:47 UTC 2020 - Marcus Rueckert diff --git a/msmtp.spec b/msmtp.spec index 0b4667d..977861c 100644 --- a/msmtp.spec +++ b/msmtp.spec @@ -17,7 +17,7 @@ Name: msmtp -Version: 1.8.10 +Version: 1.8.11 Release: 0 BuildRequires: gnutls-devel BuildRequires: libidn2-devel @@ -35,15 +35,8 @@ BuildRequires: libgsasl-devel BuildRequires: vim-common %requires_eq vim-common %else -%if 0%{?suse_version} < 1030 -# old openSUSE and SLES and Fedora and RHEL: -BuildRequires: vim -%requires_eq vim -%else -# recent openSUSE: BuildRequires: vim-base %requires_eq vim-base -%endif #suse_version %endif #centos_version %if 0%{?suse_version} Requires(post): %install_info_prereq @@ -109,15 +102,11 @@ for i in scripts/msmtpqueue/*.sh \ done %build -%if 0%{?suse_version} > 1000 -CFLAGS="%{optflags} -fstack-protector -fPIE" -export LDFLAGS="-pie" -%endif %configure --docdir="%{_docdir}/%{name}" --with-tls=gnutls --without-msmtpd --with-libgsasl -make %{?_smp_mflags} V=1 +%make_build %install -%makeinstall V=1 +%make_install V=1 %find_lang %{name} for i in README ChangeLog ; do cp scripts/msmtpqueue/$i ${i}.msmtpqueue @@ -187,9 +176,8 @@ rm -f "%{buildroot}%{_infodir}/dir" %endif # fedora %files -f %{name}.lang -%defattr (-, root, root) %doc %dir %{_docdir}/%{name} -%doc %{_docdir}/%{name}/COPYING +%license %{_docdir}/%{name}/COPYING %{_bindir}/msmtp %{_bindir}/msmtpq %{_bindir}/msmtp-queue @@ -198,17 +186,15 @@ rm -f "%{buildroot}%{_infodir}/dir" %{_bindir}/msmtp-listqueue.sh %{_bindir}/set_sendmail.sh %{_bindir}/find_alias_for_msmtp.sh -%{_mandir}/man1/msmtp.1%{ext_man} -%{_infodir}/msmtp.info%{ext_info} +%{_mandir}/man1/msmtp.1%{?ext_man} +%{_infodir}/msmtp.info%{?ext_info} %{_datadir}/vim/*/syntax/msmtp.vim %files doc -f docfiles.lst -%defattr (-, root, root) %doc %dir %{_docdir}/%{name} %files mta -%defattr (-, root, root) %{_sbindir}/sendmail -%{_mandir}/man1/sendmail.1%{ext_man} +%{_mandir}/man1/sendmail.1%{?ext_man} %changelog