From 3f06874d1113b56462ea80c06b0f72c63964c5b1 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:38:00 +0800 Subject: [PATCH] add release version for rebuild --- python-pymongo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pymongo.spec b/python-pymongo.spec index 30236ce..581ec6c 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -1,6 +1,6 @@ Name: python-pymongo Version: 3.9.0 -Release: 2 +Release: 3 License: Apache License 2.0 Summary: PyMongo - the Python driver for MongoDB URL: https://github.com/mongodb/mongo-python-driver @@ -156,6 +156,9 @@ popd %{_pkgdocdir} %changelog +* Fri Aug 21 2020 shixuantong - 3.9.0-3 +- add release version for rebuild + * Fri Feb 21 2020 shanshishi - 3.9.0-2 - Revise build requires of python2-sphinx to python3-sphinx -- Gitee