Sat, 18 May 2024 18:58:40 UTC | login

Information for build R-fastmap-1.1.1-2.fc38

ID250217
Package NameR-fastmap
Version1.1.1
Release2.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/R-fastmap.git#e1ce9cfd6ec785d97058a42be3e1a1e4ce5692c2
SummaryFast Data Structures
DescriptionFast implementation of data structures, including a key-value store, stack, and queue. Environments are commonly used as key-value stores in R, but every time a new key is used, it is added to R's global symbol table, causing a small amount of memory leakage. This can be problematic in cases where many different keys are used. Fastmap avoids this memory leak issue by implementing the map using data structures in C++.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 22 Jun 2023 07:26:05 UTC
CompletedThu, 22 Jun 2023 08:42:39 UTC
Taskbuild (f38, /rpms/R-fastmap.git:e1ce9cfd6ec785d97058a42be3e1a1e4ce5692c2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/R-fastmap.git#e1ce9cfd6ec785d97058a42be3e1a1e4ce5692c2'}}
Tags
f38
f39
f40
RPMs
src
R-fastmap-1.1.1-2.fc38.src.rpm (info) (download)
riscv64
R-fastmap-1.1.1-2.fc38.riscv64.rpm (info) (download)
R-fastmap-debuginfo-1.1.1-2.fc38.riscv64.rpm (info) (download)
R-fastmap-debugsource-1.1.1-2.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 1.1.1-2 - R-maint-sig mass rebuild * Fri Mar 03 2023 Tom Callaway <spot@fedoraproject.org> - 1.1.1-1 - update to 1.1.1 * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Aug 04 2022 Tom Callaway <spot@fedoraproject.org> - 1.1.0-6 - rebuild for R 4.2.1 * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Jun 07 2021 Tom Callaway <spot@fedoraproject.org> - 1.1.0-2 - Rebuilt for R 4.1.0 - conditionalize check and BR, disable check