Hello community,

here is the log from the commit of package mailsync for openSUSE:Factory 
checked in at 2019-09-18 13:09:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mailsync (Old)
 and      /work/SRC/openSUSE:Factory/.mailsync.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mailsync"

Wed Sep 18 13:09:54 2019 rev:18 rq:731100 version:5.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mailsync/mailsync.changes        2019-09-07 
11:50:34.914298338 +0200
+++ /work/SRC/openSUSE:Factory/.mailsync.new.7948/mailsync.changes      
2019-09-18 13:10:30.724701609 +0200
@@ -1,0 +2,5 @@
+Sun Sep 15 21:50:15 UTC 2019 - Stefan Seyfried <[email protected]>
+
+- fix mailsync-gcc9.diff with remaining cases (fixes md5 support)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mailsync-gcc9.diff ++++++
--- /var/tmp/diff_new_pack.4UdrTS/_old  2019-09-18 13:10:31.468701452 +0200
+++ /var/tmp/diff_new_pack.4UdrTS/_new  2019-09-18 13:10:31.472701452 +0200
@@ -1,5 +1,5 @@
-diff --git a/acinclude/ac_with_cclient.m4 b/acinclude/ac_with_cclient.m4
-index 24b7648..bd67119 100644
+Index: b/acinclude/ac_with_cclient.m4
+===================================================================
 --- a/acinclude/ac_with_cclient.m4
 +++ b/acinclude/ac_with_cclient.m4
 @@ -126,7 +126,7 @@ AC_DEFUN(AC_WITH_CCLIENT,[
@@ -11,3 +11,25 @@
         void mm_status(MAILSTREAM*a,char*b,MAILSTATUS*c){}
         void mm_lsub(MAILSTREAM*a,int b,char*c,long d){}
         void mm_list(MAILSTREAM*a,int b,char*c,long d){}
+@@ -166,7 +166,7 @@ AC_DEFUN(AC_WITH_CCLIENT,[
+          void mm_nocritical(MAILSTREAM*a){}
+          void mm_notify(MAILSTREAM*a,char*b,long c){}
+          void mm_login(NETMBX*a,char*b,char*c,long d){}
+-         long mm_diskerror(MAILSTREAM*a,long b,long c){}
++         long mm_diskerror(MAILSTREAM*a,long b,long c){ return 0; }
+          void mm_status(MAILSTREAM*a,char*b,MAILSTATUS*c){}
+          void mm_lsub(MAILSTREAM*a,int b,char*c,long d){}
+          void mm_list(MAILSTREAM*a,int b,char*c,long d){}
+Index: b/acinclude/ac_with_md5.m4
+===================================================================
+--- a/acinclude/ac_with_md5.m4
++++ b/acinclude/ac_with_md5.m4
+@@ -38,7 +38,7 @@ AC_DEFUN(AC_WITH_MD5,[
+     void mm_nocritical(MAILSTREAM*a){}
+     void mm_notify(MAILSTREAM*a,char*b,long c){}
+     void mm_login(NETMBX*a,char*b,char*c,long d){}
+-    long mm_diskerror(MAILSTREAM*a,long b,long c){}
++    long mm_diskerror(MAILSTREAM*a,long b,long c){ return 0; }
+     void mm_status(MAILSTREAM*a,char*b,MAILSTATUS*c){}
+     void mm_lsub(MAILSTREAM*a,int b,char*c,long d){}
+     void mm_list(MAILSTREAM*a,int b,char*c,long d){}


Reply via email to