From 9c44f6df6f7c5b977f82c1aa913a2ae9a63cb0fb2fed66a3c4b785312960236d Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin Date: Fri, 19 Feb 2016 07:25:21 +0000 Subject: [PATCH] Accepting request 360265 from home:pluskalm:branches:science - Update to 4.58 OBS-URL: https://build.opensuse.org/request/show/360265 OBS-URL: https://build.opensuse.org/package/show/science/glpk?expand=0&rev=31 --- glpk-4.57.tar.gz | 3 --- glpk-4.57.tar.gz.sig | Bin 65 -> 0 bytes glpk-4.58.tar.gz | 3 +++ glpk-4.58.tar.gz.sig | Bin 0 -> 65 bytes glpk.changes | 17 +++++++++++++++++ glpk.spec | 6 +++--- 6 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 glpk-4.57.tar.gz delete mode 100644 glpk-4.57.tar.gz.sig create mode 100644 glpk-4.58.tar.gz create mode 100644 glpk-4.58.tar.gz.sig diff --git a/glpk-4.57.tar.gz b/glpk-4.57.tar.gz deleted file mode 100644 index 6ff8136..0000000 --- a/glpk-4.57.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 46904b22ef521724ec4ce50411aa5f55295feb0a9eb4d44169cdc700b0c515da..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-RzCtZ(R=bRS%K&n5dvHq0HBCRbA#fnc0lyI=|)gMUU`QGGMxaP XFLZn-oDjT9W{xQnVr=}U1$S@m8ATb$ diff --git a/glpk-4.58.tar.gz b/glpk-4.58.tar.gz new file mode 100644 index 0000000..e44e654 --- /dev/null +++ b/glpk-4.58.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4460fa417a747b1913b4a3b3000c1e6a6296aa8980688c73cf963f4880f2b9ca +size 3788237 diff --git a/glpk-4.58.tar.gz.sig b/glpk-4.58.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..84337b7d46eac78f613d5c88da9719caf7feed6f0c73670f3578f8d97e956e0a GIT binary patch literal 65 zcmV-H0KWf-KLZ5-R>hAj(R=bRS%K&n5dwca0HA=DY^5+9sfkiF1y(CRhZv7Z&VB%# X4T=)L_HywFO6d;Q0cj^$%nT2%CnXsT literal 0 HcmV?d00001 diff --git a/glpk.changes b/glpk.changes index 9ac7bd1..c81b82d 100644 --- a/glpk.changes +++ b/glpk.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Feb 19 07:15:46 UTC 2016 - mpluskal@suse.com + +- Update to 4.58 + * The solution file format used by API routines glp_read_sol, + glp_write_sol, glp_read_ipt, glp_write_ipt, glp_read_mip, and + glp_write_mip was changed. For more details please see the GLPK + reference manual included in the distribution. + * The tan function (trigonometric tangent) was added to GNU + MathProg modeling language. + * A new version of the document "Modeling Language GNU MathProg" + in Spanish was included (in LaTeX and pdf formats). + * A check to determine if libtool needs '-no-undefined' flag to + build shared libraries on some platforms was added. + * A script to regenerate the configure script and the Makefiles + was added. + ------------------------------------------------------------------- Sun Nov 8 09:34:38 UTC 2015 - mpluskal@suse.com diff --git a/glpk.spec b/glpk.spec index e13e079..1950935 100644 --- a/glpk.spec +++ b/glpk.spec @@ -1,7 +1,7 @@ # # spec file for package glpk # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define lname libglpk36 +%define lname libglpk39 Name: glpk -Version: 4.57 +Version: 4.58 Release: 0 Summary: GNU Linear Programming Kit License: GPL-3.0