From 1a8b7613fe4693256311fac75a124e10b5e20835ff93a48604f5f07d104dc137 Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin Date: Sun, 8 Nov 2015 09:51:30 +0000 Subject: [PATCH] Accepting request 342963 from home:pluskalm:branches:science - Update to 4.57 OBS-URL: https://build.opensuse.org/request/show/342963 OBS-URL: https://build.opensuse.org/package/show/science/glpk?expand=0&rev=29 --- glpk-4.56.tar.gz | 3 --- glpk-4.56.tar.gz.sig | Bin 65 -> 0 bytes glpk-4.57.tar.gz | 3 +++ glpk-4.57.tar.gz.sig | Bin 0 -> 65 bytes glpk.changes | 20 ++++++++++++++++++++ glpk.spec | 8 ++++---- 6 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 glpk-4.56.tar.gz delete mode 100644 glpk-4.56.tar.gz.sig create mode 100644 glpk-4.57.tar.gz create mode 100644 glpk-4.57.tar.gz.sig diff --git a/glpk-4.56.tar.gz b/glpk-4.56.tar.gz deleted file mode 100644 index 7aef83c..0000000 --- a/glpk-4.56.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1085561013bf86c4c56ca0ed52150b4e5b653562043104ee77c0de8d4d8fdf6b -size 4016267 diff --git a/glpk-4.56.tar.gz.sig b/glpk-4.56.tar.gz.sig deleted file mode 100644 index 8f54f4da7a44992b4be979c32012c9bbcfe064418459de583f7ec3bdb0536669..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-Rt+ig(R=bRS%K&n5d#1E0G~|=#qKZg$dda5#61hVd=`y2ZO;Ip XgI{*6+rLXqq`oUs4uHnJN{-oHp|c(D diff --git a/glpk-4.57.tar.gz b/glpk-4.57.tar.gz new file mode 100644 index 0000000..6ff8136 --- /dev/null +++ b/glpk-4.57.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7323b2a7cc1f13e45fc845f0fdca74f4daea2af716f5ad2d4d55b41e8394275c +size 3782998 diff --git a/glpk-4.57.tar.gz.sig b/glpk-4.57.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..46904b22ef521724ec4ce50411aa5f55295feb0a9eb4d44169cdc700b0c515da GIT binary patch literal 65 zcmV-H0KWf-KLZ5-RzCtZ(R=bRS%K&n5dvHq0HBCRbA#fnc0lyI=|)gMUU`QGGMxaP XFLZn-oDjT9W{xQnVr=}U1$S@m8ATb$ literal 0 HcmV?d00001 diff --git a/glpk.changes b/glpk.changes index 39cb92f..9ac7bd1 100644 --- a/glpk.changes +++ b/glpk.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Nov 8 09:34:38 UTC 2015 - mpluskal@suse.com + +- Update to 4.57 + * A new, more efficient implementation of the dual simplex method + was included in the package. This new implementation replaces + the old one, which was removed. + * Option sr_heur was added to struct glp_iocp to enable/disable + the simple rounding heuristic used by the MIP solver. Thanks to + Chris Matrakidis for suggestion. + * New API routine glp_at_error was added and documented. Thanks + to Jeroen Demeyer for suggestion. + * Some minor typos were corrected in the GLPK documentation. + Thanks to Anton Voropaev for typo + report. + * An example application program TSPSOL was added. It uses the + GLPK MIP optimizer to solve the Symmetric Traveling Salesman + Problem and illustrates "lazy" constraints generation. For more + details please see glpk/examples/tsp/README. + ------------------------------------------------------------------- Fri Oct 2 12:19:02 UTC 2015 - mpluskal@suse.com diff --git a/glpk.spec b/glpk.spec index 5a687ca..e13e079 100644 --- a/glpk.spec +++ b/glpk.spec @@ -18,14 +18,14 @@ %define lname libglpk36 Name: glpk -Version: 4.56 +Version: 4.57 Release: 0 Summary: GNU Linear Programming Kit License: GPL-3.0 Group: Productivity/Scientific/Math -Url: http://www.gnu.org/software/glpk/glpk.html -Source0: http://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz -Source1: http://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz.sig +Url: https://www.gnu.org/software/glpk/glpk.html +Source0: https://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz +Source1: https://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz.sig Source2: %{name}.keyring BuildRequires: ghostscript BuildRequires: texlive