Hello community,

here is the log from the commit of package glpk for openSUSE:Factory checked in 
at 2016-04-05 10:43:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-03-16 
10:36:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.glpk.new/glpk.changes   2016-04-05 
10:43:27.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Apr  1 11:44:47 UTC 2016 - [email protected]
+
+- Update to 4.60
+  * src/glpk.h Declarations of all non-documented API routines were 
+    hidden by #ifdef GLP_UNDOC / #endif.
+  * src/simplex/spydual.c An experimental feature (objective 
+    coefficient perturbation) to improve numerical stabilty and 
+    avoid cycling was included in the dual simplex solver.  
+- Enable gmp support
+
+-------------------------------------------------------------------

Old:
----
  glpk-4.59.tar.gz
  glpk-4.59.tar.gz.sig

New:
----
  glpk-4.60.tar.gz
  glpk-4.60.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glpk.spec ++++++
--- /var/tmp/diff_new_pack.FIvvze/_old  2016-04-05 10:43:28.000000000 +0200
+++ /var/tmp/diff_new_pack.FIvvze/_new  2016-04-05 10:43:28.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define lname   libglpk40
 Name:           glpk
-Version:        4.59
+Version:        4.60
 Release:        0
 Summary:        GNU Linear Programming Kit
 License:        GPL-3.0
@@ -28,6 +28,7 @@
 Source1:        https://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz.sig
 Source2:        %{name}.keyring
 BuildRequires:  ghostscript
+BuildRequires:  gmp-devel
 BuildRequires:  texlive
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -77,6 +78,7 @@
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 %configure \
+  --with-gmp \
   --disable-static
 make %{?_smp_mflags}
 
@@ -93,7 +95,6 @@
 make %{?_smp_mflags} check
 
 %post -n %{lname} -p /sbin/ldconfig
-
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files

++++++ glpk-4.59.tar.gz -> glpk-4.60.tar.gz ++++++
++++ 7986 lines of diff (skipped)



Reply via email to