rpms/python-numeric/devel Numeric-24.2-fix-dlamc3.patch, NONE, 1.1 python-numeric.spec, 1.8, 1.9 Numeric-23.7-blasfix.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 30 03:36:20 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/python-numeric/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20487

Modified Files:
	python-numeric.spec 
Added Files:
	Numeric-24.2-fix-dlamc3.patch 
Removed Files:
	Numeric-23.7-blasfix.patch 
Log Message:

* Sun Oct 29 2006 Matthew Barnes <mbarnes at redhat.com> - 24.2-2
- Add patch for RH bug #163646 (hang in eigenvalues).


Numeric-24.2-fix-dlamc3.patch:
 dlamch.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE Numeric-24.2-fix-dlamc3.patch ---
--- Numeric-24.2/Src/dlamch.c.fix-dlamc3	2006-10-29 22:30:52.000000000 -0500
+++ Numeric-24.2/Src/dlamch.c	2006-10-29 22:31:00.000000000 -0500
@@ -672,7 +672,7 @@
 */
 /* >>Start of File<<   
        System generated locals */
-    doublereal ret_val;
+    volatile doublereal ret_val;
 
 
 


Index: python-numeric.spec
===================================================================
RCS file: /cvs/dist/rpms/python-numeric/devel/python-numeric.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-numeric.spec	30 Oct 2006 00:58:14 -0000	1.8
+++ python-numeric.spec	30 Oct 2006 03:36:18 -0000	1.9
@@ -2,7 +2,7 @@
 
 Name: python-numeric
 Version: 24.2
-Release: 1
+Release: 2
 License: Python
 Group: Development/Languages
 Summary: Numerical Extension to Python
@@ -10,6 +10,10 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Source: Numeric-%{version}.tar.gz
 
+### Patches ###
+
+Patch1: Numeric-24.2-fix-dlamc3.patch
+
 ### Build Dependencies ###
 
 BuildRequires: python2-devel
@@ -20,6 +24,7 @@
 
 %prep
 %setup -q -n Numeric-%{version}
+%patch1 -p1 -b .fix-dlamc3
 
 %build
 env CFLAGS="$RPM_OPT_FLAGS" /usr/bin/python setup.py build
@@ -39,6 +44,9 @@
 %{_includedir}/python*/Numeric/
 
 %changelog
+* Sun Oct 29 2006 Matthew Barnes <mbarnes at redhat.com> - 24.2-2
+- Add patch for RH bug #163646 (hang in eigenvalues).
+
 * Sun Oct 29 2006 Matthew Barnes <mbarnes at redhat.com> - 24.2-1
 - Update to 24.2
 


--- Numeric-23.7-blasfix.patch DELETED ---




More information about the fedora-cvs-commits mailing list