Projects
openEuler:24.03:SP1:Everything
glib2
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 5
View file
_service:tar_scm:glib2.spec
Changed
@@ -1,6 +1,6 @@ Name: glib2 Version: 2.78.3 -Release: 3 +Release: 5 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: https://www.gtk.org @@ -9,7 +9,7 @@ Patch1: gspawn-eperm.patch Patch2: backport-gmessages-fix-dropping-irrelevant-log-domains.patch Patch3: backport-gutils-Fix-an-unlikely-minor-leak-in-g_build_user_data_dir.patch - +Patch4: gio-fix-filesystem-type-ext-err.patch Patch6001: backport-CVE-2024-34397.patch Patch6002: backport-gdbusconnection-Allow-name-owners-to-have-the-syntax-of-a-well-known-name.patch @@ -17,6 +17,7 @@ Patch6004: backport-gsocketclient-Fix-a-use-after-free-in-g_socket_client_connected_callback.patch Patch6005: backport-gcontextspecificgroup-Wait-until-stop_func-is-done.patch Patch6006: backport-gresources-fix-memory-leak-from-libelf.patch +Patch6007: Correct-translation-information.patch BuildRequires: chrpath gcc gcc-c++ gettext perl-interpreter BUildRequires: glibc-devel libattr-devel libselinux-devel meson @@ -201,6 +202,12 @@ %endif %changelog +* Fri Oct 25 2024 GuoCe <guoce@kylinos.cn> - 2.78.3-5 +- Correct translation information + +* Thu Oct 24 2024 litenglong <litenglong@kylinos.cn> - 2.78.3-4 +- fix filesystem type ext err + * Mon Sep 9 2024 zhangzikang <zhangzikang@kylinos.cn> - 2.78.3-3 - backport patch: backport-gdbusmessage-Clean-the-cached-arg0-when-setting-the-message-body.patch
View file
_service:tar_scm:Correct-translation-information.patch
Added
@@ -0,0 +1,35 @@ +From 69c3532fc9d677793a0e15f04651de7e1ef215ed Mon Sep 17 00:00:00 2001 +From: Guo Ce <guoce@kylinos.cn> +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-FullNameth=นาฬิกา GNOME + X-GNOME-FullNametr=GNOME Saatleri + X-GNOME-FullNamevi=Đồng hồ GNOME + X-GNOME-FullNamezh_CN=GNOME 时钟 +-X-GNOME-FullNamezh_HK=GNOME Clocks ++X-GNOME-FullNamezh_HK=GNOME 時鐘 + X-GNOME-FullNamezh_TW=GNOME 時鐘 + X-GNOME-FullNameug=گىنوم سائەتلىرى + X-GNOME-FullName=GNOME Clocks +@@ -398,7 +398,8 @@ X-Geoclue-Reasonsv=Låter världsklockor visas för din tidszon. + X-Geoclue-Reasonth=เพื่อให้สามารถแสดงนาฬิกาทั่วโลกสำหรับเขตเวลาของคุณ + X-Geoclue-Reasontr=Saat diliminiz için dünya saatlerinin gösterilmesine olanak tanır. + X-Geoclue-Reasonvi=Cho phép các đồng hồ thế giới hiển thị cho múi giờ của bạn. +-X-Geoclue-Reasonzh_CN=允许为您的时区显示世界时钟 ++X-Geoclue-Reasonzh_CN=允许为您的时区显示世界时钟。 ++X-Geoclue-Reasonzh_HK=允許為您的時區顯示世界時鐘。 + X-Geoclue-Reasonzh_TW=允許為您的時區顯示世界時鐘。 + X-Geoclue-Reason=Allows world clocks to be displayed for your time zone. + X-Flatpak=org.gnome.clocks +-- +2.37.1 +
View file
_service:tar_scm:gio-fix-filesystem-type-ext-err.patch
Added
@@ -0,0 +1,25 @@ +From 901711c799f67a62739edf07312aa12aecd6e334 Mon Sep 17 00:00:00 2001 +From: litenglong <litenglong@kylinos.cn> +Date: Wed, 23 Oct 2024 15:44:27 +0800 +Subject: PATCH gio fix filesystem type ext err + +--- + gio/glocalfile.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/gio/glocalfile.c b/gio/glocalfile.c +index dbb5690..9e01547 100644 +--- a/gio/glocalfile.c ++++ b/gio/glocalfile.c +@@ -637,7 +637,7 @@ get_fs_type (long f_type) + case 0xEF51: + return "ext2"; + case 0xEF53: +- return "ext3/ext4"; ++ return "ext2/ext3/ext4"; + case 0xF2F52010: + return "f2fs"; + case 0x65735546: +-- +2.25.1 +
View file
_service
Changed
@@ -2,7 +2,7 @@ <service name="tar_scm"> <param name="scm">git</param> <param name="url">git@gitee.com:src-openeuler/glib2.git</param> - <param name="revision">openEuler-24.03-LTS-Next</param> + <param name="revision">openEuler-24.03-LTS-SP1</param> <param name="exclude">*</param> <param name="extract">*</param> </service>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2