!58 应用上次提交的补丁,修复打开终端图标对应不上的问题

From: @liubuguiii 
Reviewed-by: @tangjie02 
Signed-off-by: @tangjie02
This commit is contained in:
openeuler-ci-bot 2022-09-13 03:14:09 +00:00 committed by Gitee
commit 24e0897b64
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -16,7 +16,7 @@ Name: caja
Summary: File manager for MATE
Version: %{branch}.1
%if 0%{?rel_build}
Release: 11
Release: 12
%else
Release: 0.15%{?git_rel}
%endif
@ -40,6 +40,7 @@ Patch7: 0002-Let-the-location-bar-background-change-with-theme.patch
Patch8: 0003-Fix-the-background-image-can-not-draw-all-when-rotat.patch
Patch9: 0004-Not-draw-icon-and-text-hight-light-color-when-icon-n.patch
Patch10: 0001-fix-desktop-Add-Chinese-name-translation-to-desktop-.patch
Patch11: 1084-fix-caja-Fix-the-open-terminal-can-not-correct-to-te-29a720a6.patch
BuildRequires: dbus-glib-devel
BuildRequires: desktop-file-utils
@ -191,6 +192,9 @@ EOF
%changelog
* Fri Sep 09 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 1.24.1-12
- Apply the last submitted patch
* Thu Sep 08 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 1.24.1-11
- Fix the open terminal can not correct to terminal icon(#I5Q5ME)