From e9605870d9586b448c126e584085f92d2914b3cb Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Feb 23 2009 10:21:42 +0000 Subject: - Update to version 3.8.3 --- diff --git a/.cvsignore b/.cvsignore index 27e9bb8..bc90df4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -atlas3.8.2.tar.bz2 +atlas3.8.3.tar.bz2 diff --git a/atlas.spec b/atlas.spec index eb11e92..9e44e6a 100644 --- a/atlas.spec +++ b/atlas.spec @@ -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 @@ with ATLAS (Automatically Tuned Linear Algebra Software). # 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 @@ for type in %{types}; do > %{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 @@ echo "%{_libdir}/atlas" >> %{buildroot}/etc/ld.so.conf.d/atlas-sse2.conf %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 @@ rm -rf %{buildroot} %endif %changelog +* Sun Feb 22 2009 Deji Akingunola - 3.8.3-1 +- Update to version 3.8.3 + * Sun Dec 21 2008 Deji Akingunola - 3.8.2-5 - Link in appropriate libs when creating shared libs, reported by Orcan 'oget' Ogetbil (BZ#475411) diff --git a/sources b/sources index e487fe3..ab4b6e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd888f5d066c1fafeaaf2ae6b37e0b85 atlas3.8.2.tar.bz2 +6c13be94a87178e7582111c08e9503bc atlas3.8.3.tar.bz2