From 27a6e08affb5cfb427449cbaec964d083ac280f7 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 15 Nov 2022 12:21:36 +0800 Subject: [PATCH] Modify invalid source --- py3c.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/py3c.spec b/py3c.spec index ffbb7aa..34da6f6 100644 --- a/py3c.spec +++ b/py3c.spec @@ -2,14 +2,13 @@ Name: py3c Version: 1.2 -Release: 3 +Release: 4 Summary: Guide and compatibility macros for porting extensions to Python 3 # Licences differ for subpackages 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 - +Source0: https://github.com/encukou/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: python3-devel python3-setuptools python3-sphinx python3-sphinx_rtd_theme gcc %description @@ -79,6 +78,9 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc %doc %{_pkgdocdir}/ %changelog +* Mon Nov 14 2022 caodongxia - 1.2-4 +- Modify invalid source + * Wed May 11 2022 houyingchao - 1.2-3 - License compliance rectification