Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mutt for openSUSE:Factory checked in at 2024-02-23 16:46:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mutt (Old) and /work/SRC/openSUSE:Factory/.mutt.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mutt" Fri Feb 23 16:46:23 2024 rev:117 rq:1149763 version:2.2.12 Changes: -------- --- /work/SRC/openSUSE:Factory/mutt/mutt.changes 2023-10-10 20:59:37.772623084 +0200 +++ /work/SRC/openSUSE:Factory/.mutt.new.1770/mutt.changes 2024-02-23 16:47:33.652191607 +0100 @@ -1,0 +2,12 @@ +Fri Feb 23 09:10:55 UTC 2024 - [email protected] + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- +Tue Feb 20 09:53:45 UTC 2024 - Dr. Werner Fink <[email protected]> + +- Only suggest smtp daemon at runtime. Nevertheless if not + installed user will face a a warning. +- Move /etc/Muttrc to /usr/share/mutt/Muttrc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mutt.spec ++++++ --- /var/tmp/diff_new_pack.SycqMj/_old 2024-02-23 16:47:34.592225696 +0100 +++ /var/tmp/diff_new_pack.SycqMj/_new 2024-02-23 16:47:34.592225696 +0100 @@ -1,7 +1,7 @@ # # spec file for package mutt # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -82,7 +82,7 @@ BuildRequires: smtp_daemon %endif Requires: glibc-locale -Requires: smtp_daemon +Suggests: smtp_daemon Requires(post): %{_bindir}/cat Requires(post): %{_bindir}/mkdir Requires(postun):%{_bindir}/rm @@ -159,19 +159,19 @@ %prep %setup -q -n mutt-%{version} -%patch0 -b .p0 -%patch2 -b .pgpewrap -%patch3 -b .sendgroupreplyto -%patch4 -b .wrapcolumn -%patch7 -b .opennfs -%patch11 -b .listreply -%patch12 -b .pgp_verbose_mtime -%patch15 -b .widechar.sidebar -%patch16 -b .crlf -%patch18 -b .mailcap -%patch19 -b .cvw2014.9116 -%patch20 -b .imap -%patch21 -b .quit +%patch -P 0 -b .p0 +%patch -P 2 -b .pgpewrap +%patch -P 3 -b .sendgroupreplyto +%patch -P 4 -b .wrapcolumn +%patch -P 7 -b .opennfs +%patch -P 11 -b .listreply +%patch -P 12 -b .pgp_verbose_mtime +%patch -P 15 -b .widechar.sidebar +%patch -P 16 -b .crlf +%patch -P 18 -b .mailcap +%patch -P 19 -b .cvw2014.9116 +%patch -P 20 -b .imap +%patch -P 21 -b .quit cp %{SOURCE2} . @@ -287,7 +287,8 @@ rm -vf %{buildroot}%{_docdir}/%{name}/manual.txt install -D -m 644 doc/manual.txt.gz %{buildroot}%{_docdir}/%{name}/ -sed -rn '/Command formats for gpg/,$p' %{SOURCE5} >> %{buildroot}%{_sysconfdir}/Muttrc +mv %{buildroot}%{_sysconfdir}/Muttrc %{buildroot}%{_datadir}/%{name}/Muttrc +sed -rn '/Command formats for gpg/,$p' %{SOURCE5} >> %{buildroot}%{_datadir}/%{name}/Muttrc %if 0%{?suse_version} %suse_update_desktop_file mutt @@ -335,7 +336,6 @@ %files %config(noreplace) %{_sysconfdir}/skel/.muttrc -%config(noreplace) %{_sysconfdir}/Muttrc %{_bindir}/mutt %{_bindir}/pgpewrap %{_bindir}/mutt_pgpring @@ -353,6 +353,7 @@ %{_datadir}/mutt/mailcap %dir %doc %{_docdir}/%{name}/ %doc %{_docdir}/%{name}/manual.txt.gz +%{_datadir}/%{name}/Muttrc %if 0%{suse_version} >= 1500 %{_docdir}/%{name}/mutt_oauth2.py %{_docdir}/%{name}/mutt_oauth2.py.README
