Information for build fmt-ptrn-1.3.24-6.fc44

ID196600
Package Namefmt-ptrn
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.3.24
Release6.fc44
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/fmt-ptrn.git#3b0e25b09bc08618ec90cb445fde4a422664dc61
SummaryA simple template system
DescriptionNew is a template system, especially useful in conjunction with a simple text editor such as vi. The user maintains templates which may contain format strings. At run time, nf replaces the format strings in a template with appropriate values to create a new file. For example, given the following template: // FILE: %(FILE) // AUTHOR: %(FULLNAME) // DATE: %(DATE) // Copyright (C) 1999 %(FULLNAME) %(EMAIL) // All rights reserved. nf will create: // FILE: foo.cpp // AUTHOR: W. Michael Petullo // DATE: 11 September 1999 // Copyright (C) 1999 W. Michael Petullo new@flyn.org // All rights reserved. on my computer. The program understands plaintext or gziped template files. The fmt-ptrn system also provides a shared library which allows a programmer access to nf's functionality. The system was developed to be light and fast. Its only external dependencies are the C library, glib2 and zlib.
Built byliuyang
State complete
Volume DEFAULT
StartedSun, 05 Apr 2026 04:16:59 CST
CompletedSun, 05 Apr 2026 04:52:19 CST
Taskbuild (f44, /rpms/fmt-ptrn.git:3b0e25b09bc08618ec90cb445fde4a422664dc61)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/fmt-ptrn.git#3b0e25b09bc08618ec90cb445fde4a422664dc61'}}
Tags
f44
RPMs
src
fmt-ptrn-1.3.24-6.fc44.src.rpm (info) (download)
riscv64
fmt-ptrn-1.3.24-6.fc44.riscv64.rpm (info) (download)
fmt-ptrn-devel-1.3.24-6.fc44.riscv64.rpm (info) (download)
fmt-ptrn-debuginfo-1.3.24-6.fc44.riscv64.rpm (info) (download)
fmt-ptrn-debugsource-1.3.24-6.fc44.riscv64.rpm (info) (download)
Logs
riscv64
build.log
mock_output.log
installed_pkgs.log
dnf5.log
state.log
root.log
mock_config.log
hw_info.log
Changelog * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.24-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.24-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.24-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Jul 25 2024 Miroslav Suchý <msuchy@redhat.com> - 1.3.24-3 - convert GPLv2+ license to SPDX * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Feb 05 2024 W. Michael Petullo <mike@flyn.org> - 1.3.24-1 - Update to 1.3.24 * Sun Feb 04 2024 W. Michael Petullo <mike@flyn.org> - 1.3.23-1 - Update to 1.3.23, which fixes build on Rawhide (fedora#2261109)