From 48652112c63d18729c6d9b890d776105aba83c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Tue, 2 Aug 2022 02:03:13 +0000 Subject: [PATCH] Unified license name specification --- python-zope-schema.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-zope-schema.spec b/python-zope-schema.spec index 150d89a..224de9b 100644 --- a/python-zope-schema.spec +++ b/python-zope-schema.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-zope-schema Version: 6.0.0 -Release: 1 +Release: 2 Summary: zope.interface extension for defining data schemas -License: ZPL 2.1 +License: ZPLv2.1 URL: https://github.com/zopefoundation/zope.schema Source0: https://github.com/zopefoundation/zope.schema/archive/%{version}.tar.gz BuildArch: noarch @@ -80,5 +80,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Thu Jul 28 2022 fushanqing - 6.0.0-2 +- Unified license name specification + * Thu Dec 17 2020 Python_Bot - Package Spec generated -- Gitee