From 3cfd258183bec7e4b23436cc90f14d9cc7f646b9 Mon Sep 17 00:00:00 2001 From: fanjiachen Date: Fri, 21 Aug 2020 11:21:26 +0800 Subject: [PATCH] add release for update --- python-gevent.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-gevent.spec b/python-gevent.spec index d360b87..ab03809 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -3,7 +3,7 @@ Name: python-gevent Version: 1.3.6 -Release: 2 +Release: 3 Summary: A coroutine-based Python networking library License: MIT URL: http://www.gevent.org/ @@ -115,6 +115,12 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %{python3_sitearch}/gevent* %changelog +* Fri Aug 21 2020 fanjiachen - 1.3.6-3 +- Type:rebuild +- ID:NA +- SUG:NA +- DESC:rebuild for requirement package update + * Tue Dec 10 2019 openEuler Buildteam - 1.3.6-2 - modify spec format -- Gitee