From e232371474cf17358a41e76095a3c2b2909d188b Mon Sep 17 00:00:00 2001 From: jianli-97 Date: Wed, 20 Apr 2022 11:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4spec=E4=B8=ADLicense=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-cssutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cssutils.spec b/python-cssutils.spec index 4d0c5f7..cd6fc7d 100644 --- a/python-cssutils.spec +++ b/python-cssutils.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-cssutils Version: 2.3.0 -Release: 1 +Release: 2 Summary: A CSS Cascading Style Sheets library for Python -License: LGPL 2.1 or later, see also http://cthedot.de/cssutils/ +License: LGPL 2.1 or later URL: http://cthedot.de/cssutils/ Source0: https://files.pythonhosted.org/packages/f5/c6/878abb7df855938a067b762a688da3fcdfea4e41c2399feaf80369b61ed7/cssutils-2.3.0.tar.gz BuildArch: noarch @@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Wed Apr 20 2022 jianli-97 - 2.3.0-2 +- Delete the link of the License in the spec + * Fri Jul 23 2021 Xu Jin - 2.3.0-1 - Update package to 2.3.0 - Add Buildrequires:python3-pip python-setuptools_scm python3-toml