From cb6c7e1905a77a1644c630e66a2a9e878797604f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Mon, 1 Aug 2022 06:14:21 +0000 Subject: [PATCH] Unified license name specification (cherry picked from commit a45d954c721ce732a6de805cc8842f6200e142fa) --- python-zope-component.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-zope-component.spec b/python-zope-component.spec index cc1ae60..b20be59 100644 --- a/python-zope-component.spec +++ b/python-zope-component.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-zope-component Version: 5.0.1 -Release: 1 +Release: 2 Summary: Zope Component Architecture -License: ZPL 2.1 +License: ZPLv2.1 URL: https://github.com/zopefoundation/zope.component Source0: https://github.com/zopefoundation/zope.component/archive/%{version}.tar.gz BuildArch: noarch @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Thu Jul 28 2022 fushanqing - 5.0.1-2 +- Unified license name specification + * Thu Jun 23 2022 SimpleUpdate Robot - 5.0.1-1 - Upgrade to version 5.0.1 -- Gitee