Hello community, here is the log from the commit of package bison for openSUSE:Factory checked in at 2020-02-11 22:16:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bison (Old) and /work/SRC/openSUSE:Factory/.bison.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bison" Tue Feb 11 22:16:27 2020 rev:47 rq:770346 version:3.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/bison/bison.changes 2019-12-21 12:40:36.951626719 +0100 +++ /work/SRC/openSUSE:Factory/.bison.new.26092/bison.changes 2020-02-11 22:16:28.935274936 +0100 @@ -1,0 +2,7 @@ +Wed Feb 5 16:11:27 UTC 2020 - Martin Pluskal <mplus...@suse.com> + +- Update to version 3.5.1: + * Portability fixes. + * Fix compiler warnings. + +------------------------------------------------------------------- Old: ---- bison-3.5.tar.xz bison-3.5.tar.xz.sig New: ---- bison-3.5.1.tar.xz bison-3.5.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bison.spec ++++++ --- /var/tmp/diff_new_pack.iV21e2/_old 2020-02-11 22:16:29.835275423 +0100 +++ /var/tmp/diff_new_pack.iV21e2/_new 2020-02-11 22:16:29.843275427 +0100 @@ -1,7 +1,7 @@ # # spec file for package bison # -# 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 @@ -17,7 +17,7 @@ Name: bison -Version: 3.5 +Version: 3.5.1 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0-or-later @@ -51,13 +51,13 @@ gl_cv_func_printf_directive_n=yes \ gl_cv_func_printf_infinite_long_double=yes %if 0%{?do_profiling} - make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1 + %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" # non-parallel profiling for reproducible results https://bugzilla.opensuse.org/show_bug.cgi?id=1040589 - make --jobs=1 CFLAGS="%{optflags}" check - make %{?_smp_mflags} clean - make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1 + %make_build --jobs=1 CFLAGS="%{optflags}" check + %make_build clean + %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}" %else - make %{?_smp_mflags} CFLAGS="%{optflags}" + %make_build CFLAGS="%{optflags}" %endif %check ++++++ bison-3.5.tar.xz -> bison-3.5.1.tar.xz ++++++ ++++ 25286 lines of diff (skipped)