From 9af8dfef44c94ecc4a155053bd661f0ab4841dac Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 2 Sep 2025 11:00:03 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit da26eab2c22edb8ce15d724c51a8e848ce68deb2) --- assimp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assimp.spec b/assimp.spec index 3fa094c..94d0c3e 100644 --- a/assimp.spec +++ b/assimp.spec @@ -1,8 +1,8 @@ Name: assimp Version: 6.0.2 -Release: 1 +Release: 2 Summary: Library to load and process various 3D model formats into applications. -License: BSD-3-Clause MIT AND BSL-1.0 AND Zlib +License: BSD-3-Clause AND MIT AND BSL-1.0 AND Zlib URL: https://www.assimp.org/ #wget https://github.com/assimp/assimp/archive/v%{version}.tar.gz #tar xf v%{version}.tar.gz @@ -79,6 +79,9 @@ install -m 0644 port/PyAssimp/pyassimp/*.py %{buildroot}%{python3_sitelib}/pyass %{python3_sitelib}/pyassimp %changelog +* Tue Sep 02 2025 yaoxin <1024769339@qq.com> - 6.0.2-2 +- License compliance rectification + * Sun Jul 06 2025 Funda Wang - 6.0.2-1 - update to 6.0.2 -- Gitee