Sun, 19 May 2024 06:51:04 UTC | login

Information for build rapidyaml-0.5.0-3.fc40

ID261829
Package Namerapidyaml
Version0.5.0
Release3.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/rapidyaml.git#90f1b063de385b1c4efec8200dd980da781bfa49
SummaryA library to parse and emit YAML, and do it fast
Description Rapid YAML, or ryml, for short. ryml is a C++ library to parse and emit YAML, and do it fast, on everything from x64 to bare-metal chips without operating system. (If you are looking to use your programs with a YAML tree as a configuration tree with override facilities, take a look at c4conf).
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 06 Nov 2023 09:11:06 UTC
CompletedMon, 06 Nov 2023 13:26:37 UTC
Taskbuild (f40, /rpms/rapidyaml.git:90f1b063de385b1c4efec8200dd980da781bfa49)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/rapidyaml.git#90f1b063de385b1c4efec8200dd980da781bfa49'}}
Tags
f40
RPMs
src
rapidyaml-0.5.0-3.fc40.src.rpm (info) (download)
riscv64
python3-rapidyaml-0.5.0-3.fc40.riscv64.rpm (info) (download)
rapidyaml-0.5.0-3.fc40.riscv64.rpm (info) (download)
rapidyaml-devel-0.5.0-3.fc40.riscv64.rpm (info) (download)
python3-rapidyaml-debuginfo-0.5.0-3.fc40.riscv64.rpm (info) (download)
rapidyaml-debuginfo-0.5.0-3.fc40.riscv64.rpm (info) (download)
rapidyaml-debugsource-0.5.0-3.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> None-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jul 16 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-2 - Fix wrong multilib library paths in .cmake files (fix RHBZ#2223194) * Fri Jul 07 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-1 - Use new (rpm 4.17.1+) bcond style * Thu Jun 15 2023 Python Maint <python-maint@redhat.com> 0.5.0-6 - Rebuilt for Python 3.12 * Sat Jun 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.5.0-5 - Remove explicit CFLAGS="${CFLAGS:--O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Werror=implicit-function-declaration -Werror=implicit-int -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer }" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer }" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules }" ; export FFLAGS ; FCFLAGS="${FCFLAGS:--O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules }" ; export FCFLAGS ; VALAFLAGS="${VALAFLAGS:--g}" ; export VALAFLAGS ; RUSTFLAGS="${RUSTFLAGS:--Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn}" ; export RUSTFLAGS ; LDFLAGS="${LDFLAGS:--Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes }" ; export LDFLAGS ; LT_SYS_LIBRARY_PATH="${LT_SYS_LIBRARY_PATH:-/usr/lib64:}" ; export LT_SYS_LIBRARY_PATH ; CC="${CC:-gcc}" ; export CC ; CXX="${CXX:-g++}" ; export CXX, not needed since F36 * Thu May 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.5.0-4 - Reference upstream bug for multilib install path * Mon Jan 30 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.5.0-3 - Build as C++14 instead of C++11 (for gtest 1.13.0) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Dec 19 2022 Benjamin A. Beasley <code@musicinmybrain.net> 0.5.0-1 - Update to 0.5.0 * Thu Sep 08 2022 Benjamin A. Beasley <code@musicinmybrain.net> 0.4.1-6 - Rebuild for c4core 0.1.10 * Wed Sep 07 2022 Benjamin A. Beasley <code@musicinmybrain.net> 0.4.1-5 - BR python3-devel even when building without Python support * Sun Sep 04 2022 Benjamin A. Beasley <code@musicinmybrain.net> 0.4.1-4 - Improve “python” build conditional * Wed Aug 31 2022 Benjamin A. Beasley <code@musicinmybrain.net> 0.4.1-3 - Drop python-setuptools_git BR * Wed Aug 31 2022 Benjamin A. Beasley <code@musicinmybrain.net> 0.4.1-2 - Note that License is SPDX MIT * Tue Aug 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> 0.4.1-1 - Initial package (close RHBZ#2115417)