From a4af26e7da6cbf1bcbe4076ed4176b1f1ebe2524 Mon Sep 17 00:00:00 2001 From: Dongwoo Lee Date: Thu, 20 Oct 2022 19:14:12 +0900 Subject: [PATCH] libsyscommon v5.0.0 Changes from v4.1 - Add libsyscommon-resource-manager feature to handle the resource and resource attribute based on ID. - Newly added header files for resource-manager 1. usr/include/libsyscommon/resource-type.h : Contain the supported resource data type and resource flag to indicate the specific characteristic. 2. usr/include/libsyscommon/resource-manager.h : Contain the resource handelr functions such as create/delete resource, update the resource attributes and get value of resource attributes. : Contain the structures for resource driver and attribute 3. usr/include/libsyscommon/resource-device.h : Contain the resource_device structure and function to handle the resource device data. Change-Id: Id43eb66dc1797cf8838497ff0aaa37625ca6fe30 Signed-off-by: Dongwoo Lee Signed-off-by: Chanwoo Choi --- packaging/libsyscommon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/libsyscommon.spec b/packaging/libsyscommon.spec index c46dab1..3982d61 100644 --- a/packaging/libsyscommon.spec +++ b/packaging/libsyscommon.spec @@ -1,6 +1,6 @@ Name: libsyscommon Summary: System Libraries -Version: 4.1 +Version: 5.0.0 Release: 0%{?release_flags} License: MIT Group: System/Libraries -- 2.34.1