Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fetchmail for openSUSE:Factory checked in at 2021-11-10 21:46:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fetchmail (Old) and /work/SRC/openSUSE:Factory/.fetchmail.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fetchmail" Wed Nov 10 21:46:45 2021 rev:94 rq:930645 version:6.4.22 Changes: -------- --- /work/SRC/openSUSE:Factory/fetchmail/fetchmail.changes 2021-10-12 21:51:12.272030727 +0200 +++ /work/SRC/openSUSE:Factory/.fetchmail.new.1890/fetchmail.changes 2021-11-10 21:47:26.623837483 +0100 @@ -1,0 +2,5 @@ +Tue Nov 9 16:23:42 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Add fetchmail-bison-3.8.patch: Fix build with bison 3.8. + +------------------------------------------------------------------- New: ---- fetchmail-bison-3.8.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fetchmail.spec ++++++ --- /var/tmp/diff_new_pack.PRWuNC/_old 2021-11-10 21:47:27.427837834 +0100 +++ /var/tmp/diff_new_pack.PRWuNC/_new 2021-11-10 21:47:27.431837835 +0100 @@ -51,6 +51,7 @@ Patch11: fetchmail-increase-max-password-length-to-handle-oauth-tokens.patch Patch12: fetchmail-bump-max-passwordlen-to-1bytes.patch Patch13: fetchmail-add-readme-oauth2-issue-27.patch +Patch14: fetchmail-bison-3.8.patch BuildRequires: automake BuildRequires: bison BuildRequires: flex @@ -108,6 +109,7 @@ %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 cp -a %{SOURCE2} %{SOURCE3} . ACLOCAL="aclocal -I m4 -I m4-local" autoreconf -fvi ++++++ fetchmail-bison-3.8.patch ++++++ --- a/rcfile_y.y +++ b/rcfile_y.y @@ -461,8 +461,6 @@ prc_errflag = 0; querylist = hosttail = (struct query *)NULL; - (void)yytoknum; /* work around compiler warning */ - errno = 0; /* Check that the file is secure */