!9 update to version 3.48.1

From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2023-12-04 08:32:42 +00:00 committed by Gitee
commit 4d4e5fbcb0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
6 changed files with 831 additions and 325 deletions

View File

@ -8,19 +8,19 @@ Subject: [PATCH] allow non-UTF8 locale
1 file changed, 5 deletions(-)
diff --git a/src/server.cc b/src/server.cc
index 48c09f3..429424f 100644
index 199df22..cbbb711 100644
--- a/src/server.cc
+++ b/src/server.cc
@@ -122,11 +122,6 @@ init_server (int argc,
terminal_i18n_init (TRUE);
@@ -123,11 +123,6 @@ init_server (int argc,
g_unsetenv ("CHARSET");
g_unsetenv ("OUTPUT_CHARSET");
- const char *charset;
- if (!g_get_charset (&charset)) {
- g_printerr ("Non UTF-8 locale (%s) is not supported!\n", charset);
- return _EXIT_FAILURE_NO_UTF8;
- }
/* Sanitise environment */
g_unsetenv ("DBUS_STARTER_BUS_TYPE");
--

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: gnome-terminal
Version: 3.46.7
Release: 2
Version: 3.48.1
Release: 1
Summary: A terminal emulator for GNOME
License: GPL-3.0-or-later and GFDL-1.3-only and LGPL-2.0-or-later
URL: http://www.gnome.org/
@ -83,6 +83,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Terminal.de
%{_metainfodir}/org.gnome.Terminal.Nautilus.metainfo.xml
%changelog
* Mon Nov 27 2023 lwg <liweiganga@uniontech.com> - 3.48.1-1
- update to version 3.48.1
* Wed Jul 26 2023 zhaoshuang <zhaoshuang@uniontech.com> - 3.46.7-2
- fix: allow-non-UTF8-locale

View File

@ -1,4 +1,4 @@
version_control: gitlab.gnome
src_repo: gnome-terminal
tag_prefix: GNOME_TERMINAL_
seperator: _
separator: _