diff --git a/suitesparse.spec b/suitesparse.spec index b392497..ad58f2e 100644 --- a/suitesparse.spec +++ b/suitesparse.spec @@ -32,7 +32,7 @@ Name: suitesparse Version: 5.4.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A collection of sparse matrix libraries License: (LGPLv2+ or BSD) and LGPLv2+ and GPLv2+ @@ -203,6 +203,7 @@ do mkdir -p Doc/{AMD,BTF,CAMD,CCOLAMD,CHOLMOD,COLAMD,KLU,LDL,UMFPACK,SPQR,RBio} Include export CFLAGS="$RPM_OPT_FLAGS" + export LDFLAGS="-Wl,-z,now" export LAPACK="" # Set flags for ILP64 build if [ $build = SuiteSparse64 ] @@ -489,6 +490,9 @@ done %doc SuiteSparse/Doc/* %changelog +* Mon Feb 21 2022 Michal Sekletar - 5.4.0-10 +- Disable lazy binding (#2044892) + * Tue Aug 10 2021 Mohan Boddu - 5.4.0-9 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688