Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2012-02-14 19:03:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and      /work/SRC/openSUSE:Factory/.msmtp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "msmtp", Maintainer is "mrueck...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes      2011-09-23 
02:13:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2012-02-14 
19:04:09.000000000 +0100
@@ -1,0 +2,22 @@
+Tue Jan 10 11:09:26 UTC 2012 - mrueck...@suse.com
+
+- update to version 1.4.27:
+  - No significant changes.
+- additional changes from vrsion 1.4.26:
+  - A new version of the msmtpq script fixes serious bugs. To
+    update to the new version of the script, you need to remove the
+    old msmtpQ symlink, change msmtpQ to msmtpq in your MUA config,
+    and use msmtp-queue for queue management.
+- additional changes from version 1.4.25:
+  - DIGEST-MD5 authentication is not considered secure any longer.
+    See RFC 6331.
+  - Support for alias expansion was added. See the aliases command
+    and --aliases option.
+- add support for building with gnome-keyring (disabled by default)
+  call build with --with-gnome-keyring to enable it
+- make sure compiler cmdlines are listed (make V=1)
+- handle rename from upstream:
+  msmtpQ is gone. the new script is called msmtp-queue
+- installed msmtp-gnome-tool.py and related readme
+
+-------------------------------------------------------------------

Old:
----
  msmtp-1.4.24.tar.bz2

New:
----
  msmtp-1.4.27.tar.bz2

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

Other differences:
------------------
++++++ msmtp.spec ++++++
--- /var/tmp/diff_new_pack.3M7r7U/_old  2012-02-14 19:04:13.000000000 +0100
+++ /var/tmp/diff_new_pack.3M7r7U/_new  2012-02-14 19:04:13.000000000 +0100
@@ -15,16 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
+%bcond_with gnome-keyring
 
 Name:           msmtp
-Version:        1.4.24
+Version:        1.4.27
 Release:        1
 License:        GPL-3.0+
 Group:          Productivity/Networking/Email/Utilities
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
+%if %{with gnome-keyring}
+BuildRequires:  pkgconfig(gnome-keyring-1)
+%endif
 %if 0%{?suse_version} >= 1120
 BuildRequires:  libgsasl-devel
 %endif
@@ -83,19 +86,23 @@
 export CFLAGS="%{optflags} -fstack-protector"
 %endif
 %configure --docdir="%{_docdir}/%{name}" --with-ssl=openssl
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
+%makeinstall V=1
 %find_lang %{name}
 for i in README ChangeLog ; do
     cp scripts/msmtpqueue/$i ${i}.msmtpqueue
 done
-cp scripts/msmtpq/README README.msmtpq
+cp scripts/msmtpq/README.msmtpq    README.msmtpq
 cp scripts/vim/README    README.vim
+cp scripts/msmtp-gnome-tool/README README.msmtp-gnome-tool
+
 install -m 0755 \
         scripts/msmtpqueue/*.sh \
-        scripts/msmtpq/msmtp{q,Q} \
+        scripts/msmtpq/msmtpq \
+        scripts/msmtpq/msmtp-queue \
+        scripts/msmtp-gnome-tool/msmtp-gnome-tool.py \
         scripts/set_sendmail/*.sh \
         scripts/find_alias/*.sh \
     %{buildroot}%{_bindir}
@@ -114,6 +121,7 @@
 echo -n >docfiles.lst
 for f in \
 AUTHORS ChangeLog* NEWS README README.msmtpqueue README.msmtpq THANKS \
+README.msmtp-gnome-tool \
 doc/Mutt+msmtp.txt doc/*.example \
 scripts/set_sendmail/set_sendmail.conf \
 ; do
@@ -148,12 +156,13 @@
 %doc %{_docdir}/%{name}/COPYING
 %{_bindir}/msmtp
 %{_bindir}/msmtpq
-%{_bindir}/msmtpQ
+%{_bindir}/msmtp-queue
 %{_bindir}/msmtp-enqueue.sh
 %{_bindir}/msmtp-runqueue.sh
 %{_bindir}/msmtp-listqueue.sh
 %{_bindir}/set_sendmail.sh
 %{_bindir}/find_alias_for_msmtp.sh
+%{_bindir}/msmtp-gnome-tool.py
 %{_mandir}/man1/msmtp.1%{ext_man}
 %{_infodir}/msmtp.info%{ext_info}
 %{_datadir}/vim/current/syntax/msmtp.vim

++++++ msmtp-1.4.24.tar.bz2 -> msmtp-1.4.27.tar.bz2 ++++++
++++ 6791 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to