diff --git a/0001-Fix-inaccurate-translation-about-file-renamed-to-be-.patch b/0001-Fix-inaccurate-translation-about-file-renamed-to-be-.patch new file mode 100644 index 0000000..d696640 --- /dev/null +++ b/0001-Fix-inaccurate-translation-about-file-renamed-to-be-.patch @@ -0,0 +1,29 @@ +From ee62fb68cf7c790c44ea647694fe344e674fd413 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?=E4=BE=AF=E7=BA=A2=E5=8B=8B?= +Date: Fri, 10 May 2024 14:58:14 +0800 +Subject: [PATCH] Fix inaccurate translation about file renamed to be hidden +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: 侯红勋 +--- + translations/libpeony-qt/libpeony-qt_zh_CN.ts | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/translations/libpeony-qt/libpeony-qt_zh_CN.ts b/translations/libpeony-qt/libpeony-qt_zh_CN.ts +index bedcb31..448f06a 100644 +--- a/translations/libpeony-qt/libpeony-qt_zh_CN.ts ++++ b/translations/libpeony-qt/libpeony-qt_zh_CN.ts +@@ -2569,7 +2569,7 @@ Do you want to delete the link file? + + + The file %1%2%3 will be hidden when you refresh or change directory! +- 文件%1%2%3将被隐藏! ++ 文件 %1%2%3 在刷新或者切换路径后将会被隐藏! + + + The file %1%2%3 will be hidden! +-- +2.43.0 + diff --git a/peony.spec b/peony.spec index 848c697..0649eb4 100644 --- a/peony.spec +++ b/peony.spec @@ -1,6 +1,6 @@ Name: peony Version: 3.10.0 -Release: 6 +Release: 7 Summary: file Manager for the UKUI desktop License: GPL-3.0-or-later and MIT and BSD-3-Clause URL: http://www.ukui.org @@ -9,6 +9,7 @@ Patch01: 0001-fix-share-error-of-peony.patch Patch02: 0001-peony-fix-segment-fault-when-rapidly-open-windows.patch Patch03: 0001-peony-fix-a-problem-that-failed-to-switch-between-si.patch Patch04: 0001-readd-function-to-set-file-executable-permission.patch +Patch05: 0001-Fix-inaccurate-translation-about-file-renamed-to-be-.patch BuildRequires: libudisks2-devel BuildRequires: libnotify-devel @@ -85,6 +86,7 @@ Provides: libpeony %patch 2 -p1 %patch 3 -p1 %patch 4 -p1 +%patch 5 -p1 %build %{qmake_qt5} @@ -141,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/%{_lib}/*.so %changelog +* Fri May 10 2024 houhongxun - 3.10.0-7 +- fix inaccurate translation about file renamed to be hidden + * Thu May 09 2024 houhongxun - 3.10.0-6 - readd function to set file executable permission