diff --git a/0001-fix-lapack-devel-build-error.patch b/0001-fix-lapack-devel-build-error.patch deleted file mode 100644 index 8d4550677804c8b4582d4e4a5bb41c97c3010dea..0000000000000000000000000000000000000000 --- a/0001-fix-lapack-devel-build-error.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 39333a8126c1b25b5fc2fb556c4796422a91bc01 Mon Sep 17 00:00:00 2001 -From: zhouwenpei -Date: Mon, 6 Dec 2021 15:23:13 +0800 -Subject: [PATCH] fix lapack-devel build error - ---- - LAPACKE/lapacke.pc.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/LAPACKE/lapacke.pc.in b/LAPACKE/lapacke.pc.in -index 0097c25..c1d806b 100644 ---- a/LAPACKE/lapacke.pc.in -+++ b/LAPACKE/lapacke.pc.in -@@ -7,4 +7,4 @@ Version: @LAPACK_VERSION@ - URL: http://www.netlib.org/lapack/#_standard_c_language_apis_for_lapack - Libs: -L${libdir} -l@LAPACKELIB@ - Cflags: -I${includedir} --Requires.private: @LAPACKLIB@ -+Requires.private: lapack --- -2.30.0 - diff --git a/lapack.spec b/lapack.spec index 22827f60e5c91a45af98bfa5881313d26d65d59d..874e25e30d8e0ec9c48ddd1e601c6351c1888e55 100644 --- a/lapack.spec +++ b/lapack.spec @@ -3,7 +3,7 @@ Name: lapack -Version: %{mediumver}.0 +Version: %{mediumver}.1 Release: 1 Summary: The LAPACK libraries for numerical linear algebra. License: BSD @@ -11,7 +11,6 @@ URL: http://www.netlib.org/lapack/ Source0: https://github.com/Reference-LAPACK/lapack/archive/v%{version}.tar.gz Source1: http://www.netlib.org/lapack/manpages.tgz -Patch1: 0001-fix-lapack-devel-build-error.patch BuildRequires: gcc-gfortran Provides: blas = %{version}-%{release} @@ -206,6 +205,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack %endif %changelog +* Mon Mar 17 2025 liudy - 3.12.1-1 +- Update version to 3.12.1 + * Sun Feb 18 2024 liyanan - 3.12.0-1 - Update to 3.12.0 diff --git a/v3.12.0.tar.gz b/v3.12.1.tar.gz similarity index 50% rename from v3.12.0.tar.gz rename to v3.12.1.tar.gz index 71cdc7c7a518a434e0ad3d52b8cb9d95a6e90650..db84e53b09aa01fb5ce8cabb05a0374d21c2d104 100644 Binary files a/v3.12.0.tar.gz and b/v3.12.1.tar.gz differ