From a960a17ad52e58a79d1a063a2bbaca4c6b406ed3 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Wed, 18 May 2022 18:39:02 +0800 Subject: [PATCH] Improve the project according to the requirements of compliance improvement --- qjson.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qjson.spec b/qjson.spec index 51d15b2..8584963 100644 --- a/qjson.spec +++ b/qjson.spec @@ -5,10 +5,10 @@ Name: qjson Version: 0.9.0 -Release: 9 +Release: 10 Summary: A qt-based library that maps JSON data to QVariant objects -License: GPLv2+ +License: LGPLv2+ URL: https://github.com/flavio/qjson %if 0%{?commit0:1} Source0: https://github.com/flavio/qjson/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz @@ -139,6 +139,9 @@ xvfb-run -a make test -C %{_target_platform}-qt5 ||: %changelog +* Thu May 19 2022 tanyulong - 0.9.0-10 +- Improve the project according to the requirements of compliance improvement + * Mon Dec 20 2021 tanyulong  - 0.9.0-9 - remove Annotation in spec files