From 8052eb1d0f0e9c524772d7c7a5e467f7e4375235 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Wed, 18 May 2022 18:26:53 +0800 Subject: [PATCH] Improve the project according to the requirements of compliance improvement --- pycharm-community.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pycharm-community.spec b/pycharm-community.spec index 1a68d7c..37c71ff 100644 --- a/pycharm-community.spec +++ b/pycharm-community.spec @@ -2,10 +2,10 @@ Name: pycharm-community Version: 2021.2.2 -Release: 1 +Release: 2 Summary: Intelligent Python IDE Group: Applications/Development -License: Apache2 +License: Apache-2.0 and MIT and BSD URL: http://www.jetbrains.com/pycharm/ Source0: pycharm-community-jbr.tar.gz Source1: pycharm-community-lib.tar.gz @@ -42,6 +42,9 @@ cp -r %{SOURCE4} %{buildroot}/usr/share/applications/ %{_datadir}/applications/pycharm-community.desktop %changelog +* Thu May 19 2022 tanyulong - 2021.2.2-2 +- Improve the project according to the requirements of compliance improvement + * Thu Sep 23 2021 douyan -2021.2.2-1 - update to version 2021.2.2 -- Gitee