From 6ca00ac509a73ac71f68d7a354a98c8474d27b2c Mon Sep 17 00:00:00 2001 From: dou33 Date: Wed, 23 Feb 2022 15:05:21 +0800 Subject: [PATCH] fix compile issue --- pycharm-community.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pycharm-community.spec b/pycharm-community.spec index 7cf747d..66078f0 100644 --- a/pycharm-community.spec +++ b/pycharm-community.spec @@ -2,7 +2,7 @@ Name: pycharm-community Version: 2021.2.2 -Release: 1 +Release: 2 Summary: Intelligent Python IDE Group: Applications/Development License: Apache2 @@ -42,6 +42,9 @@ cp -r %{SOURCE4} %{buildroot}/usr/share/applications/ %{_datadir}/applications/pycharm-community.desktop %changelog +* Wed Feb 24 2021 douyan -2021.2.2-2 +- fix compile issue + * Thu Sep 23 2021 douyan -2021.2.2-1 - update to version 2021.2.2 -- Gitee