Fri, 27 Jun 2025 00:08:51 CST | login

Information for build ustr-1.0.4-6.oc9

ID34800
Package Nameustr
Version1.0.4
Release6.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/ustr.git?.#050009b234241d014761e762bd22cd47268b51c6
SummaryString library, very low memory overhead, simple to import
DescriptionThis package provides a low overhead string library for C, it is been designed to make integrating a string library into any C project easy. The default overhead over using plain strdup("a") is 4 used bytes (on i386 or x86-64), and for this you get reference counted length managed strings. This overhead grows to 5 used bytes for 256 byte strings, and 7 bytes for 65,536 character strings. This package also distributes pre-built shared libraries.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedWed, 23 Apr 2025 08:23:42 CST
CompletedWed, 23 Apr 2025 08:42:39 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/ustr.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/ustr.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
ustr-1.0.4-6.oc9.src.rpm (info) (download)
aarch64
ustr-1.0.4-6.oc9.aarch64.rpm (info) (download)
ustr-debug-1.0.4-6.oc9.aarch64.rpm (info) (download)
ustr-debug-static-1.0.4-6.oc9.aarch64.rpm (info) (download)
ustr-devel-1.0.4-6.oc9.aarch64.rpm (info) (download)
ustr-static-1.0.4-6.oc9.aarch64.rpm (info) (download)
ustr-debug-debuginfo-1.0.4-6.oc9.aarch64.rpm (info) (download)
ustr-debuginfo-1.0.4-6.oc9.aarch64.rpm (info) (download)
ustr-debugsource-1.0.4-6.oc9.aarch64.rpm (info) (download)
loongarch64
ustr-1.0.4-6.oc9.loongarch64.rpm (info) (download)
ustr-debug-1.0.4-6.oc9.loongarch64.rpm (info) (download)
ustr-debug-static-1.0.4-6.oc9.loongarch64.rpm (info) (download)
ustr-devel-1.0.4-6.oc9.loongarch64.rpm (info) (download)
ustr-static-1.0.4-6.oc9.loongarch64.rpm (info) (download)
ustr-debug-debuginfo-1.0.4-6.oc9.loongarch64.rpm (info) (download)
ustr-debuginfo-1.0.4-6.oc9.loongarch64.rpm (info) (download)
ustr-debugsource-1.0.4-6.oc9.loongarch64.rpm (info) (download)
x86_64
ustr-1.0.4-6.oc9.x86_64.rpm (info) (download)
ustr-debug-1.0.4-6.oc9.x86_64.rpm (info) (download)
ustr-debug-static-1.0.4-6.oc9.x86_64.rpm (info) (download)
ustr-devel-1.0.4-6.oc9.x86_64.rpm (info) (download)
ustr-static-1.0.4-6.oc9.x86_64.rpm (info) (download)
ustr-debug-debuginfo-1.0.4-6.oc9.x86_64.rpm (info) (download)
ustr-debuginfo-1.0.4-6.oc9.x86_64.rpm (info) (download)
ustr-debugsource-1.0.4-6.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-6 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-5 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-2 - Rebuilt for OpenCloudOS Stream 23 * Tue Jul 19 2022 Yi Lin <nilusyi@tencent.com> - 1.0.4-1 - package init.