Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mutt for openSUSE:Factory checked in at 2025-05-22 16:56:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mutt (Old) and /work/SRC/openSUSE:Factory/.mutt.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mutt" Thu May 22 16:56:20 2025 rev:120 rq:1278996 version:2.2.14 Changes: -------- --- /work/SRC/openSUSE:Factory/mutt/mutt.changes 2024-07-15 19:50:36.078607992 +0200 +++ /work/SRC/openSUSE:Factory/.mutt.new.2732/mutt.changes 2025-05-22 16:56:39.629382179 +0200 @@ -1,0 +2,11 @@ +Wed May 21 06:40:31 UTC 2025 - Dr. Werner Fink <wer...@suse.de> + +- Update to mutt 2.2.14 (Bug fix release) + * fixing a couple possible crashes, in GPGME and with IMAP when + logging out + * and correcting a small issue with unnecessary encoding of "." + in attachment names (2231 encoding). +- Make doc info and hmtl file build without network +- Set default mail spool files + +------------------------------------------------------------------- Old: ---- mutt-2.2.13.tar.gz mutt-2.2.13.tar.gz.asc New: ---- mutt-2.2.14.tar.gz mutt-2.2.14.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mutt.spec ++++++ --- /var/tmp/diff_new_pack.wFxXFx/_old 2025-05-22 16:56:40.497418710 +0200 +++ /var/tmp/diff_new_pack.wFxXFx/_new 2025-05-22 16:56:40.501418879 +0200 @@ -1,7 +1,7 @@ # # spec file for package mutt # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,14 +20,14 @@ %bcond_with mutt_openssl %bcond_without mutt_gnutls Name: mutt -Version: 2.2.13 +Version: 2.2.14 Release: 0 Summary: Mail Program # ftp://ftp.mutt.org/mutt/devel/ # https:///bitbucket.org/mutt/mutt/downloads/%%name-%%version.tar.gz License: GPL-2.0-or-later Group: Productivity/Networking/Email/Clients -URL: http://www.mutt.org +URL: https://www.mutt.org Source0: https://bitbucket.org/mutt/mutt/downloads/mutt-%{version}.tar.gz Source1: Signature_conversion Source2: README.alternates @@ -64,7 +64,7 @@ BuildRequires: cyrus-sasl BuildRequires: cyrus-sasl-gssapi BuildRequires: cyrus-sasl-plain -BuildRequires: docbook-dsssl-stylesheets +BuildRequires: docbook-utils BuildRequires: docbook-xsl-stylesheets BuildRequires: docbook2x BuildRequires: hunspell @@ -77,10 +77,12 @@ BuildRequires: pkgconfig BuildRequires: texlive-jadetex BuildRequires: w3m +BuildRequires: pkgconfig(gpg-error) BuildRequires: pkgconfig(gssrpc) BuildRequires: pkgconfig(krb5) BuildRequires: pkgconfig(libsasl2) BuildRequires: pkgconfig(sqlite3) +BuildRequires: pkgconfig(zlib) BuildRequires: tex(8r.enc) %if 0%{suse_version} >= 1500 BuildRequires: python3-base @@ -94,7 +96,7 @@ Suggests: smtp_daemon Requires(post): %{_bindir}/cat Requires(post): %{_bindir}/mkdir -Requires(postun):%{_bindir}/rm +Requires(postun): %{_bindir}/rm Requires(pre): %{_bindir}/grep Requires(pre): %{_bindir}/zcat Recommends: hunspell @@ -109,31 +111,15 @@ %if %{with mutt_gnutls} BuildRequires: pkgconfig(gnutls) %endif -%if 0%{?suse_version} > 1315 -BuildRequires: pkgconfig(kyotocabinet) -%else BuildRequires: libkyotocabinet-devel -%endif -%if 0%{?suse_version} > 1315 BuildRequires: pkgconfig(libidn2) -%else -BuildRequires: pkgconfig(libidn) -%endif -%if 0%{?suse_version} > 1315 BuildRequires: pkgconfig(ncurses) -%else -BuildRequires: ncurses-devel -%endif -%if 0%{?suse_version} > 1130 BuildRequires: pkgconfig(shared-mime-info) -%endif %if 0%{?suse_version} BuildRequires: update-desktop-files %endif -%if 0%{?suse_version} > 1130 Requires(post): shared-mime-info -Requires(postun):shared-mime-info -%endif +Requires(postun): shared-mime-info %description A very powerful mail user agent. It supports (among other nice things) @@ -146,7 +132,7 @@ Group: Documentation/Other Requires: %{name} = %{version} Requires(post): %{install_info_prereq} -Requires(preun):%{install_info_prereq} +Requires(preun): %{install_info_prereq} Recommends: perl(Expect) Provides: %{name}:%{_docdir}/%{name}/COPYRIGHT BuildArch: noarch @@ -256,14 +242,14 @@ --with-gss=%{_prefix} \ --with-curses=%{_prefix} \ --with-sqlite3=%{_prefix} \ + --with-zlib=%{_prefix} \ + --with-mailpath=%{_localstatedir}/mail \ + --with-homespool=Mail/mailbox \ --enable-smtp \ --enable-hcache \ --enable-debug \ -%if 0%{?suse_version} > 1315 --with-idn2 -%else - --with-idn -%endif +SP_ENCODING=UTF-8; export SP_ENCODING %make_build -C doc clean %make_build %make_build -C doc ++++++ mutt-1.5.15-wrapcolumn.diff ++++++ --- /var/tmp/diff_new_pack.wFxXFx/_old 2025-05-22 16:56:40.565421572 +0200 +++ /var/tmp/diff_new_pack.wFxXFx/_new 2025-05-22 16:56:40.569421741 +0200 @@ -6,7 +6,7 @@ --- init.h +++ init.h 2020-01-14 13:28:27.408149074 +0000 -@@ -4843,6 +4843,7 @@ struct option_t MuttVars[] = { +@@ -4857,6 +4857,7 @@ struct option_t MuttVars[] = { ** Also see $$copy_decode_weed, $$pipe_decode_weed, $$print_decode_weed. */ { "wrap", DT_NUM, R_PAGER_FLOW, {.p=&Wrap}, {.l=0} }, ++++++ mutt-1.6.1-opennfs.dif ++++++ --- /var/tmp/diff_new_pack.wFxXFx/_old 2025-05-22 16:56:40.593422751 +0200 +++ /var/tmp/diff_new_pack.wFxXFx/_new 2025-05-22 16:56:40.597422919 +0200 @@ -230,7 +230,7 @@ +} --- sendlib.c +++ sendlib.c 2020-01-14 13:28:45.787807571 +0000 -@@ -2589,7 +2589,11 @@ send_msg (const char *path, char **args, +@@ -2591,7 +2591,11 @@ send_msg (const char *path, char **args, if (SendmailWait >= 0 && tempfile && *tempfile) { /* *tempfile will be opened as stdout */ ++++++ mutt-2.2.13.tar.gz -> mutt-2.2.14.tar.gz ++++++ ++++ 27735 lines of diff (skipped)