This commit is contained in:
Fedora Release Engineering 2016-02-04 11:24:24 +00:00
parent 1b0177b465
commit 8d9c22fb97
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: openblas
Version: 0.2.15
Release: 5%{?dist}
Release: 6%{?dist}
Summary: An optimized BLAS library based on GotoBLAS2
Group: Development/Libraries
License: BSD
@ -595,6 +595,9 @@ rm -rf %{buildroot}
%endif
%changelog
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.15-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Tue Jan 12 2016 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.2.15-5
- Need to use -frecursive to make LAPACK thread safe.