From d42782c961086ae36d0a559f53c70784b3abba38 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 1 Dec 2020 01:55:48 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/flexiblas.git#a7123a406746d4e4b825382abcb1dab0ca692e57 --- flexiblas.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/flexiblas.spec b/flexiblas.spec index aba0011..a34bd98 100644 --- a/flexiblas.spec +++ b/flexiblas.spec @@ -16,7 +16,7 @@ Name: flexiblas Version: %{major_version}.%{minor_version}.%{patch_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends # GPLv3 with an exception for the BLAS/LAPACK interface @@ -27,7 +27,7 @@ License: GPLv3 with exceptions and LGPLv2+ and BSD URL: https://www.mpi-magdeburg.mpg.de/projects/%{name} Source0: https://csc.mpi-magdeburg.mpg.de/mpcsc/software/%{name}/%{name}-%{version}.tar.xz -BuildRequires: cmake, python +BuildRequires: make, cmake, python BuildRequires: gcc-fortran, gcc-c++ %if %{with system_lapack} BuildRequires: blas-static, lapack-static @@ -395,6 +395,9 @@ make -C build64 test %endif %changelog +* Mon Nov 30 2020 Iñaki Úcar 3.0.4-2 +- https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot + * Thu Oct 22 2020 Iñaki Úcar - 3.0.4-1 - Update to 3.0.4, fixes #1889069