Sat, 18 May 2024 07:22:35 UTC | login

Information for build par-1.53.0-10.fc37

ID215172
Package Namepar
Version1.53.0
Release10.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/par.git#38ef89f41638fd84a504ac4682c55bc081d47594
SummaryParagraph reformatter, vaguely like fmt, but more elaborate
Descriptionpar is a filter which copies its input to its output, changing all white characters (except newlines) to spaces, and reformatting each paragraph. Paragraphs are separated by protected, blank, and bodiless lines (see the man page Terminology section for definitions), and optionally delimited by indentation (see the d option in the Options section). Each output paragraph is generated from the corresponding input paragraph as follows: 1) An optional prefix and/or suffix is removed from each input line. 2) The remainder is divided into words (separated by spaces). 3) The words are joined into lines to make an eye-pleasing paragraph. 4) The prefixes and suffixes are reattached. If there are suffixes, spaces are inserted before them so that they all end in the same column.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 27 Oct 2022 12:33:32 UTC
CompletedThu, 27 Oct 2022 14:18:01 UTC
Taskbuild (f37, /rpms/par.git:38ef89f41638fd84a504ac4682c55bc081d47594)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/par.git#38ef89f41638fd84a504ac4682c55bc081d47594'}}
Tags
f37
f38
RPMs
src
par-1.53.0-10.fc37.src.rpm (info) (download)
riscv64
par-1.53.0-10.fc37.riscv64.rpm (info) (download)
par-debuginfo-1.53.0-10.fc37.riscv64.rpm (info) (download)
par-debugsource-1.53.0-10.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sun Jul 31 2022 David Levine <par.packager@gmail.com> - 1.53.0-10 - Changed License field to use SPDX license expression. * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.53.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.53.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.53.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jan 28 2021 David Levine <par.packager@gmail.com> - 1.53.0-6 - Fixed date format in changelog entries to avoid errors. * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.53.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Nov 04 2020 David Levine <par.packager@gmail.com> - 1.53.0-4 - Added BuildRequires: make. * Sun Aug 09 2020 David Levine <par.packager@gmail.com> - 1.53.0-3 - Replaced "make" with /usr/bin/make -O -j4 V=1 VERBOSE=1 macro.