Name: | rh-ruby26-rubygem-bigdecimal |
---|---|
Version: | 1.4.1 |
Release: | 118.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 221589 |
License: | Ruby or BSD |
RPM: | rh-ruby26-rubygem-bigdecimal-1.4.1-118.el7.aarch64.rpm |
Source RPM: | rh-ruby26-ruby-2.6.2-118.el7.src.rpm |
Build Date: | Thu Jan 28 2021 |
Build Host: | ca-buildarm05 |
Vendor: | Oracle America |
URL: | http://ruby-lang.org/ |
Summary: | BigDecimal provides arbitrary-precision floating point decimal arithmetic |
Description: | Ruby provides built-in support for arbitrary precision integer arithmetic. For example: 42**13 -> 1265437718438866624512 BigDecimal provides similar support for very large or very accurate floating point numbers. Decimal arithmetic is also useful for general calculation, because it provides the correct answers people expect–whereas normal binary floating point arithmetic often introduces subtle errors because of the conversion between base 10 and base 2. |
- Exclude {rdoc,irb}.rb dangling symlinks from ruby-libs.
- Link IRB back to StdLib.
- Upgrade to Ruby 2.6.2.
- Don't ship .stp files when SystemTap support is disabled.
- Upgrade to Ruby 2.6.1.
- Upgrade to Ruby 2.6.0.
- Update to Ruby 2.5.3. Resolves: CVE-2018-16395 Resolves: CVE-2018-16396 Resolves: rhbz#1563076 Removed Patch11: ruby-2.5.0-parse.y-assignable_error.patch; subsumed Removed Patch12: ruby-2.5.0-Disable-Tokyo-TZ-tests.patch; subsumed Removed Patch13: ruby-2.5.0-st.c-retry-operations-if-rebuilt.patch; subsumed - Properly harden package using -fstack-protector-strong. - Fix: return default path with nonexistent home dir Resolves: rhbz#1602877
- They are broken by recen tzdata update. - Fix thread_safe test suite segfaults. - Fix invalid licenses.
- Fix segfaults during generating of documentation. Resolves: rhbz#1532585
- Update for did_you_mean required by ruby Resolves: rhbz#1533920