Apply the last submitted patch

This commit is contained in:
liuxinhao 2022-09-09 17:38:31 +08:00
parent 2ecba51249
commit c4c62fd8d0

View File

@ -16,7 +16,7 @@ Name: caja
Summary: File manager for MATE Summary: File manager for MATE
Version: %{branch}.1 Version: %{branch}.1
%if 0%{?rel_build} %if 0%{?rel_build}
Release: 11 Release: 12
%else %else
Release: 0.15%{?git_rel} Release: 0.15%{?git_rel}
%endif %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 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 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 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: dbus-glib-devel
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
@ -191,6 +192,9 @@ EOF
%changelog %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 * Thu Sep 08 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 1.24.1-11
- Fix the open terminal can not correct to terminal icon(#I5Q5ME) - Fix the open terminal can not correct to terminal icon(#I5Q5ME)