From ee8639022ceefa528a9f3bc9fe3674ecc0468ad1 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Wed, 19 Oct 2022 12:19:23 +0000 Subject: [PATCH] fixed e6d8669 from https://gitee.com/zhuofeng6/python-cffi/pulls/20 update release Signed-off-by: zhuofeng --- python-cffi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cffi.spec b/python-cffi.spec index 4c33821..ec8f77e 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -6,7 +6,7 @@ based on C-like declarations that you can often copy-paste from header files or Name: python-%{_name} Version: 1.15.0 -Release: 1 +Release: 2 Summary: %{_summary} License: MIT URL: http://cffi.readthedocs.org @@ -52,6 +52,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc PKG-INFO README.md %changelog +* Wed Oct 19 2022 zhuofeng - 1.15.0-2 +- update Release + * Sat Dec 25 2021 tianwei - 1.15.0-1 - upgrade version to 1.15.0 -- Gitee