From c591b98be7e252926ee9337c765db18cb546b56e Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Fri, 15 Dec 2023 13:47:33 +0800 Subject: [PATCH] rebuild --- sip.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sip.spec b/sip.spec index 4ec78cd..75a4369 100644 --- a/sip.spec +++ b/sip.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name sip @@ -11,7 +11,8 @@ Summary: SIP - Python/C++ Bindings Generator # code_generator/parser.{c.h} is GPLv2+ with exceptions (bison) License: (GPLv2 or GPLv3) and (GPLv2+ with exceptions) URL: https://www.riverbankcomputing.com/software/sip -Source0: https://files.pythonhosted.org/packages/50/3a/ae9b9e36c7f1db92675b25f722ff7a8c3f6efd50817d5c946a7637dacd88/sip-%{version}.tar.gz +# package in https://pypi.org/project/sip/ , The download address may change during updates +Source0: https://files.pythonhosted.org/packages/a6/4e/c34eee70109e9a8110672f074fc18b5022bf4b9b4c92641245c73ae0b21a/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: python3-devel @@ -49,6 +50,9 @@ Python bindings for wxWidgets.} %{python3_sitearch}/sipbuild/ %changelog +* Fri Dec 15 2023 mgb01105731 - 6.7.12-2 +- rebuild + * Thu Oct 19 2023 Funda Wang - 6.7.12-1 - New version 6.7.12 -- Gitee