From c7f12adc64d4456740cf088ee21ab172ad41b5cb Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Oct 28 2015 16:25:10 +0000 Subject: Drop bundled(lapack). --- diff --git a/atlas.spec b/atlas.spec index 31ee892..a74fe63 100644 --- a/atlas.spec +++ b/atlas.spec @@ -5,7 +5,7 @@ Version: 3.10.2 %if "%{?enable_native_atlas}" != "0" %define dist .native %endif -Release: 6%{?dist} +Release: 7%{?dist} Summary: Automatically Tuned Linear Algebra Software Group: System Environment/Libraries @@ -42,6 +42,7 @@ Patch6: atlas-affinity.patch Patch7: atlas-aarch64port.patch Patch8: atlas-genparse.patch +# Unbundle LAPACK (BZ #1181369) Patch9: atlas.3.10.1-unbundle.patch # ppc64le patches @@ -54,8 +55,6 @@ Patch110: p8-mem-barrier.patch BuildRequires: gcc-gfortran, lapack-static -Provides: bundled(lapack) - %ifarch x86_64 Obsoletes: atlas-sse3 < 3.10 %endif @@ -827,6 +826,9 @@ fi %endif %changelog +* Wed Oct 28 2015 Susi Lehtola - 3.10.2-7 +- Drop bundled(lapack) which was already fixed in atlas-3.10.1-18. + * Thu Jul 09 2015 Than Ngo 3.10.2-6 - fix ppc64le patch