From 91639f83b40f71d806029a0b7f06e5b046a92d0e Mon Sep 17 00:00:00 2001 From: liweiganga Date: Sat, 6 May 2023 11:17:20 +0800 Subject: [PATCH] compliance modification of regional and textual titles --- ...ication-of-regional-and-textual-titl.patch | 32 +++++++++++++++++++ deepin-desktop-base.spec | 7 ++-- 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 0001-compliance-modification-of-regional-and-textual-titl.patch diff --git a/0001-compliance-modification-of-regional-and-textual-titl.patch b/0001-compliance-modification-of-regional-and-textual-titl.patch new file mode 100644 index 0000000..0fd6726 --- /dev/null +++ b/0001-compliance-modification-of-regional-and-textual-titl.patch @@ -0,0 +1,32 @@ +From 8ba2696369dc305a3a011bc922e9207f53f73bf5 Mon Sep 17 00:00:00 2001 +From: leeffo +Date: Sat, 6 May 2023 11:20:32 +0800 +Subject: [PATCH] compliance modification of regional and textual titles + +--- + files/language_info.json | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/files/language_info.json b/files/language_info.json +index ff6c66c..e806c03 100644 +--- a/files/language_info.json ++++ b/files/language_info.json +@@ -842,13 +842,13 @@ + }, + { + "Locale": "zh_HK.UTF-8", +- "Description": "繁體中文(香港)", ++ "Description": "繁体中文(中国香港)", + "LangCode": "zh-hant", + "CountryCode": "HK" + }, + { + "Locale": "zh_TW.UTF-8", +- "Description": "正體中文", ++ "Description": "繁体中文(中国台湾)", + "LangCode": "zh-hant", + "CountryCode": "TW" + }, +-- +2.20.1 + diff --git a/deepin-desktop-base.spec b/deepin-desktop-base.spec index d5e610c..dcaa496 100644 --- a/deepin-desktop-base.spec +++ b/deepin-desktop-base.spec @@ -2,12 +2,12 @@ Name: deepin-desktop-base Version: 2022.01.27 -Release: 1 +Release: 2 Summary: Base files for Deepin Desktop License: GPLv3 URL: https://github.com/linuxdeepin/deepin-desktop-base Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -#Patch0: 0001-fix-logo.patch +Patch0: 0001-compliance-modification-of-regional-and-textual-titl.patch %description %{summary}. @@ -74,6 +74,9 @@ ln -sfv %{_datadir}/deepin/desktop-version-server %{buildroot}%{_sysconfdir}/dee %exclude %{_sysconfdir}/os-version %changelog +* Sat May 06 2023 liweiganga - 2022.01.27-2 +- feat: compliance modification of regional and textual titles + * Tue Mar 28 2023 liweiganga - 2022.01.27-1 - update: update to 2022.01.27 -- Gitee