Tue, 21 May 2024 23:23:40 UTC | login

Information for build libscn-1.1.2-3.fc37

ID219356
Package Namelibscn
Version1.1.2
Release3.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libscn.git#7b0936d6329b286324a7b89a4d5fb5b32c9591fb
SummaryLibrary for replacing scanf and std::istream
Descriptionscnlib is a modern C++ library for replacing scanf and std::istream. This library attempts to move us ever so closer to replacing iostreams and C stdio altogether. It's faster than iostream (see Benchmarks) and type-safe, unlike scanf. Think {fmt} but in the other direction. This library is the reference implementation of the ISO C++ standards proposal P1729 "Text Parsing".
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 11 Nov 2022 11:14:52 UTC
CompletedFri, 11 Nov 2022 13:20:25 UTC
Taskbuild (f37, /rpms/libscn.git:7b0936d6329b286324a7b89a4d5fb5b32c9591fb)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libscn.git#7b0936d6329b286324a7b89a4d5fb5b32c9591fb'}}
Tags
f37
f38
RPMs
src
libscn-1.1.2-3.fc37.src.rpm (info) (download)
riscv64
libscn-1.1.2-3.fc37.riscv64.rpm (info) (download)
libscn-devel-1.1.2-3.fc37.riscv64.rpm (info) (download)
libscn-debuginfo-1.1.2-3.fc37.riscv64.rpm (info) (download)
libscn-debugsource-1.1.2-3.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sat Aug 06 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.2-3 - Add BR on fast_float-static * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Mar 19 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 1.1.2-1 - Updated to version 1.1.2. * Thu Mar 17 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 1.1.1-1 - Updated to version 1.1.1. * Sun Mar 13 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 1.1-1 - Updated to version 1.1. * Tue Mar 01 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 1.0-1 - Updated to version 1.0. * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Sep 15 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 0.4-3 - Rebuilt due to google-benchmark 1.6.0 update. * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun Jan 31 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 0.4-1 - Updated to version 0.4. * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Aug 06 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 0.3-2 - Added patch with library destination fixes.