From 918992f4a2c2646ea46d21aa1d9af4fbd071803c Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 13 Jun 2024 10:31:42 +0800 Subject: [PATCH] License compliance rectification --- lmfit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lmfit.spec b/lmfit.spec index 4294e4f..2066f0a 100644 --- a/lmfit.spec +++ b/lmfit.spec @@ -1,8 +1,8 @@ Name: lmfit Version: 8.2 -Release: 1 +Release: 2 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 @@ -56,5 +56,8 @@ popd %{_mandir}/man7/* %changelog +* Thu Jun 13 2024 wangkai <13474090681@163.com> - 8.2-2 +- License compliance rectification + * Mon Jul 27 2020 zhanghua - 8.2-1 - package init