From d146aab3a282a497c4c8ad81934bfe6cb6eaf1c6 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 13 Jun 2024 14:27:01 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 6fad91eb8ae92451c99ddf35423808f3c801447d) --- py3c.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/py3c.spec b/py3c.spec index 78c2092..358dd6a 100644 --- a/py3c.spec +++ b/py3c.spec @@ -2,7 +2,7 @@ Name: py3c Version: 1.4 -Release: 1 +Release: 2 Summary: Guide and compatibility macros for porting extensions to Python 3 # Licences differ for subpackages @@ -33,7 +33,7 @@ Because py3c is a header-only library, there is no matching run-time package. %package help BuildArch: noarch -License: CC-BY-SA +License: CC-BY-SA-3.0 Summary: Guide for porting C extensions to Python 3 Requires: python3-sphinx_rtd_theme @@ -78,6 +78,9 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc %doc %{_pkgdocdir}/ %changelog +* Thu Jun 13 2024 wangkai <13474090681@163.com> - 1.4-2 +- License compliance rectification + * Fri Apr 07 2023 Ge Wang - 1.4-1 - Update to version 1.4