From 5466d2122f950e063d22bada2f6b33c7731139c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Fri, 21 Aug 2020 11:44:19 +0800 Subject: [PATCH] add release version for rebuild --- python-tornado.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tornado.spec b/python-tornado.spec index ae1293a..5b1f558 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,6 +1,6 @@ Name: python-tornado Version: 5.0.2 -Release: 5 +Release: 6 Summary: a Python web framework and asynchronous networking library License: ASL 2.0 URL: http://www.tornadoweb.org @@ -60,6 +60,9 @@ and other applications that require a long-lived connection to each user. %{python3_sitearch}/* %changelog +* Fri Aug 21 2020 shixuantong - 5.0.2-6 +- add release version for rebuild + * Tue Dec 10 2019 openEuler Buildteam - 5.0.2-5 - Package init -- Gitee