rpms/atlas/devel .cvsignore, 1.4, 1.5 atlas.spec, 1.16, 1.17 sources, 1.4, 1.5

Deji Akingunola deji at fedoraproject.org
Mon Feb 23 10:22:13 UTC 2009


Author: deji

Update of /cvs/pkgs/rpms/atlas/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31927

Modified Files:
	.cvsignore atlas.spec sources 
Log Message:
* Sun Feb 22 2009 Deji Akingunola <dakingun at gmail.com> - 3.8.3-1
- Update to version 3.8.3



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/atlas/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	16 Dec 2008 05:20:14 -0000	1.4
+++ .cvsignore	23 Feb 2009 10:21:42 -0000	1.5
@@ -1 +1 @@
-atlas3.8.2.tar.bz2
+atlas3.8.3.tar.bz2


Index: atlas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/atlas/devel/atlas.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- atlas.spec	21 Dec 2008 21:27:11 -0000	1.16
+++ atlas.spec	23 Feb 2009 10:21:42 -0000	1.17
@@ -1,14 +1,14 @@
 %define enable_native_atlas 0
 
 Name:           atlas
-Version:        3.8.2
-Release:        5%{?dist}
+Version:        3.8.3
+Release:        1%{?dist}
 Summary:        Automatically Tuned Linear Algebra Software
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://math-atlas.sourceforge.net/
-Source0:        http://prdownloads.sourceforge.net/math-atlas/%{name}%{version}.tar.bz2
+Source0:        http://downloads.sourceforge.net/math-atlas/%{name}%{version}.tar.bz2
 Source1:        README.Fedora
 Patch0:		atlas-fedora_shared.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -48,7 +48,7 @@
 # Because a set of ATLAS libraries is a ~5 MB package, separate packages
 # are created for SSE, SSE2, and SSE3 extensions to ix86.
 
-%ifarch i386
+%ifarch i?86
 %define types sse sse2 sse3
 
 %package sse
@@ -184,7 +184,7 @@
 		> %{buildroot}/etc/ld.so.conf.d/atlas-${type}.conf
 	fi
 done
-%ifarch i386 && %if "%{?enable_native_atlas}" == "0"
+%ifarch i?86 && %if "%{?enable_native_atlas}" == "0"
 cp -pr %{buildroot}%{_libdir}/atlas-sse2 %{buildroot}%{_libdir}/atlas
 echo "%{_libdir}/atlas"	>> %{buildroot}/etc/ld.so.conf.d/atlas-sse2.conf
 %endif
@@ -192,7 +192,7 @@
 %clean
 rm -rf %{buildroot}
 
-%ifnarch i386 || %if "%{?enable_native_atlas}" == "1"
+%ifnarch i?86 || %if "%{?enable_native_atlas}" == "1"
 
 %post -p /sbin/ldconfig
 
@@ -279,6 +279,9 @@
 %endif
 
 %changelog
+* Sun Feb 22 2009 Deji Akingunola <dakingun at gmail.com> - 3.8.3-1
+- Update to version 3.8.3
+
 * Sun Dec 21 2008 Deji Akingunola <dakingun at gmail.com> - 3.8.2-5
 - Link in appropriate libs when creating shared libs, reported by Orcan 'oget' Ogetbil (BZ#475411)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/atlas/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	16 Dec 2008 05:20:14 -0000	1.4
+++ sources	23 Feb 2009 10:21:42 -0000	1.5
@@ -1 +1 @@
-dd888f5d066c1fafeaaf2ae6b37e0b85  atlas3.8.2.tar.bz2
+6c13be94a87178e7582111c08e9503bc  atlas3.8.3.tar.bz2




More information about the fedora-extras-commits mailing list