From f4eae49013be07efc608da65742de6cc52b59d08 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:06:15 +0000 Subject: [PATCH] Unified license name specification --- python-ZEO.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-ZEO.spec b/python-ZEO.spec index 814d12a..43da332 100644 --- a/python-ZEO.spec +++ b/python-ZEO.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-ZEO Version: 5.2.3 -Release: 2 +Release: 3 Summary: ZEO - Single-server client-server database server for ZODB -License: ZPL 2.1 +License: ZPLv2.1 URL: https://github.com/zopefoundation/ZEO Source0: https://files.pythonhosted.org/packages/21/78/66f169e0041b01084092615d6f2d4cb6c97f93a38b93ecca90f81bc10301/ZEO-5.2.3.tar.gz BuildArch: noarch @@ -85,6 +85,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 28 2022 fushanqing - 5.2.3-3 +- Unified license name specification + * Thu Apr 21 2022 liqiuyu - 5.2.3-2 - Add zlib to buildrequires -- Gitee