Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory
checked in at Wed Sep 21 17:12:33 CEST 2011.



--------
--- msmtp/msmtp.changes 2011-01-10 15:39:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/msmtp/msmtp.changes    2011-09-19 
10:45:07.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Sep 19 08:37:21 UTC 2011 - [email protected]
+
+- update to version 1.4.24
+  - fixes SCRAM-SHA-1 authentication via GNU SASL
+  - cleanup that updates the build system and removes old cruft
+    and unnecessary complexity, without changing the functionality
+    of the program
+- spec cleanup
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  msmtp-1.4.22.tar.bz2

New:
----
  msmtp-1.4.24.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ msmtp.spec ++++++
--- /var/tmp/diff_new_pack.7cs9R4/_old  2011-09-21 17:12:22.000000000 +0200
+++ /var/tmp/diff_new_pack.7cs9R4/_new  2011-09-21 17:12:22.000000000 +0200
@@ -15,18 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           msmtp
-Version:        1.4.22
+Version:        1.4.24
 Release:        1
-#
 License:        GPLv3+
 Group:          Productivity/Networking/Email/Utilities
-#
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libidn-devel openssl-devel
+BuildRequires:  libidn-devel
+BuildRequires:  openssl-devel
+BuildRequires:  pkg-config
 %if 0%{?suse_version} >= 1120
 BuildRequires:  libgsasl-devel
 %endif
@@ -52,25 +50,17 @@
 Requires(post): /sbin/install-info
 Requires(preun):/sbin/install-info
 %endif
-#
-Url:            http://msmtp.sourceforge.net/
-Source:         
http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.bz2
 #Patch0:         msmtp-fix-newopenssl.patch
-#
 Summary:        Lightweight SMTP Client
+Url:            http://msmtp.sourceforge.net/
+Source:         
http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 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.
 
-
-
-
-Authors:
---------
-    Martin Lambers <[email protected]>
-
 %package doc
 License:        GPLv3+
 Summary:        Documentation for %{name}
@@ -93,23 +83,23 @@
 export CFLAGS="%{optflags} -fstack-protector"
 %endif
 %configure --docdir="%{_docdir}/%{name}" --with-ssl=openssl
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
 %find_lang %{name}
 for i in README ChangeLog ; do
-    %{__cp} scripts/msmtpqueue/$i ${i}.msmtpqueue
+    cp scripts/msmtpqueue/$i ${i}.msmtpqueue
 done
-%{__cp} scripts/msmtpq/README README.msmtpq
-%{__cp} scripts/vim/README    README.vim
-%{__install} -m 0755 \
+cp scripts/msmtpq/README README.msmtpq
+cp scripts/vim/README    README.vim
+install -m 0755 \
         scripts/msmtpqueue/*.sh \
         scripts/msmtpq/msmtp{q,Q} \
         scripts/set_sendmail/*.sh \
         scripts/find_alias/*.sh \
     %{buildroot}%{_bindir}
-%{__install} -D -m 0644 \
+install -D -m 0644 \
       scripts/vim/msmtp.vim \
       %{buildroot}%{_datadir}/vim/current/syntax/msmtp.vim
 
@@ -117,26 +107,23 @@
 for f in \
 COPYING\
 ; do
-    %__install -D -m0644 "$f" "%{buildroot}%{_docdir}/%{name}/$f"
+    install -D -m0644 "$f" "%{buildroot}%{_docdir}/%{name}/$f"
 done
 
 # doc files
 echo -n >docfiles.lst
 for f in \
 AUTHORS ChangeLog* NEWS README README.msmtpqueue README.msmtpq THANKS \
-doc/msmtp.html doc/Mutt+msmtp.txt doc/*.example \
+doc/Mutt+msmtp.txt doc/*.example \
 scripts/set_sendmail/set_sendmail.conf \
 ; do
     ff="${f##*/}"
-    %__install -D -m0644 "$f" "%{buildroot}%{_docdir}/%{name}/$ff"
+    install -D -m0644 "$f" "%{buildroot}%{_docdir}/%{name}/$ff"
     echo "%doc %{_docdir}/%{name}/$ff" >>docfiles.lst
 done
 
 # not properly ignored on Fedora 10:
-%__rm -f "%{buildroot}%{_infodir}/dir"
-
-%clean
-%{__rm} -rf %{buildroot}
+rm -f "%{buildroot}%{_infodir}/dir"
 
 %if 0%{?suse_version}
 

++++++ msmtp-1.4.22.tar.bz2 -> msmtp-1.4.24.tar.bz2 ++++++
++++ 91270 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to