Sun, 24 Nov 2024 08:07:27 CST | login

Information for build gdbm-1.23-4.ocs23

ID1816
Package Namegdbm
Version1.23
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/gdbm.git?.#a1fa07a7f56854a2c243d815244bafd164e0ff7d
SummaryA GNU set of database routines which use extensible hashing
DescriptionGNU dbm (or GDBM, for short) is a library of database functions that use extensible hashing and work similar to the standard UNIX dbm. The basic use of GDBM is to store key/data pairs in a data file. Each key must be unique and each key is paired with only one data item. The library provides primitives for storing key/data pairs, searching and retrieving the data by its key and deleting a key along with its data. It also support sequential iteration over all key/data pairs in a database. For compatibility with programs using old UNIX dbm function, the package also provides traditional dbm and ndbm interfaces.
Built bystreamkoji
State complete
Volume DEFAULT
StartedFri, 08 Sep 2023 23:51:48 CST
CompletedFri, 08 Sep 2023 23:54:07 CST
Taskbuild (dist-ocs23, /opencloudos-stream/gdbm.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/gdbm.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
gdbm-1.23-4.ocs23.src.rpm (info) (download)
aarch64
gdbm-1.23-4.ocs23.aarch64.rpm (info) (download)
gdbm-devel-1.23-4.ocs23.aarch64.rpm (info) (download)
gdbm-libs-1.23-4.ocs23.aarch64.rpm (info) (download)
gdbm-debuginfo-1.23-4.ocs23.aarch64.rpm (info) (download)
gdbm-debugsource-1.23-4.ocs23.aarch64.rpm (info) (download)
gdbm-libs-debuginfo-1.23-4.ocs23.aarch64.rpm (info) (download)
loongarch64
gdbm-1.23-4.ocs23.loongarch64.rpm (info) (download)
gdbm-devel-1.23-4.ocs23.loongarch64.rpm (info) (download)
gdbm-libs-1.23-4.ocs23.loongarch64.rpm (info) (download)
gdbm-debuginfo-1.23-4.ocs23.loongarch64.rpm (info) (download)
gdbm-debugsource-1.23-4.ocs23.loongarch64.rpm (info) (download)
gdbm-libs-debuginfo-1.23-4.ocs23.loongarch64.rpm (info) (download)
x86_64
gdbm-1.23-4.ocs23.x86_64.rpm (info) (download)
gdbm-devel-1.23-4.ocs23.x86_64.rpm (info) (download)
gdbm-libs-1.23-4.ocs23.x86_64.rpm (info) (download)
gdbm-debuginfo-1.23-4.ocs23.x86_64.rpm (info) (download)
gdbm-debugsource-1.23-4.ocs23.x86_64.rpm (info) (download)
gdbm-libs-debuginfo-1.23-4.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.23-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.23-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.23-2 - Rebuilt for OpenCloudOS Stream 23 * Mon Jul 11 2022 Wang Zhe <bessiewang@tencent.com> - 1.23-1 - initial build