update to 9.0

This commit is contained in:
lyn1001 2023-05-04 15:04:11 +08:00
parent 79705e2a2e
commit 840cc123d5
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
lmfit-v9.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
Name: lmfit
Version: 8.2
Version: 9.0
Release: 1
Summary: Levenberg-Marquardt least-squares minimization and curve fitting
License: BSD and CC-BY
License: BSD
URL: https://jugit.fz-juelich.de/mlz/%{name}
Source0: https://jugit.fz-juelich.de/mlz/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
BuildRequires: cmake gcc-c++ %{_bindir}/pod2man %{_bindir}/pod2html
@ -43,8 +43,8 @@ popd
%files
%doc COPYING CHANGELOG
%{_libdir}/lib%{name}.so.8
%{_libdir}/lib%{name}.so.8.2
%{_libdir}/lib%{name}.so.9
%{_libdir}/lib%{name}.so.9.0.0
%files devel
%doc demo
@ -56,5 +56,8 @@ popd
%{_mandir}/man7/*
%changelog
* Thu May 4 2023 liyanan <thistleslyn@163.com> - 9.0-1
- update to 9.0
* Mon Jul 27 2020 zhanghua <zhanghua40@huawei.com> - 8.2-1
- package init