rpms/python-numeric/FC-6 Numeric-24.2-fix-dlamc3.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 python-numeric.spec, 1.7, 1.8 sources, 1.2, 1.3 Numeric-23.7-blasfix.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 2 20:37:46 UTC 2007


Author: mbarnes

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

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

* Tue Jan 02 2007 Matthew Barnes <mbarnes at redhat.com> - 24.2-1.fc6
- Update to 24.2
- Add patch for RH bug #163646 (hang in eigenvalues).
- Remove Numeric-23.7-blasfix.patch (obsolete).


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: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/python-numeric/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Feb 2005 21:29:26 -0000	1.2
+++ .cvsignore	2 Jan 2007 20:37:44 -0000	1.3
@@ -1 +1 @@
-Numeric-23.7.tar.gz
+Numeric-24.2.tar.gz


Index: python-numeric.spec
===================================================================
RCS file: /cvs/dist/rpms/python-numeric/FC-6/python-numeric.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-numeric.spec	12 Jul 2006 07:57:00 -0000	1.7
+++ python-numeric.spec	2 Jan 2007 20:37:44 -0000	1.8
@@ -1,14 +1,22 @@
-Summary: Numerical Extension to Python
+### Abstract ###
+
 Name: python-numeric
-Version: 23.7
-Release: 2.2.2
+Version: 24.2
+Release: 1%{?dist}
 License: Python
 Group: Development/Languages
+Summary: Numerical Extension to Python
 URL: http://numpy.sourceforge.net
-Source0: Numeric-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Source: Numeric-%{version}.tar.gz
+
+### Patches ###
+
+Patch1: Numeric-24.2-fix-dlamc3.patch
+
+### Build Dependencies ###
+
 BuildRequires: python2-devel
-Patch: Numeric-23.7-blasfix.patch
 
 %description
 Numeric is a python module that provides support for numerical
@@ -16,7 +24,7 @@
 
 %prep
 %setup -q -n Numeric-%{version}
-%patch -p1 -b .blasfix
+%patch1 -p1 -b .fix-dlamc3
 
 %build
 env CFLAGS="$RPM_OPT_FLAGS" /usr/bin/python setup.py build
@@ -28,7 +36,6 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc Demo/
@@ -36,9 +43,12 @@
 %{_libdir}/python*/site-packages/Numeric/
 %{_includedir}/python*/Numeric/
 
-
-
 %changelog
+* Tue Jan 02 2007 Matthew Barnes <mbarnes at redhat.com> - 24.2-1.fc6
+- Update to 24.2
+- Add patch for RH bug #163646 (hang in eigenvalues).
+- Remove Numeric-23.7-blasfix.patch (obsolete).
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 23.7-2.2.2
 - rebuild
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/python-numeric/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Feb 2005 21:29:26 -0000	1.2
+++ sources	2 Jan 2007 20:37:44 -0000	1.3
@@ -1 +1 @@
-8054781c58ae9cf6fe498316860b5ea8  Numeric-23.7.tar.gz
+2ae672656e06716a149acb048cca3093  Numeric-24.2.tar.gz


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




More information about the fedora-cvs-commits mailing list