Fri, 20 Sep 2024 01:29:04 UTC | login

Information for build golly-4.3-2.fc41

ID335323
Package Namegolly
Version4.3
Release2.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/golly.git#d1142da7409a357078e778d00cd6381dadf9b407
SummaryCellular automata simulator (includes Conway's Game of Life)
DescriptionGolly is an open source application for exploring Conway's Game of Life and other cellular automata. Golly supports unbounded universes with up to 256 states. Golly supports multiple algorithms, including Bill Gosper's super fast hashlife algorithm. Many different types of CA are included: John von Neumann's 29-state CA, Wolfram's 1D rules, WireWorld, Generations, Langton's Loops, Paterson's Worms, etc.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 10 Aug 2024 18:39:31 UTC
CompletedSat, 10 Aug 2024 19:44:16 UTC
Taskbuild (f41, /rpms/golly.git:d1142da7409a357078e778d00cd6381dadf9b407)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/golly.git#d1142da7409a357078e778d00cd6381dadf9b407'}}
Tags
f41
RPMs
src
golly-4.3-2.fc41.src.rpm (info) (download)
noarch
golly-data-4.3-2.fc41.noarch.rpm (info) (download)
golly-devel-4.3-2.fc41.noarch.rpm (info) (download)
riscv64
golly-4.3-2.fc41.riscv64.rpm (info) (download)
golly-debuginfo-4.3-2.fc41.riscv64.rpm (info) (download)
golly-debugsource-4.3-2.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jul 16 2024 Christian Krause <chkr@fedoraproject.org> - 4.3-1 - Fix FTBFS (#2261207) - Update to latest upstream release 4.3 - Update patch for linking lua dynamically - Add patch to avoid using deprecated Python modules * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Oct 05 2023 Christian Krause <chkr@fedoraproject.org> - 4.2-3 - Let main package own /usr/share/golly/Rules to avoid an unowned directory if only the -devel subpackage would be installed * Tue Oct 03 2023 Christian Krause <chkr@fedoraproject.org> - 4.2-2 - Move license tag (and license file) with CC-BY-SA-3.0 license to appropriate sub-package - Change URL tag to https - Correct sourceforge-specific Source URL - Change dependencies: sub-packages now require the fully-versioned main package and the main package recommends the -data subpackage - Move desktop-file-validate to %check section * Tue Sep 05 2023 Christian Krause <chkr@fedoraproject.org> - 4.2-1 - Unretire golly (#2237768) - Migrated to SPDX license - Update to latest upstream release 4.2 - Cleanup specfile