rpms/python-cvxopt/devel python-cvxopt-fixglpkinclude.patch, 1.1, 1.2 python-cvxopt.spec, 1.5, 1.6

konradm konradm at fedoraproject.org
Fri Jul 23 22:59:17 UTC 2010


Author: konradm

Update of /cvs/pkgs/rpms/python-cvxopt/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26879

Modified Files:
	python-cvxopt-fixglpkinclude.patch python-cvxopt.spec 
Log Message:
* Fri Jul 23 2010 Conrad Meyer <konrad at tylerc.org> - 1.1-9
- Fix glpk include.


python-cvxopt-fixglpkinclude.patch:
 glpk.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: python-cvxopt-fixglpkinclude.patch
===================================================================
RCS file: /cvs/pkgs/rpms/python-cvxopt/devel/python-cvxopt-fixglpkinclude.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-cvxopt-fixglpkinclude.patch	4 Jan 2009 03:39:24 -0000	1.1
+++ python-cvxopt-fixglpkinclude.patch	23 Jul 2010 22:59:17 -0000	1.2
@@ -7,7 +7,7 @@
  #include "cvxopt.h"
  #include "misc.h"
 -#include "glpk.h"
-+#include <glpk/glpk.h>
++#include <glpk.h>
  
  PyDoc_STRVAR(glpk__doc__,
      "Interface to the simplex algorithm in GLPK.\n\n" 


Index: python-cvxopt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-cvxopt/devel/python-cvxopt.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-cvxopt.spec	22 Jul 2010 04:02:53 -0000	1.5
+++ python-cvxopt.spec	23 Jul 2010 22:59:17 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:           python-cvxopt
 Version:        1.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A Python Package for Convex Optimization
 Group:          Development/Languages
 License:        GPLv3+
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 23 2010 Conrad Meyer <konrad at tylerc.org> - 1.1-9
+- Fix glpk include.
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 



More information about the scm-commits mailing list