From 03102f5dcc937326b4ccbf7320f8cbbb796d25bf Mon Sep 17 00:00:00 2001 From: sqwlly Date: Wed, 21 Jun 2023 11:59:43 +0800 Subject: [PATCH] =?UTF-8?q?OAT=E6=95=B4=E6=94=B9=20Signed-off-by:=20s30029?= =?UTF-8?q?175=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sqwlly Change-Id: I77f9bffc076c7a86b21f498129f89bc0273b09c2 --- OAT.xml | 98 +++++++++++++++++++++++++++++++++++++++++------ README.OpenSource | 4 +- 2 files changed, 89 insertions(+), 13 deletions(-) diff --git a/OAT.xml b/OAT.xml index e6d0c97..a206888 100644 --- a/OAT.xml +++ b/OAT.xml @@ -57,27 +57,103 @@ Note:If the text contains special characters, please escape them according to th COPYING + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.OpenSource b/README.OpenSource index 23b7fc1..9bebd2f 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,9 +1,9 @@ [ { - "Name": "glib", + "Name": "openEuler:glib2", "License": "LGPL V2.1", "License File": "COPYING", - "Version Number": "2.68.1", + "Version Number": "2.68.1-10.oe2203", "Upstream URL": "https://www.gtk.org/", "Description": "GLib is the low-level core library that forms the basis for projects such as GTK and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system." } -- Gitee