#2 fix failure with gcc 10
Merged 4 years ago by jussilehtola. Opened 4 years ago by davidsch.
rpms/ davidsch/arpack master  into  master

fix failure with gcc 10
David Schwörer • 4 years ago  
file added
+1246
The added file is too large to be shown here, see it at: 239.patch
file modified
+6
@@ -24,6 +24,8 @@ 

  Source0:	https://github.com/opencollab/arpack-ng/archive/%{version}/arpack-ng-%{version}.tar.gz

  # Upstream fixes for 

  Patch0:		https://patch-diff.githubusercontent.com/raw/opencollab/arpack-ng/pull/197.patch

+ # Fix for gcc 10

+ Patch1:         239.patch

  

  BuildRequires:	gcc-c++

  BuildRequires:	gcc-gfortran
@@ -86,6 +88,7 @@ 

  mv arpack-ng-%{version} src

  pushd src

  %patch0 -p1

+ %patch1 -p1

  autoreconf -vif

  popd

  %if %{build64}
@@ -190,6 +193,9 @@ 

  

  

  %changelog

+ * Wed Feb 19 2020 David Schwörer <davidsch@fedoraproject.org> - 3.7.0-5

+ - fix failure with gcc 10

+ 

  * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

Backport of https://github.com/opencollab/arpack-ng/pull/239 (without changlog entry, as this prevents the patch from applying cleanly)

Resolves:
https://bugzilla.redhat.com/show_bug.cgi?id=1799169

Pull-Request has been merged by jussilehtola

4 years ago