Mon, 06 May 2024 15:48:53 UTC | login

Information for build jo-1.7-1.fc37

ID220949
Package Namejo
Version1.7
Release1.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/jo.git#652d6525693aec76dc6bc5e03be11e92ed255e64
SummarySmall utility to create JSON objects
DescriptionThis is jo, a small utility to create JSON objects $ jo -p name=jo n=17 parser=false { "name": "jo", "n": 17, "parser": false } or arrays $ seq 1 10 | jo -a [1,2,3,4,5,6,7,8,9,10]
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 14 Nov 2022 17:43:11 UTC
CompletedMon, 14 Nov 2022 19:48:21 UTC
Taskbuild (f37, /rpms/jo.git:652d6525693aec76dc6bc5e03be11e92ed255e64)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/jo.git#652d6525693aec76dc6bc5e03be11e92ed255e64'}}
Tags
f37
f38
f39
f40
RPMs
src
jo-1.7-1.fc37.src.rpm (info) (download)
riscv64
jo-1.7-1.fc37.riscv64.rpm (info) (download)
jo-debuginfo-1.7-1.fc37.riscv64.rpm (info) (download)
jo-debugsource-1.7-1.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sun Oct 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.7-1 - Update to 1.7 (close RHBZ#2138606) * Sun Oct 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.6-6 - Enable rebuilding jo.1 and jo.md from jo.pandoc * Sun Oct 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.6-5 - Build with meson instead of Autotools * Fri Aug 05 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.6-4 - Update License to SPDX * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jan 05 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.6-1 - Update to 1.6 (close RHBZ#2037114) * Thu Nov 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.4-7 - Change License to effective license of “GPLv2+” * Thu Nov 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.4-6 - Drop EPEL7 support in the currrent spec file * Thu Nov 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.4-5 - Reduce macro indirection in the spec file * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> 1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Mar 25 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4-2 - Improved source URL (better tarball name) * Fri Feb 05 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4-1 - Initial package