diff --git a/caja.spec b/caja.spec index e7e23feb52b0fce34df2793642f22cee0bd2920c..bcfa40dce4b79d4cb8e5bb6c10279a44fa61cb6a 100755 --- a/caja.spec +++ b/caja.spec @@ -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 - 1.24.1-12 +- Apply the last submitted patch + * Thu Sep 08 2022 liuxinhao - 1.24.1-11 - Fix the open terminal can not correct to terminal icon(#I5Q5ME)