From 7a855865535813c687454334675c73f0599de0bd Mon Sep 17 00:00:00 2001 From: penelope Date: Wed, 11 May 2022 16:30:27 +0800 Subject: [PATCH] License compliance rectification --- python-typogrify.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-typogrify.spec b/python-typogrify.spec index 84a3b8c..9906a07 100644 --- a/python-typogrify.spec +++ b/python-typogrify.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-typogrify Version: 2.0.7 -Release: 1 +Release: 2 Summary: Filters to enhance web typography, including support for Django & Jinja templates -License: BSD +License: BSD-3-Clause URL: https://github.com/mintchaos/typogrify Source0: https://files.pythonhosted.org/packages/8a/bf/64959d6187d42472acb846bcf462347c9124952c05bd57e5769d5f28f9a6/typogrify-2.0.7.tar.gz BuildArch: noarch @@ -66,5 +66,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 11 2022 yangping - 2.0.7-2 +- License compliance rectification + * Sat Jul 31 2021 lixuhua - 2.0.7-1 - Init Project