diff --git a/atlas.spec b/atlas.spec index 722b702..7d0ab97 100644 --- a/atlas.spec +++ b/atlas.spec @@ -5,7 +5,7 @@ Version: 3.10.1 %if "%{?enable_native_atlas}" != "0" %define dist .native %endif -Release: 21%{?dist} +Release: 22%{?dist} Summary: Automatically Tuned Linear Algebra Software Group: System Environment/Libraries @@ -55,6 +55,8 @@ Patch110: p8-mem-barrier.patch BuildRequires: gcc-gfortran, lapack-static +Provides: bundled(lapack) + %ifarch x86_64 Obsoletes: atlas-sse3 < 3.10 %endif @@ -825,6 +827,9 @@ fi %endif %changelog +* Thu Mar 05 2015 Frantisek Kluknavsky - 3.10.1-22 +- lapack bundled again, mark this. + * Sat Feb 07 2015 Susi Lehtola - 3.10.1-21 - Devel packages don't need to require lapack-devel anymore.