[glpk] Bump to latest upstream 4.53

konradm konradm at fedoraproject.org
Fri Feb 14 14:30:23 UTC 2014


commit 2d90a855b900ec9c7b65f27110b8a1d070e08a33
Author: Conrad Meyer <cse.cem at gmail.com>
Date:   Fri Feb 14 09:18:36 2014 -0500

    Bump to latest upstream 4.53
    
    - Drop glp_get_it_cnt() patch; now present in glpk.h, glpapi06.c

 .gitignore                          |    1 +
 glpk-4.52.1-add-glp_get_it_cnt.diff |   70 -----------------------------------
 glpk.spec                           |   12 +++---
 sources                             |    2 +-
 4 files changed, 8 insertions(+), 77 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 08ecd13..2e00ec8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ glpk-4.43.tar.gz
 /glpk-4.47.tar.gz
 /glpk-4.48.tar.gz
 /glpk-4.52.1.tar.gz
+/glpk-4.53.tar.gz
diff --git a/glpk.spec b/glpk.spec
index 9adadb3..18718e8 100644
--- a/glpk.spec
+++ b/glpk.spec
@@ -1,15 +1,12 @@
 Name:           glpk
-Version:        4.52.1
-Release:        2%{?dist}
+Version:        4.53
+Release:        1%{?dist}
 Summary:        GNU Linear Programming Kit
 
 Group:          System Environment/Libraries
 License:        GPLv3
 URL:            http://www.gnu.org/software/glpk/glpk.html
 Source0:        ftp://ftp.gnu.org/gnu/glpk/glpk-%{version}.tar.gz
-# Oct 22, 2013: A temporary workaround until upstream ships a release with the
-# glp_get_it_cnt() function.
-Patch0:         glpk-4.52.1-add-glp_get_it_cnt.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -70,7 +67,6 @@ the GLPK (GNU Linear Programming Kit) libraries.
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 export LIBS=-ldl
@@ -120,6 +116,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 14 2014 Conrad Meyer <cemeyer at uw.edu> - 4.53
+- Bump to latest upstream 4.53
+- Drop glp_get_it_cnt() patch; now present in glpk.h, glpapi06.c
+
 * Tue Oct 22 2013 Conrad Meyer <cemeyer at uw.edu> - 4.52.1-2
 - Add patch to backport glp_get_it_cnt() to 4.52.1 per bug #999609
 
diff --git a/sources b/sources
index 23d15ca..aa579dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a61813b1bf737a829a933968b83e5a73  glpk-4.52.1.tar.gz
+dbec25d85b30e16928304b7d6bf8be22  glpk-4.53.tar.gz


More information about the scm-commits mailing list