Mon, 02 Feb 2026 00:56:09 CST | login

Information for build golang-github-klauspost-pgzip-1.2.5-2.oc9

ID36909
Package Namegolang-github-klauspost-pgzip
Version1.2.5
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-klauspost-pgzip.git?.#2e6a651f1da0b4c9de0e68cdc25497acbed40bb7
SummaryGo parallel gzip (de)compression
Description Go parallel gzip compression/decompression. This is a fully gzip compatible drop in replacement for "compress/gzip". This will split compression into blocks that are compressed in parallel. This can be useful for compressing big amounts of data. The output is a standard gzip file. The gzip decompression is modified so it decompresses ahead of the current reader. This means that reads will be non-blocking if the decompressor can keep ahead of your code reading from it. CRC calculation also takes place in a separate goroutine.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 02:05:48 CST
CompletedFri, 13 Jun 2025 02:14:46 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-github-klauspost-pgzip.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-klauspost-pgzip.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
golang-github-klauspost-pgzip-1.2.5-2.oc9.src.rpm (info) (download)
noarch
golang-github-klauspost-pgzip-devel-1.2.5-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
aarch64
dnf.log
dnf.librepo.log
dnf.rpm.log
state.log
root.log
hw_info.log
mock_output.log
build.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Jun 07 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.2.5-2 - Rebuilt for loongarch64 * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build