From 60bb51d5bfd0b3faf481129f778e96ab801df588 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:53:02 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- flask-cors.spec => python-Flask-Cors.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename flask-cors.spec => python-Flask-Cors.spec (94%) diff --git a/flask-cors.spec b/python-Flask-Cors.spec similarity index 94% rename from flask-cors.spec rename to python-Flask-Cors.spec index 0c9d9af..cc212f9 100755 --- a/flask-cors.spec +++ b/python-Flask-Cors.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-Flask-Cors Version: 3.0.8 -Release: 1 +Release: 2 Summary: A Flask extension adding a decorator for CORS support License: MIT URL: https://github.com/corydolphin/flask-cors @@ -69,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 3.0.8-2 +- change the spec file name to be the same as the repo name + * Wed Aug 19 2020 Python_Bot - Package Spec generated -- Gitee