From 9c457041ddd6f4b587eb57d2e7205960b213c799 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Mon, 9 May 2022 18:15:28 +0800 Subject: [PATCH] License compliance rectification --- gyp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gyp.spec b/gyp.spec index f926274..83aea42 100644 --- a/gyp.spec +++ b/gyp.spec @@ -2,9 +2,9 @@ %{expand: %%global archivename gyp-%{version}%{?revision:-git%{revision}}} Name: gyp Version: 0.1 -Release: 2 +Release: 3 Summary: Generate Your Projects -License: BSD +License: BSD-3-Clause URL: http://code.google.com/p/gyp # No released tarball available. so the tarball was generated # from svn as following: @@ -55,6 +55,9 @@ done %{python3_sitelib}/* %changelog +* Mon May 9 2022 caodongxia - 0.1-3 +- License compliance rectification + * Tue Mar 22 2022 wulei - 0.1-2 - Fix python unittests