From d148e846eacc5a6cbd7782f3866b29b5c060a1df Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:37:58 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- opensensemap-api.spec => python-opensensemap-api.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename opensensemap-api.spec => python-opensensemap-api.spec (94%) diff --git a/opensensemap-api.spec b/python-opensensemap-api.spec similarity index 94% rename from opensensemap-api.spec rename to python-opensensemap-api.spec index 3bc10a2..ae5cfd1 100644 --- a/opensensemap-api.spec +++ b/python-opensensemap-api.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-opensensemap-api Version: 0.1.6 -Release: 1 +Release: 2 Summary: Python client for interacting with the openSenseMap API. License: MIT URL: https://github.com/home-assistant-ecosystem/python-opensensemap-api @@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 0.1.6-2 +- change the spec file name to be the same as the repo name + * Mon Jul 12 2021 Python_Bot - 0.1.6-1 - Package Spec generated -- Gitee