From 7bf0f83b013b756838e780a864c209bf01aa555c Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:31:22 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- ujson.spec => python-ujson.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename ujson.spec => python-ujson.spec (94%) diff --git a/ujson.spec b/python-ujson.spec similarity index 94% rename from ujson.spec rename to python-ujson.spec index 14096a2..a10c3f4 100644 --- a/ujson.spec +++ b/python-ujson.spec @@ -2,7 +2,7 @@ %global common_desc UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 3.6+ Name: python-ujson Version: 4.0.2 -Release: 2 +Release: 3 Summary: Ultra fast JSON encoder and decoder for Python License: BSD URL: https://github.com/ultrajson/ultrajson @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 4.0.2-3 +- change the spec file name to be the same as the repo name + * Thu Sep 16 2021 wangxiyuan - 4.0.2-2 - Add gcc-c++ build require * Tue Jul 20 2021 OpenStack_SIG - 4.0.2-1 -- Gitee