Hello community, here is the log from the commit of package glpk for openSUSE:Factory checked in at 2020-02-04 19:53:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glpk (Old) and /work/SRC/openSUSE:Factory/.glpk.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glpk" Tue Feb 4 19:53:51 2020 rev:24 rq:769675 version:4.65 Changes: -------- --- /work/SRC/openSUSE:Factory/glpk/glpk.changes 2019-10-14 12:42:20.418568728 +0200 +++ /work/SRC/openSUSE:Factory/.glpk.new.26092/glpk.changes 2020-02-04 19:54:01.165344912 +0100 @@ -1,0 +2,5 @@ +Mon Feb 3 15:28:09 UTC 2020 - Martin Pluskal <[email protected]> + +- Enable PGO during build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glpk.spec ++++++ --- /var/tmp/diff_new_pack.QbT5Rn/_old 2020-02-04 19:54:03.021345994 +0100 +++ /var/tmp/diff_new_pack.QbT5Rn/_new 2020-02-04 19:54:03.029345999 +0100 @@ -1,7 +1,7 @@ # # spec file for package glpk # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -88,7 +88,14 @@ --enable-odbc \ --enable-mysql \ --disable-static -make %{?_smp_mflags} +%if %{do_profiling} + make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1 + make check %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" + make %{?_smp_mflags} clean + make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1 +%else + make %{?_smp_mflags} V=1 +%endif %install %make_install
