From fcb6748370facc2f71695a89ce32bd57009ebedd Mon Sep 17 00:00:00 2001 From: jianli-97 Date: Tue, 7 Jun 2022 16:17:45 +0800 Subject: [PATCH] License compliance rectification --- log4cplus.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/log4cplus.spec b/log4cplus.spec index 0aead33..6660abc 100644 --- a/log4cplus.spec +++ b/log4cplus.spec @@ -2,9 +2,9 @@ Name: log4cplus Version: 2.0.7 -Release: 1 +Release: 2 Summary: simple logging API by using C++ -License: BSD and BSL-1.0 and Apache-2.0 +License: BSD-2-Clause and BSL-1.0 and Apache-2.0 URL: https://sourceforge.net/projects/log4cplus Source0: https://github.com/log4cplus/log4cplus/releases/download/REL_%{git_version}/%{name}-%{version}.tar.gz @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so %changelog +* Tue Jun 7 2022 lijian - 2.0.7-2 +- License compliance rectification + * Tue Jan 18 2022 SimpleUpdate Robot - 2.0.7-1 - Upgrade to version 2.0.7 -- Gitee