Mon, 29 Apr 2024 19:41:24 UTC | login

Information for build tcalc-2.1-7.fc29

ID71211
Package Nametcalc
Version2.1
Release7.fc29
Epoch
SummaryThe terminal calculator
DescriptionThe terminal calculator is a small and helpful program to help users of the GNU/Linux terminal do calculations simply and quickly. The formula to be calculated can be fed to tcalc through the command line. Alternatively, tcalc can be run with no formula and then the free mode is started, in which the calculator will wait for user input, do the necessary calculations and print out the result, and the cycle will repeat until the user enters 'q' or 'quit'. Support for reading formulas from text files is under way. The calculator works with the decimal, hexadecimal, octal, and binary number systems. It automatically identifies hex numbers if entered with a preceding "0x" or "0X", octal by preceding the number with a zero, binaries by preceding the number with 'b' and decimals by absence of all of the above. Alternatively, the user can indicate the type of input by setting the 'format' argument.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 17 Aug 2018 08:17:27 UTC
CompletedFri, 17 Aug 2018 09:51:48 UTC
Taskbuild (f29-candidate, tcalc-2.1-7.fc29.src.rpm)
Tags
f29
f30
RPMs
src
tcalc-2.1-7.fc29.src.rpm (info) (download)
riscv64
tcalc-2.1-7.fc29.riscv64.rpm (info) (download)
tcalc-debuginfo-2.1-7.fc29.riscv64.rpm (info) (download)
tcalc-debugsource-2.1-7.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 20 2018 Mohammed Isam <mohammed_isam1984@yahoo.com> 2.1-7 - Added BuildRequires: gcc * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Sep 10 2016 Mohammed Isam <mohammed_isam1984@yahoo.com> 2.1-1 - Fixed a bug in number conversion function - Deciml outputs both signed and unsigned