From ff48af953d95b88fbe4fddc33ea6a97186468064 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Mon, 24 Oct 2022 09:05:05 +0000 Subject: [PATCH] Rebuild for next 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..4fdcd4f 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 +* Mon Oct 24 2022 zhuofeng - 1.15.0-2 +- Rebuild for next release + * Sat Dec 25 2021 tianwei - 1.15.0-1 - upgrade version to 1.15.0 -- Gitee