From c4c62fd8d09bf42f88b4eca9a136352566c9f7e0 Mon Sep 17 00:00:00 2001 From: liuxinhao Date: Fri, 9 Sep 2022 17:38:31 +0800 Subject: [PATCH] Apply the last submitted patch --- caja.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/caja.spec b/caja.spec index e7e23fe..bcfa40d 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)