From f96f20107134adba89bca4246a526bb97fffce81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Fri, 29 Jul 2022 03:09:14 +0000 Subject: [PATCH] Unified license name specification --- python-zope.i18nmessageid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-zope.i18nmessageid.spec b/python-zope.i18nmessageid.spec index eb28d18..44826fe 100644 --- a/python-zope.i18nmessageid.spec +++ b/python-zope.i18nmessageid.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-zope.i18nmessageid Version: 5.0.1 -Release: 2 +Release: 3 Summary: Message Identifiers for internationalization -License: ZPL 2.1 +License: ZPLv2.1 URL: https://github.com/zopefoundation/zope.i18nmessageid Source0: https://github.com/zopefoundation/zope.i18nmessageid/archive/%{version}.tar.gz @@ -105,6 +105,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Thu Jul 28 2022 fushanqing - 5.0.1-3 +- Unified license name specification + * Wed Aug 04 2021 chenyanpanHW - 5.0.1-2 - DESC: delete BuildRequires gdb