Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mailutils for openSUSE:Factory checked in at 2021-10-04 18:39:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mailutils (Old) and /work/SRC/openSUSE:Factory/.mailutils.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mailutils" Mon Oct 4 18:39:23 2021 rev:14 rq:922517 version:3.13 Changes: -------- --- /work/SRC/openSUSE:Factory/mailutils/mailutils.changes 2021-03-08 15:15:58.305880966 +0100 +++ /work/SRC/openSUSE:Factory/.mailutils.new.2443/mailutils.changes 2021-10-04 18:40:33.574115476 +0200 @@ -1,0 +2,65 @@ +Fri Oct 1 07:21:59 UTC 2021 - Dr. Werner Fink <wer...@suse.de> + +- Update to mailutils 3.13 + * Fix boo#1190694: mail processing escape sequences in bodies + non-interactively + * Improved mailbox locking + * Changes in the 'locking' configuration statement. + * mail utility + + Fix semantics of mail sending and saving commands + + Fix the -F option + + Improve POSIX mailx compatible mode + + Compose escapes are recognized only in interactive mode + * Bugfixes + + QP decoder: Accept soft line breaks (RFC 2045, 6.7, page 19). + + Fix stream reference policy in filter streams. + + Various bugfixes in IMAP client. + + Fix handling of single-path MIME messages. + * Fix expunging of mailboxes in mbox and dotmail format in a read-only directory + * inc: when updating the "unseen" sequence, translate message numbers to uids + * Fix default port selection in SMTP mailer + * Fix building the mda utilities with mailbox quotas off + * Fix bugs in the testsuite + * Support for the traditional mbox format rewritten from scratch + * Fix incorrect message flags in maildir + * Fix persistency of UIDs for all mailbox formats + * Fix message ordering in maildir. + * Fix parsing of IMAP ranges + * mail + + Changed syntax for addressing MIME message part + + write command + * New utility: decodemail + * readmsg + + MIME messages are decoded on output + + Improve searches + * imap4d: implement TLS in inetd mode + * imap client code + + Fix handling of [TRYCREATE] and similar imap responses + * sieve: quoted strings may span several lines + * Dropped support for Python 2.x + * Rewrite the AM_GNU_MAILUTILS macro to avoid using mailutils-config + * mda: restore the message-id-header configuration statement + * Changes to the libmailutils library + + New functions for MIME parsing and mime object creation: + * Bugfixes + + Fix intermixed I/O in buffered streams + + Fix handling of INTR in the "mail" utility shell + + Fix compilation without libunistring + + Fix operation of associative arrays in case-insensitive mode + + Fix memory leaks + + Fix compilation with gcc 10 + + smtp mailer: fix multiple open/close on the same mailer + + Fix list sort function + * dotmail: fix mailbox opening in append-only mode + * Fix mda testsuite + * Remove deprecated ioctls + * mail: fix composing MIME messages + * Fix build on FreeBSD + * Fix detection of Kerberos libraries + * Fix build with Python 3.8 (bug #57318) +- Remove patche now upstream + * python38-compat.patch + * silent-common-mu_tcp_wrapper_daemon.patch +- Port patch mailutils-3.5-guile-2.0.patch + +------------------------------------------------------------------- Old: ---- mailutils-3.8.tar.xz python38-compat.patch silent-common-mu_tcp_wrapper_daemon.patch New: ---- mailutils-3.13.tar.xz mailutils-3.13.tar.xz.sig mailutils.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mailutils.spec ++++++ --- /var/tmp/diff_new_pack.kw4cBJ/_old 2021-10-04 18:40:34.266116600 +0200 +++ /var/tmp/diff_new_pack.kw4cBJ/_new 2021-10-04 18:40:34.266116600 +0200 @@ -22,7 +22,7 @@ %bcond_with set_user_identity %bcond_with guile_22 Name: mailutils -Version: 3.8 +Version: 3.13 Release: 0 Summary: GNU Mailutils License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -31,14 +31,11 @@ Source: ftp://ftp.gnu.org/gnu/mailutils/%{name}-%{version}.tar.xz Source1: %{name}-3.5-guile-2.0.tar.xz Source2: %{name}-rpmlintrc +Source3: ftp://ftp.gnu.org/gnu/mailutils/%{name}-%{version}.tar.xz.sig +Source4: %{name}.keyring Patch0: lisp-load-silent.patch Patch2: silent-rpmlint-with_initgroups.patch Patch3: mailutils-3.5-guile-2.0.patch -# PATCH-FIX-UPSTREAM python38-compat.patch http://savannah.gnu.org/bugs/index.php?57318 mc...@suse.com -# Remove incompatibility with Python 3.8+ -Patch4: python38-compat.patch -# PATCH-FIX-SUSE add extern in header file declaration of variable mu_tcp_wrapper_daemon (boo#1164444) -Patch5: silent-common-mu_tcp_wrapper_daemon.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bison @@ -113,7 +110,7 @@ site-start.el or .gnu-emacs file: (load "mailutils-mh") %package delivery -Summary: Mailutils's delivery agent +Summary: Mailutils's delivery agents Group: Productivity/Networking/Email/Servers %description delivery @@ -178,8 +175,6 @@ %setup -q %patch0 %patch2 -%patch4 -p1 -%patch5 set -- %(rpm -q --queryformat '%%{VERSION}' guile-devel | sed -r 's@\.@ @g') (cat > guile.list)<<-EOF %dir %{_datadir}/guile/site/$1.$2/ @@ -386,6 +381,7 @@ %ghost %config %{_sysconfdir}/alternatives/mail %ghost %config %{_sysconfdir}/alternatives/Mail.1%{?ext_man} %ghost %config %{_sysconfdir}/alternatives/mail.1%{?ext_man} +%{_bindir}/decodemail %if %{with set_user_identity} %attr(02755,root,root) %verify(not mode) %{_bindir}/dotlock %endif @@ -422,12 +418,14 @@ %dir %{_datadir}/mailutils/mh/ %{_datadir}/mailutils/mh/* -%if %{with set_user_identity} %files delivery %{_sbindir}/lmtpd +%if %{with set_user_identity} %attr(04755,root,root) %verify(not mode) %{_sbindir}/mda -%{_bindir}/putmail +%{_mandir}/man8/mda.8%{?ext_man} %endif +%{_bindir}/putmail +%{_mandir}/man8/lmtpd.8%{?ext_man} %files notify %{_sbindir}/comsatd ++++++ mailutils-3.8.tar.xz -> mailutils-3.13.tar.xz ++++++ ++++ 355710 lines of diff (skipped) ++++++ mailutils-3.5-guile-2.0.patch ++++++ --- /var/tmp/diff_new_pack.kw4cBJ/_old 2021-10-04 18:40:35.790119076 +0200 +++ /var/tmp/diff_new_pack.kw4cBJ/_new 2021-10-04 18:40:35.794119082 +0200 @@ -4,7 +4,7 @@ --- configure.ac +++ configure.ac 2018-11-21 10:04:03.759560432 +0000 -@@ -1178,7 +1178,7 @@ AC_SUBST([GUILE_BINDIR]) +@@ -1191,7 +1191,7 @@ AC_SUBST([GUILE_BINDIR]) AC_SUBST([LIBMU_SCM]) AC_SUBST([LIBMU_SCM_DEPS]) AC_SUBST([MU_GUILE_SIEVE_MOD_DIR]) @@ -13,11 +13,11 @@ [useguile=yes AC_DEFINE([WITH_GUILE],1,[Enable Guile support]) GUILE_BINDIR=`guile-config info bindir` -@@ -1375,7 +1375,6 @@ MU_CONFIG_TESTSUITE(mh) +@@ -1404,7 +1404,6 @@ MU_CONFIG_TESTSUITE(mh) MU_CONFIG_TESTSUITE(comsat) MU_CONFIG_TESTSUITE(imap4d) MU_CONFIG_TESTSUITE(mimeview) -MU_CONFIG_TESTSUITE(libmu_scm) - - AM_MISSING_PROG([AUTOM4TE], [autom4te]) + MU_CONFIG_TESTSUITE(libproto/mbox) + MU_CONFIG_TESTSUITE(libproto/mailer) ++++++ mailutils-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.kw4cBJ/_old 2021-10-04 18:40:35.810119108 +0200 +++ /var/tmp/diff_new_pack.kw4cBJ/_new 2021-10-04 18:40:35.814119114 +0200 @@ -1,5 +1,6 @@ -addFilter(".*W:.*subdir-in-bin.*/usr/bin/mu-mh/.*") -addFilter(".*W:.*name-repeated-in-summary.*C.*Mailutils.*") +addFilter(".*E:.*subdir-in-bin.*/usr/bin/mu-mh/.*") +addFilter(".*W:.*name-repeated-in-summary.*Mailutils.*") addFilter(".*W:.*files-duplicate.*mailutils-mh\.el.*mailutils-mh\.el.*") -addFilter(".*W:.*shared-lib-calls-exit.*libmu_sieve\.so.*") +addFilter(".*W:.*binary-or-shlib-calls-gethostbyname.*lib.*\.so.*") addFilter(".*W:.*suse-alternative-generic-name-missing.*") +addFilter(".*W:.*bin-sh-syntax-error.*/usr/bin/guim.*")