From a8e9ea87b129c27776012593fe397e4dc84c0ff8 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 1 Apr 2022 18:20:43 +0800 Subject: [PATCH] Resolve compilation failures --- python-funcsigs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-funcsigs.spec b/python-funcsigs.spec index 1ccb014..d8a9cd6 100644 --- a/python-funcsigs.spec +++ b/python-funcsigs.spec @@ -5,7 +5,7 @@ as well as 3.2 and up. \ Name: python-funcsigs Version: 1.0.2 -Release: 14 +Release: 15 Summary: Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+ License: ASL 2.0 URL: http://pypi.python.org/pypi/funcsigs @@ -50,12 +50,15 @@ rm -rf html/.{doctrees,buildinfo} %files -n python3-funcsigs %license LICENSE -%{python3_sitelib}/{funcsigs,funcsigs-%{version}-py?.?.egg-info} +%{python3_sitelib}/{funcsigs,funcsigs-%{version}-py%{python3_version}.egg-info} %files help %doc html README.rst %changelog +* Fri Apr 1 2022 yaoxin - 1.0.2-15 +- Resolve compilation failures. + * Mon Aug 10 2020 lingsheng - 1.0.2-14 - Remove python2-funcsigs subpackage -- Gitee