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-23 00:50:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mailutils (Old) and /work/SRC/openSUSE:Factory/.mailutils.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mailutils" Sat Oct 23 00:50:20 2021 rev:15 rq:926481 version:3.13 Changes: -------- --- /work/SRC/openSUSE:Factory/mailutils/mailutils.changes 2021-10-04 18:40:33.574115476 +0200 +++ /work/SRC/openSUSE:Factory/.mailutils.new.1890/mailutils.changes 2021-10-23 00:50:36.389124581 +0200 @@ -1,0 +2,12 @@ +Wed Oct 20 07:50:16 UTC 2021 - Dr. Werner Fink <wer...@suse.de> + +- Modify patch mailutils-3.5-guile-2.0.patch and apply later + if needed for older guile versions + +------------------------------------------------------------------- +Wed Oct 20 06:09:02 UTC 2021 - Dr. Werner Fink <wer...@suse.de> + +- Increase somajor spec file macro to value 8 (boo#1191772) +- Add check for any version change of shared the libraries + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mailutils.spec ++++++ --- /var/tmp/diff_new_pack.uOzxht/_old 2021-10-23 00:50:36.921124702 +0200 +++ /var/tmp/diff_new_pack.uOzxht/_new 2021-10-23 00:50:36.925124703 +0200 @@ -16,7 +16,7 @@ # -%define somajor 5 +%define somajor 8 # See bug boo#1095783 # Currently disabled suid/sgid program dotlock and maidag %bcond_with set_user_identity @@ -185,14 +185,19 @@ then echo Using guile $1.$2.$3 else -%patch3 echo Using guile $1.$2.$3 mv libmu_scm libmu_scm-guile-2.2 mv include/mailutils/guile.h include/mailutils/guile-2.2.h tar xfJ %{SOURCE1} +%patch3 -b .p3 fi autoreconf -fiv # +# Check our somajor value with the actual value of VI_CURRENT +# +test %{somajor} == $(sed -rn '/^VI_CURRENT=/{ s/VI_CURRENT[[:space:]]*=[[:space:]]*//p; }' < ./configure) + +# # Avoid build require for emacs as emacs does # build require one the sub packages herein! # ++++++ mailutils-3.5-guile-2.0.patch ++++++ --- /var/tmp/diff_new_pack.uOzxht/_old 2021-10-23 00:50:36.961124711 +0200 +++ /var/tmp/diff_new_pack.uOzxht/_new 2021-10-23 00:50:36.961124711 +0200 @@ -1,9 +1,13 @@ --- - configure.ac | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) + configure.ac | 3 +-- + libmu_scm/Makefile.am | 1 - + libmu_scm/Makefile.in | 2 -- + libmu_scm/mailutils/Makefile.am | 4 ---- + libmu_scm/mailutils/Makefile.in | 6 ++---- + 5 files changed, 3 insertions(+), 13 deletions(-) --- configure.ac -+++ configure.ac 2018-11-21 10:04:03.759560432 +0000 ++++ configure.ac 2021-10-20 07:42:21.724689930 +0000 @@ -1191,7 +1191,7 @@ AC_SUBST([GUILE_BINDIR]) AC_SUBST([LIBMU_SCM]) AC_SUBST([LIBMU_SCM_DEPS]) @@ -21,3 +25,66 @@ MU_CONFIG_TESTSUITE(libproto/mbox) MU_CONFIG_TESTSUITE(libproto/mailer) +--- libmu_scm/Makefile.am ++++ libmu_scm/Makefile.am 2021-10-20 07:44:10.930783528 +0000 +@@ -44,7 +44,6 @@ libmu_scm_la_LIBADD = \ + ${MU_LIB_MBOX}\ + ${MU_LIB_IMAP}\ + ${MU_LIB_POP}\ +- ${MU_LIB_NNTP}\ + ${MU_LIB_MH}\ + ${MU_LIB_MAILDIR}\ + ${MU_LIB_MAILER}\ +--- libmu_scm/Makefile.in ++++ libmu_scm/Makefile.in 2021-10-20 07:43:53.363090217 +0000 +@@ -776,7 +776,6 @@ MU_LIB_MAILER = @MU_LIB_MAILER@ + MU_LIB_MAILUTILS = @MU_LIB_MAILUTILS@ + MU_LIB_MBOX = @MU_LIB_MBOX@ + MU_LIB_MH = @MU_LIB_MH@ +-MU_LIB_NNTP = @MU_LIB_NNTP@ + MU_LIB_POP = @MU_LIB_POP@ + MU_LIB_PY = @MU_LIB_PY@ + MU_LIB_SCM = @MU_LIB_SCM@ +@@ -1051,7 +1050,6 @@ libmu_scm_la_LIBADD = \ + ${MU_LIB_MBOX}\ + ${MU_LIB_IMAP}\ + ${MU_LIB_POP}\ +- ${MU_LIB_NNTP}\ + ${MU_LIB_MH}\ + ${MU_LIB_MAILDIR}\ + ${MU_LIB_MAILER}\ +--- libmu_scm/mailutils/Makefile.am ++++ libmu_scm/mailutils/Makefile.am 2021-10-20 07:45:09.293764629 +0000 +@@ -37,10 +37,6 @@ if MU_COND_SUPPORT_IMAP + MU_FEATURES += -DMU_SUPPORT_IMAP + endif + +-if MU_COND_SUPPORT_NNTP +- MU_FEATURES += -DMU_SUPPORT_NNTP +-endif +- + if MU_COND_SUPPORT_MH + MU_FEATURES += -DMU_SUPPORT_MH + endif +--- libmu_scm/mailutils/Makefile.in ++++ libmu_scm/mailutils/Makefile.in 2021-10-20 07:44:47.302148559 +0000 +@@ -80,9 +80,8 @@ build_triplet = @build@ + host_triplet = @host@ + @MU_COND_SUPPORT_POP_TRUE@am__append_1 = -DMU_SUPPORT_POP + @MU_COND_SUPPORT_IMAP_TRUE@am__append_2 = -DMU_SUPPORT_IMAP +-@MU_COND_SUPPORT_NNTP_TRUE@am__append_3 = -DMU_SUPPORT_NNTP +-@MU_COND_SUPPORT_MH_TRUE@am__append_4 = -DMU_SUPPORT_MH +-@MU_COND_SUPPORT_MAILDIR_TRUE@am__append_5 = -DMU_SUPPORT_MAILDIR ++@MU_COND_SUPPORT_MH_TRUE@am__append_3 = -DMU_SUPPORT_MH ++@MU_COND_SUPPORT_MAILDIR_TRUE@am__append_4 = -DMU_SUPPORT_MAILDIR + subdir = libmu_scm/mailutils + DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -657,7 +656,6 @@ MU_LIB_MAILER = @MU_LIB_MAILER@ + MU_LIB_MAILUTILS = @MU_LIB_MAILUTILS@ + MU_LIB_MBOX = @MU_LIB_MBOX@ + MU_LIB_MH = @MU_LIB_MH@ +-MU_LIB_NNTP = @MU_LIB_NNTP@ + MU_LIB_POP = @MU_LIB_POP@ + MU_LIB_PY = @MU_LIB_PY@ + MU_LIB_SCM = @MU_LIB_SCM@ ++++++ mailutils-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.uOzxht/_old 2021-10-23 00:50:36.981124715 +0200 +++ /var/tmp/diff_new_pack.uOzxht/_new 2021-10-23 00:50:36.985124716 +0200 @@ -2,5 +2,5 @@ addFilter(".*W:.*name-repeated-in-summary.*Mailutils.*") addFilter(".*W:.*files-duplicate.*mailutils-mh\.el.*mailutils-mh\.el.*") 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.*") +addFilter(".*W:.*binary-or-shlib-calls-gethostbyname.*/usr/sbin/imap4d.*")