From 4da0d8ca3325e0f98778dc5f8734571946cc56c5 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Tue, 10 May 2022 18:41:31 +0800 Subject: [PATCH] License compliance rectification --- python-babelfish.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-babelfish.spec b/python-babelfish.spec index 47dc6e9..7511deb 100644 --- a/python-babelfish.spec +++ b/python-babelfish.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-babelfish Version: 0.5.5 -Release: 1 +Release: 2 Summary: A module to work with countries and languages -License: BSD +License: BSD-3-Clause URL: https://github.com/Diaoul/babelfish Source0: https://files.pythonhosted.org/packages/34/b7/b36c651a9136990060ab4d6c9a32de81752123105b940b2f3b958e5c6cd0/babelfish-0.5.5.tar.gz BuildArch: noarch @@ -66,5 +66,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 houyingchao - 0.5.5-2 +- License compliance rectification + * Tue Jun 23 2020 Python_Bot - Package Spec generated -- Gitee