Hello community, here is the log from the commit of package glpk for openSUSE:Factory checked in at 2013-07-29 17:41:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glpk (Old) and /work/SRC/openSUSE:Factory/.glpk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glpk" Changes: -------- --- /work/SRC/openSUSE:Factory/glpk/glpk.changes 2013-04-02 11:44:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.glpk.new/glpk.changes 2013-07-29 17:41:29.000000000 +0200 @@ -1,0 +2,25 @@ +Thu Jul 25 19:46:35 UTC 2013 - [email protected] + +- use -fno-strict-aliasing to avoid warnings in minisat.c +- don't use dvipdf, docs are in pdf in 4.52 + +------------------------------------------------------------------- +Thu Jul 25 18:57:43 UTC 2013 - [email protected] + +- updated to 4.52 (see NEWA for details): + * Some bugs were fixed. Thanks to + Giorgio Sartor <[email protected]>, + Xypron <[email protected]>, + David T. Price <[email protected]> + * The clique cut generator was essentially reimplemented, and now + it is able to process very large and/or dense conflict graphs. + * Singleton and dense phases were implemented on computing + LU-factorization with Gaussian elimination. + * A new version of LU-factorization routines were added. + * The new API routine glp_mincost_relax4, which is a driver to + relaxation method of Bertsekas and Tseng (RELAX-IV), was added + to the package. + * All old API routines whose names begin with 'lpx_' + were removed from API level and NO MORE AVAILABLE. + +------------------------------------------------------------------- Old: ---- glpk-4.48.tar.bz2 New: ---- glpk-4.52.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glpk.spec ++++++ --- /var/tmp/diff_new_pack.Dhvb0a/_old 2013-07-29 17:41:30.000000000 +0200 +++ /var/tmp/diff_new_pack.Dhvb0a/_new 2013-07-29 17:41:30.000000000 +0200 @@ -17,9 +17,9 @@ Name: glpk -Version: 4.48 +Version: 4.52 Release: 0 -%define libmaj 33 +%define libmaj 35 Summary: GNU Linear Programming Kit License: GPL-3.0 Group: Development/Libraries/C and C++ @@ -82,7 +82,7 @@ %setup -q %build -%configure --enable-static=no +CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure --enable-static=no make %{?_smp_mflags} %install @@ -91,8 +91,6 @@ mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}/examples cp examples/*.{mod,c,dat,mps,lp} $RPM_BUILD_ROOT%{_docdir}/%{name}/examples mkdir $RPM_BUILD_ROOT%{_docdir}/%{name}/doc -dvipdf doc/glpk.dvi doc/glpk.pdf -dvipdf doc/gmpl.dvi doc/gmpl.pdf cp doc/{*.txt,*.pdf} $RPM_BUILD_ROOT%{_docdir}/%{name}/doc cp {AUTHORS,ChangeLog,COPYING,NEWS,README} $RPM_BUILD_ROOT%{_docdir}/%{name} ++++++ glpk-4.48.tar.bz2 -> glpk-4.52.tar.bz2 ++++++ ++++ 80609 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
