Hello community, here is the log from the commit of package mailutils for openSUSE:Factory checked in at 2020-02-29 21:21:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mailutils (Old) and /work/SRC/openSUSE:Factory/.mailutils.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mailutils" Sat Feb 29 21:21:09 2020 rev:8 rq:779936 version:3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/mailutils/mailutils.changes 2019-12-11 12:02:40.240802300 +0100 +++ /work/SRC/openSUSE:Factory/.mailutils.new.26092/mailutils.changes 2020-02-29 21:21:13.674126255 +0100 @@ -1,0 +2,7 @@ +Thu Feb 27 10:51:15 UTC 2020 - Dr. Werner Fink <[email protected]> + +- Add patch silent-common-mu_tcp_wrapper_daemon.patch + * Add extern in header file declaration of variable + mu_tcp_wrapper_daemon (boo#1164444) + +------------------------------------------------------------------- New: ---- silent-common-mu_tcp_wrapper_daemon.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mailutils.spec ++++++ --- /var/tmp/diff_new_pack.SKtkmk/_old 2020-02-29 21:21:14.570128028 +0100 +++ /var/tmp/diff_new_pack.SKtkmk/_new 2020-02-29 21:21:14.578128044 +0100 @@ -1,7 +1,7 @@ # # spec file for package mailutils # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,6 +37,8 @@ # PATCH-FIX-UPSTREAM python38-compat.patch http://savannah.gnu.org/bugs/index.php?57318 [email protected] # 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 @@ -179,6 +181,7 @@ %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/ ++++++ silent-common-mu_tcp_wrapper_daemon.patch ++++++ --- lib/tcpwrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lib/tcpwrap.h +++ lib/tcpwrap.h 2020-02-27 10:47:52.529084180 +0000 @@ -17,7 +17,7 @@ #include <mailutils/types.h> extern int mu_tcp_wrapper_enable; -const char *mu_tcp_wrapper_daemon; +extern const char *mu_tcp_wrapper_daemon; extern int mu_tcpwrapper_access (int fd); extern void mu_tcpwrapper_cfg_init (void); extern int mu_tcp_wrapper_prefork (int fd,
