From 13b355f18d44bdb7aa37a4bf9c3dfe2f7301ea66 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:34:49 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- python-flask-limiter.spec => python-Flask-Limiter.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename python-flask-limiter.spec => python-Flask-Limiter.spec (94%) diff --git a/python-flask-limiter.spec b/python-Flask-Limiter.spec similarity index 94% rename from python-flask-limiter.spec rename to python-Flask-Limiter.spec index 678d2b3..e80fedb 100644 --- a/python-flask-limiter.spec +++ b/python-Flask-Limiter.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-Flask-Limiter Version: 1.4 -Release: 1 +Release: 2 Summary: Rate limiting for flask applications License: MIT URL: https://flask-limiter.readthedocs.org @@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 1.4-2 +- change the spec file name to be the same as the repo name + * Mon Feb 08 2021 Python_Bot - Package Spec generated -- Gitee