Thu, 28 Sep 2023 15:46:38 CST | login

Information for build golang-github-magiconair-properties-1.8.4-8.rvreb0.fc38

ID51659
Package Namegolang-github-magiconair-properties
Version1.8.4
Release8.rvreb0.fc38
Epoch
Sourcegolang-github-magiconair-properties-1.8.4-8.rvreb0.fc38.src.rpm
SummaryJava properties scanner for Go
Description Properties is a Go library for reading and writing properties files. It supports reading from multiple files or URLs and Spring style recursive property expansion of expressions like ${key} to their corresponding value. Value expressions can refer to other keys like in ${key} or to environment variables like in ${USER}. Filenames can also contain environment variables like in /home/${USER}/myapp.properties. Properties can be decoded into structs, maps, arrays and values through struct tags. Comments and the order of keys are preserved. Comments can be modified and can be written to the output. The properties library supports both ISO-8859-1 and UTF-8 encoded data.
Built byliuyang
State complete
Volume DEFAULT
StartedFri, 02 Jun 2023 20:22:13 CST
CompletedFri, 02 Jun 2023 20:44:09 CST
Taskbuild (f38-build-side-42-init-devel, golang-github-magiconair-properties-1.8.4-8.rvreb0.fc38.src.rpm)
Extra{'source': {'original_url': 'golang-github-magiconair-properties-1.8.4-8.rvreb0.fc38.src.rpm'}}
Tags
f38-build-side-42-init-devel
RPMs
src
golang-github-magiconair-properties-1.8.4-8.rvreb0.fc38.src.rpm (info) (download)
noarch
golang-github-magiconair-properties-devel-1.8.4-8.rvreb0.fc38.noarch.rpm (info) (download)
Logs
riscv64
build.log
state.log
installed_pkgs.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jan 25 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.8.4-3 - Better fix for FTBFS * Sun Jan 24 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.8.4-2 - Fix FTBFS