From 8bcbf3200954a1801f3722cb362143923ae683c3 Mon Sep 17 00:00:00 2001 From: lauk Date: Tue, 10 May 2022 16:31:56 +0800 Subject: [PATCH] Change the license to Apache-2.0 --- python-monotonic.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-monotonic.spec b/python-monotonic.spec index 129f4b8..b980119 100644 --- a/python-monotonic.spec +++ b/python-monotonic.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-monotonic Version: 1.5 -Release: 1 +Release: 2 Summary: An implementation of time.monotonic() for Python 2 & < 3.3 -License: Apache +License: Apache-2.0 URL: https://github.com/atdt/monotonic Source0: https://files.pythonhosted.org/packages/19/c1/27f722aaaaf98786a1b338b78cf60960d9fe4849825b071f4e300da29589/monotonic-1.5.tar.gz BuildArch: noarch @@ -142,5 +142,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Sat Nov 21 2020 Python_Bot +* Tue May 10 2022 liukuo - 1.5-2 +- Change the license to "Apache-2.0" + +* Sat Nov 21 2020 Python_Bot - 1.5-1 - Package Spec generated -- Gitee