diff --git a/uglify-js.spec b/uglify-js.spec index 74b4d18872b39c26d5d02200d83afd554c7da8a2..3a90a9774480e0eb03f526ce19c9afe2b5359c86 100644 --- a/uglify-js.spec +++ b/uglify-js.spec @@ -3,9 +3,9 @@ %global installdir %{_jsdir} Name: uglify-js Version: 2.8.22 -Release: 1 +Release: 2 Summary: JavaScript parser, mangler/compressor and beautifier toolkit -License: BSD +License: BSD-3-Clause URL: https://github.com/mishoo/UglifyJS2 Source0: https://github.com/mishoo/UglifyJS2/archive/v%{version}/uglify-js-%{version}.tar.gz Patch0: uglify-js-esfuzz.patch @@ -92,5 +92,8 @@ end %license LICENSE %changelog +* Mon May 09 2022 houyingchao - 2.8.22-2 +- License compliance rectification + * Mon Aug 24 2020 wangyue - 2.8.22-1 - package init