Hello community, here is the log from the commit of package glpk for openSUSE:Factory checked in at 2019-10-14 12:42:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glpk (Old) and /work/SRC/openSUSE:Factory/.glpk.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glpk" Mon Oct 14 12:42:03 2019 rev:23 rq:737995 version:4.65 Changes: -------- --- /work/SRC/openSUSE:Factory/glpk/glpk.changes 2018-12-24 11:47:04.441150578 +0100 +++ /work/SRC/openSUSE:Factory/.glpk.new.2352/glpk.changes 2019-10-14 12:42:20.418568728 +0200 @@ -1,0 +2,6 @@ +Sat Oct 12 11:49:46 UTC 2019 - Stefan BrĂ¼ns <[email protected]> + +- Fix glpk-no_random_return.patch to return a value for a non-void + function. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glpk-no_random_return.patch ++++++ --- /var/tmp/diff_new_pack.vhPdD9/_old 2019-10-14 12:42:21.102566940 +0200 +++ /var/tmp/diff_new_pack.vhPdD9/_new 2019-10-14 12:42:21.106566929 +0200 @@ -6,7 +6,7 @@ IOSCUT *ios_find_row(IOSPOOL *pool, int i) { /* find row (constraint) in the cut pool */ xassert(0); -+ return; ++ return 0; } #else IOSCUT *ios_find_row(IOSPOOL *pool, int i)
