From d373e98c26c8bc140e308c1003eaa0313aec7c8e Mon Sep 17 00:00:00 2001 From: Guo Ce Date: Fri, 25 Oct 2024 17:54:26 +0800 Subject: [PATCH] Correct translation information --- Correct-translation-information.patch | 35 +++++++++++++++++++++++++++ glib2.spec | 6 ++++- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 Correct-translation-information.patch diff --git a/Correct-translation-information.patch b/Correct-translation-information.patch new file mode 100644 index 0000000..c6b6fef --- /dev/null +++ b/Correct-translation-information.patch @@ -0,0 +1,35 @@ +From 69c3532fc9d677793a0e15f04651de7e1ef215ed Mon Sep 17 00:00:00 2001 +From: Guo Ce +Date: Thu, 24 Oct 2024 15:48:15 +0800 +Subject: [PATCH] Correct translation information + +--- + .../desktop-files/usr/applications/org.gnome.clocks.desktop | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +diff --git a/gio/tests/desktop-files/usr/applications/org.gnome.clocks.desktop b/gio/tests/desktop-files/usr/applications/org.gnome.clocks.desktop +index 92a6b35..f1ca091 100644 +--- a/gio/tests/desktop-files/usr/applications/org.gnome.clocks.desktop ++++ b/gio/tests/desktop-files/usr/applications/org.gnome.clocks.desktop +@@ -204,7 +204,7 @@ X-GNOME-FullName[th]=นาฬิกา GNOME + X-GNOME-FullName[tr]=GNOME Saatleri + X-GNOME-FullName[vi]=Đồng hồ GNOME + X-GNOME-FullName[zh_CN]=GNOME 时钟 +-X-GNOME-FullName[zh_HK]=GNOME Clocks ++X-GNOME-FullName[zh_HK]=GNOME 時鐘 + X-GNOME-FullName[zh_TW]=GNOME 時鐘 + X-GNOME-FullName[ug]=گىنوم سائەتلىرى + X-GNOME-FullName=GNOME Clocks +@@ -398,7 +398,8 @@ X-Geoclue-Reason[sv]=Låter världsklockor visas för din tidszon. + X-Geoclue-Reason[th]=เพื่อให้สามารถแสดงนาฬิกาทั่วโลกสำหรับเขตเวลาของคุณ + X-Geoclue-Reason[tr]=Saat diliminiz için dünya saatlerinin gösterilmesine olanak tanır. + X-Geoclue-Reason[vi]=Cho phép các đồng hồ thế giới hiển thị cho múi giờ của bạn. +-X-Geoclue-Reason[zh_CN]=允许为您的时区显示世界时钟 ++X-Geoclue-Reason[zh_CN]=允许为您的时区显示世界时钟。 ++X-Geoclue-Reason[zh_HK]=允許為您的時區顯示世界時鐘。 + X-Geoclue-Reason[zh_TW]=允許為您的時區顯示世界時鐘。 + X-Geoclue-Reason=Allows world clocks to be displayed for your time zone. + X-Flatpak=org.gnome.clocks +-- +2.37.1 + diff --git a/glib2.spec b/glib2.spec index 1df3901..942e84d 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.66.8 -Release: 15 +Release: 16 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: http://www.gtk.org @@ -74,6 +74,7 @@ patch6062: backport-CVE-2023-24593_CVE-2023-25180-2.patch patch6063: backport-glocalfilemonitor-Avoid-file-monitor-destruction-from-event-thread.patch patch6064: backport-CVE-2024-34397.patch patch6065: backport-gdbusconnection-Allow-name-owners-to-have-the-syntax-of-a-well-known-name.patch +Patch6066: Correct-translation-information.patch BuildRequires: chrpath gcc gcc-c++ gettext perl-interpreter %ifnarch i686 @@ -246,6 +247,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %endif %changelog +* Fri Oct 25 2024 GuoCe - 2.66.8-16 +- Correct translation information + * Thu Oct 24 2024 litenglong - 2.66.8-15 - fix filesystem type ext err -- Gitee