Click here to visit the old openkoji buildsystem (Archived)

Information for build perl-Affix-Infix2Postfix-0.03-44.fc41

ID1876
Package Nameperl-Affix-Infix2Postfix
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.03
Release44.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/perl-Affix-Infix2Postfix.git#c803556730588083f49ec3b5d51e596502ca61a6
SummaryPerl extension for converting from infix notation to postfix notation
DescriptionInfix2Postfix as the name suggests converts from infix to postfix notation. The reason why someone would like to do this is that postfix notation is generally much easier to do in computers. For example take an expression like: a+b+c*d. For us humans it's pretty easy to do that calculation. But it's actually much better for computers to get a string of operations such as: a b + c d * +, where the variable names mean put variable on stack.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 27 Apr 2024 11:19:21 CST
CompletedSat, 27 Apr 2024 11:26:33 CST
Taskbuild (f41, /rpms/perl-Affix-Infix2Postfix.git:c803556730588083f49ec3b5d51e596502ca61a6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Affix-Infix2Postfix.git#c803556730588083f49ec3b5d51e596502ca61a6'}}
Tags
f41
RPMs
src
perl-Affix-Infix2Postfix-0.03-44.fc41.src.rpm (info) (download)
noarch
perl-Affix-Infix2Postfix-0.03-44.fc41.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
root.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-44 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-43 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-39 - Perl 5.36 rebuild