diff --git a/lapack.spec b/lapack.spec index 42756c9..fd6b5d3 100644 --- a/lapack.spec +++ b/lapack.spec @@ -1,11 +1,11 @@ %global debug_package %{nil} %global shortver 3 -%global mediumver %{shortver}.9 +%global mediumver %{shortver}.10 Name: lapack Version: %{mediumver}.0 -Release: 4 +Release: 1 Summary: The LAPACK libraries for numerical linear algebra. License: BSD URL: http://www.netlib.org/lapack/ @@ -205,6 +205,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack %endif %changelog +* Mon Nov 29 2021 zhouwenpei - 3.10.0-1 +- update verion to 3.10.0 + * Mon Aug 02 2021 chenyanpanHW - .0-4 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git diff --git a/v3.10.0.tar.gz b/v3.10.0.tar.gz new file mode 100644 index 0000000..8a949b5 Binary files /dev/null and b/v3.10.0.tar.gz differ diff --git a/v3.9.0.tar.gz b/v3.9.0.tar.gz deleted file mode 100644 index 49562d4..0000000 Binary files a/v3.9.0.tar.gz and /dev/null differ