Information for build snappy-1.1.10-1.fc39

ID2167489
Package Namesnappy
Version1.1.10
Release1.fc39
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/snappy.git#e51b3156f7dcdf7bac0462bc0e45b90db44e4f32
SummaryFast compression and decompression library
DescriptionSnappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger.
Built bymgieseki
State complete
Volume DEFAULT
StartedThu, 09 Mar 2023 09:42:12 UTC
CompletedThu, 09 Mar 2023 09:46:30 UTC
Taskbuild (rawhide, /rpms/snappy.git:e51b3156f7dcdf7bac0462bc0e45b90db44e4f32)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/snappy.git#e51b3156f7dcdf7bac0462bc0e45b90db44e4f32'}}
Tags
f39
RPMs
src
snappy-1.1.10-1.fc39.src.rpm (info) (download)
aarch64
snappy-1.1.10-1.fc39.aarch64.rpm (info) (download)
snappy-devel-1.1.10-1.fc39.aarch64.rpm (info) (download)
snappy-debuginfo-1.1.10-1.fc39.aarch64.rpm (info) (download)
snappy-debugsource-1.1.10-1.fc39.aarch64.rpm (info) (download)
i686
snappy-1.1.10-1.fc39.i686.rpm (info) (download)
snappy-devel-1.1.10-1.fc39.i686.rpm (info) (download)
snappy-debuginfo-1.1.10-1.fc39.i686.rpm (info) (download)
snappy-debugsource-1.1.10-1.fc39.i686.rpm (info) (download)
ppc64le
snappy-1.1.10-1.fc39.ppc64le.rpm (info) (download)
snappy-devel-1.1.10-1.fc39.ppc64le.rpm (info) (download)
snappy-debuginfo-1.1.10-1.fc39.ppc64le.rpm (info) (download)
snappy-debugsource-1.1.10-1.fc39.ppc64le.rpm (info) (download)
s390x
snappy-1.1.10-1.fc39.s390x.rpm (info) (download)
snappy-devel-1.1.10-1.fc39.s390x.rpm (info) (download)
snappy-debuginfo-1.1.10-1.fc39.s390x.rpm (info) (download)
snappy-debugsource-1.1.10-1.fc39.s390x.rpm (info) (download)
x86_64
snappy-1.1.10-1.fc39.x86_64.rpm (info) (download)
snappy-devel-1.1.10-1.fc39.x86_64.rpm (info) (download)
snappy-debuginfo-1.1.10-1.fc39.x86_64.rpm (info) (download)
snappy-debugsource-1.1.10-1.fc39.x86_64.rpm (info) (download)
Logs
i686
hw_info.log
state.log
build.log
root.log
mock_output.log
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
aarch64
hw_info.log
state.log
build.log
root.log
mock_output.log
ppc64le
hw_info.log
state.log
build.log
root.log
mock_output.log
s390x
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Mar 09 2023 Martin Gieseking <martin.gieseking@uos.de> - 1.1.10-1 - Updated to version 1.1.10. - Removed snappy-inline.patch as it's no longer required. * Tue Jan 31 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.9-7 - Build with C++14 instead of C++11; gtest 1.13.0 requires it * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jul 08 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 1.1.9-2 - Do not forcibly disable RTTI * Sat May 15 2021 Martin Gieseking <martin.gieseking@uos.de> - 1.1.9-1 - Updated to new release.