Rebuild for SuperLU-5.3.0

This commit is contained in:
Antonio Trande 2021-10-30 19:24:10 +02:00
parent 4ca3b28cd2
commit 6d61e2c066
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: octave-%{octpkg}
Version: 1.9.6
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A 3D surface and volumetric mesh generator for MATLAB/Octave
# Main package: GPLv3+
# Meshfix: GPLv2+
@ -158,6 +158,9 @@ install -m 0755 -vp bin/* %{buildroot}%{_libexecdir}/%{octpkg}/
%doc sample
%changelog
* Sat Oct 30 2021 Antonio Trande <sagitter@fedoraproject.org> - 1.9.6-3
- Rebuild for SuperLU-5.3.0
* Thu Jul 22 2021 Qianqian Fang <fangqq@gmail.com> - 1.9.6-3
- Apply makefile patch by Laurent Rineau, fix CGAL build error on F35, fix #1917433