Click here to visit the old openkoji buildsystem (Archived)

Information for build kakoune-2023.08.05-3.fc41

ID10210
Package Namekakoune
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version2023.08.05
Release3.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/kakoune.git#3ef56a3fbf8945f96c44fe3edde44a4cb153ff85
SummaryCode editor heavily inspired by Vim
DescriptionFeatures: * Multiple selections * Customization * Text editing tools * Client/Server architecture * Advanced text manipulation primitives * Active development & support Kakoune is a code editor that implements Vi’s "keystrokes as a text editing language" model. As it is also a modal editor, it is somewhat similar to the Vim editor (after which Kakoune was originally inspired). Kakoune can operate in two modes: normal and insertion. In insertion mode, keys are directly inserted into the current buffer. In normal mode, keys are used to manipulate the current selection and to enter insertion mode. Kakoune has a strong focus on interactivity. Most commands provide immediate and incremental results, while being competitive with Vim in terms of keystroke count. Kakoune works on selections, which are oriented, inclusive ranges of characters. Selections have an anchor and a cursor. Most commands move both of them except when extending selections, where the anchor character stays fixed and the cursor moves around.
Built bykojiadmin
State complete
Volume DEFAULT
StartedFri, 03 May 2024 16:48:10 CST
CompletedFri, 03 May 2024 17:43:12 CST
Taskbuild (f41, /rpms/kakoune.git:3ef56a3fbf8945f96c44fe3edde44a4cb153ff85)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/kakoune.git#3ef56a3fbf8945f96c44fe3edde44a4cb153ff85'}}
Tags
f41
RPMs
src
kakoune-2023.08.05-3.fc41.src.rpm (info) (download)
riscv64
kakoune-2023.08.05-3.fc41.riscv64.rpm (info) (download)
kakoune-debuginfo-2023.08.05-3.fc41.riscv64.rpm (info) (download)
kakoune-debugsource-2023.08.05-3.fc41.riscv64.rpm (info) (download)
Logs
riscv64
build.log
state.log
hw_info.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2023.08.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2023.08.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Sep 02 2023 Artem Polishchuk <ego.cordatus@gmail.com> - 2023.08.05-1 - chore: Update to 2023.08.05 (rh#2229464) * Sat Jul 29 2023 Artem Polishchuk <ego.cordatus@gmail.com> - 2023.07.29-1 - chore: Update to 2023.07.29 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2022.10.31-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Mar 07 2023 Artem Polishchuk <ego.cordatus@gmail.com> - 2022.10.31-4 - build: Add upstream patch with GCC 13 fix | #2171582 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2022.10.31-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Oct 31 2022 Artem Polishchuk <ego.cordatus@gmail.com> - 2022.10.31-2 - build: v2022.10.31 requires GCC >= 10.3 * Mon Oct 31 2022 Artem Polishchuk <ego.cordatus@gmail.com> - 2022.10.31-1 - chore: Update to 2022.10.31 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2021.11.08-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Feb 12 2022 Artem Polishchuk <ego.cordatus@gmail.com> - 2021.11.08-3 - fix: Add upstream patch "Make Color::validate_alpha() a constexpr function" Fix FTBFS 36