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