From 81d90e671faf67431eae5d75935c65493a723c5f Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Wed, 11 May 2022 15:52:24 +0800 Subject: [PATCH] License compliance rectification --- py3c.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/py3c.spec b/py3c.spec index b0249db..ffbb7aa 100644 --- a/py3c.spec +++ b/py3c.spec @@ -2,11 +2,11 @@ Name: py3c Version: 1.2 -Release: 2 +Release: 3 Summary: Guide and compatibility macros for porting extensions to Python 3 # Licences differ for subpackages -License: MIT and CC-BY-SA +License: MIT and CC-BY-SA-3.0 URL: http://py3c.readthedocs.io/ Source0: https://github.com/encukou/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -79,6 +79,9 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc %doc %{_pkgdocdir}/ %changelog +* Wed May 11 2022 houyingchao - 1.2-3 +- License compliance rectification + * Tue Jan 11 2022 xigaoxinyan - 1.2-2 - %build bundledfonts not exist