!5 update to 9.0

From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-05-04 07:16:53 +00:00 committed by Gitee
commit 64937e0715
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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