From dbab6968e0b0b36b956a568a2a5137f4f46efec8 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 10 May 2022 21:00:30 +0800 Subject: [PATCH] License compliance rectification --- libaec.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libaec.spec b/libaec.spec index 58ee344..1a9a09e 100644 --- a/libaec.spec +++ b/libaec.spec @@ -1,8 +1,8 @@ Name: libaec Version: 1.0.4 -Release: 1 +Release: 2 Summary: Adaptive Entropy Coding library -License: BSD +License: BSD-2-Clause Url: https://gitlab.dkrz.de/k202009/libaec Source0: https://gitlab.dkrz.de/k202009/libaec/-/archive/v%{version}/libaec-v%{version}.tar.gz @@ -55,5 +55,8 @@ make -C build test CTEST_OUTPUT_ON_FAILURE=1 %{_libdir}/lib*.so %changelog +* Tue May 10 2022 caodongxia - 1.0.4-2 +- License compliance rectification + * Tue Oct 22 2019 openEuler Buildteam - 1.0.4-1 - Package init