From 288c2343bc801e50ceb8778888c73c06eb77b8729142eafc05eb55d37117d891 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Fri, 5 Jun 2020 06:31:17 +0000 Subject: [PATCH] Accepting request 811596 from home:benoit_monin:branches:server:mail - 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 OBS-URL: https://build.opensuse.org/request/show/811596 OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=101 --- msmtp-1.8.10.tar.xz | 3 --- msmtp-1.8.10.tar.xz.sig | Bin 310 -> 0 bytes msmtp-1.8.11.tar.xz | 3 +++ msmtp-1.8.11.tar.xz.sig | Bin 0 -> 310 bytes msmtp.changes | 17 +++++++++++++++++ msmtp.spec | 28 +++++++--------------------- 6 files changed, 27 insertions(+), 24 deletions(-) delete mode 100644 msmtp-1.8.10.tar.xz delete mode 100644 msmtp-1.8.10.tar.xz.sig create mode 100644 msmtp-1.8.11.tar.xz create mode 100644 msmtp-1.8.11.tar.xz.sig 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 ed13328d54af8eca088086b8cfb78598b8de7563c641245b1b9e4c5366f2aedc..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SW*e79j*LVYGsax_6rFv-2kdqNJ-HGW|3K0$!m-P5=rC5Cfv5 zs~$4_G&p_-{xAH}bbV{RB0GtW`Z|+h3H@G>*lE_!=aOn_Sm~Jmpph|sk6It)gUZoR z}}V}%8=oYfZdEG;M+ z1z#$_`f&Fxgd5eXA1CRtL)`2uiY+b7zZQDB4C(dKpUx)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 literal 0 HcmV?d00001 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