diff --git a/glpk-4.65.tar.gz b/glpk-5.0.tar.gz similarity index 38% rename from glpk-4.65.tar.gz rename to glpk-5.0.tar.gz index 5737a732a46c9fe85b62779bc3c0de5e9312c581..354c1f3a1c5b271541d03231e2c70db16297505f 100644 Binary files a/glpk-4.65.tar.gz and b/glpk-5.0.tar.gz differ diff --git a/glpk.spec b/glpk.spec index e7cf4c0950521fd2402f546a270188afc052e7fd..9100f71908938c2863c4a8f392e62ec527c0116d 100644 --- a/glpk.spec +++ b/glpk.spec @@ -1,6 +1,6 @@ Name: glpk -Version: 4.65 -Release: 2 +Version: 5.0 +Release: 1 Summary: GNU Linear Programming Kit License: GPLv3+ @@ -14,7 +14,7 @@ BuildRequires: automake BuildRequires: libtool BuildRequires: gmp-devel BuildRequires: pkgconfig(libiodbc) -BuildRequires: pkgconfig(mariadb) +BuildRequires: mariadb BuildRequires: pkgconfig(zlib) BuildRequires: suitesparse-devel @@ -115,6 +115,9 @@ rm -Rf examples/{.deps,.libs,Makefile*,glpsol,glpsol.o} doc/*.tex %changelog +* Tue Dec 5 2023 Vicoloa - 5.0-1 +- Update to version 5.0 + * Fri Sep 10 2021 caodongxia - 4.65-2 - Remove examples/.libs directory