diff --git a/python-editor.spec b/python-editor.spec index 3ba806c..8f985fe 100644 --- a/python-editor.spec +++ b/python-editor.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-editor Version: 1.0.4 -Release: 2 +Release: 3 Summary: Programmatically open an editor, capture the result. -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/fmoo/python-editor Source0: https://github.com/fmoo/python-editor/archive/%{version}.tar.gz BuildArch: noarch @@ -71,7 +71,11 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Wed May 18 2022 liukuo - 1.0.4-3 +- License compliance rectification + * Tue Feb 23 2021 huangtianhua - Rename the package to python3-editor + * Thu Dec 17 2020 Python_Bot - Package Spec generated