Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

rubygem-bigdecimal-3.1.5-5.fc41 RPM for x86_64

From Fedora Rawhide for x86_64 / r

Name: rubygem-bigdecimal Distribution: Fedora Project
Version: 3.1.5 Vendor: Fedora Project
Release: 5.fc41 Build date: Wed Mar 6 15:21:55 2024
Group: Unspecified Build host: buildvm-x86-25.iad2.fedoraproject.org
Size: 136881 Source RPM: ruby-3.3.0-5.fc41.src.rpm
Packager: Fedora Project
Url: https://www.ruby-lang.org/
Summary: BigDecimal provides arbitrary-precision floating point decimal arithmetic
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.

Provides

Requires

License

Ruby OR BSD-2-Clause

Changelog

* Wed Mar 06 2024 Vít Ondruch <vondruch@redhat.com> - 3.3.0-5
  - Fix FTBFS caused by OpenSSL 3.2.1 update.
* Fri Jan 26 2024 Jarek Prokop <jprokop@redhat.com> - 3.3.0-4
  - Do not set AI_ADDRCONFIG by default when calling getaddrinfo(3).
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 15 2024 Jarek Prokop <jprokop@redhat.com> - 3.3.0-2
  - Fix compiling coroutines with aarch64's branch protection.
* Tue Jan 02 2024 Vít Ondruch <vondruch@redhat.com> - 3.3.0-1
  - Upgrade to Ruby 3.3.0.
    Resolves: rhbz#2255918
* Thu Nov 09 2023 Jun Aruga <jaruga@redhat.com> - 3.2.2-183
  - ssl: use ffdhe2048 from RFC 7919 as the default DH group parameters
* Thu Nov 02 2023 Jarek Prokop <jprokop@redhat.com> - 3.2.2-183
  - Fix typo in bundled provide of rubygem-bundler for rubygem-net-http-persistent.
* Wed Sep 20 2023 Jun Aruga <jaruga@redhat.com> - 3.2.2-182
  - Fix OpenSSL.fips_mode and OpenSSL::PKey.read in OpenSSL 3 FIPS.
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Mar 31 2023 Vít Ondruch <vondruch@redhat.com> - 3.2.2-180
  - Upgrade to Ruby 3.2.2.
    Resolves: rhbz#2183284
* Thu Feb 09 2023 Vít Ondruch <vondruch@redhat.com> - 3.2.1-179
  - Upgrade to Ruby 3.2.1.
    Resolves: rhbz#2168292
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jan 05 2023 Vít Ondruch <vondruch@redhat.com> - 3.2.0-177
  - Fix ELN FTBFS due to stronger crypto settings.
* Mon Jan 02 2023 Vít Ondruch <vondruch@redhat.com> - 3.2.0-176
  - Upgrade to Ruby 3.2.0.
* Thu Dec 22 2022 Yaakov Selkowitz <yselkowi@redhat.com> - 3.1.3-175
  - Use SHA256 instead of SHA1 where needed in Openssl tests
  - Let OpenSSL choose the digest if digest for Openssl::OCSP::BasicResponse#sign is nil
* Wed Dec 21 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.3-174
  - Fix for tzdata-2022g.
* Thu Dec 08 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.3-173
  - Disable MJIT test cases on i686 due to issues with PCH.
  - Fix CGI causing issue with leading '.' in domain names.
* Thu Nov 24 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.3-172
  - Upgrade to Ruby 3.1.3.
* Tue Nov 22 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.2-171
  - Re-disable package notes. It causes additional issues with installing binary
    gems.
* Thu Sep 29 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.2-170
  - Re-enable package notes.
* Fri Sep 02 2022 Jarek Prokop <jprokop@redhat.com> - 3.1.2-169
  - Disable fiddle tests that use FFI closures.
    Related: rhbz#2040380
* Mon Aug 29 2022 Jun Aruga <jaruga@redhat.com> - 3.1.2-168
  - Make RDoc soft dependnecy in IRB.
    Resolves: rhbz#2119964
  - Add IRB to ruby-bundled-gems recommends.
    Resolves: rhbz#2120562
* Wed Aug 24 2022 Jun Aruga <jaruga@redhat.com> - 3.1.2-168
  - Fix tests with Europe/Amsterdam pre-1970 time on tzdata version 2022b.
    Resolves: rhbz#2120354
* Mon Jul 25 2022 Jarek Prokop <jprokop@redhat.com> - 3.1.2-167
  - Fix directory permissions in one of the rubygems tests.
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jun 16 2022 Jarek Prokop <jprokop@redhat.com> - 3.1.2-166
  - Detect compaction support during run time.
* Tue Jun 07 2022 Jarek Prokop <jprokop@redhat.com> - 3.1.2-165
  - Define GC compaction methods as rb_f_notimplement on unsupported platforms.
* Thu Apr 14 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.2-164
  - Upgrade to Ruby 3.1.2.
  - Use upstream patch for correct build of gem extensions.
* Mon Apr 04 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.1-163
  - Properly build binary gem extensions.
* Mon Mar 14 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.1-162
  - Upgrade to Ruby 3.1.1.

Files

/usr/lib/.build-id
/usr/lib/.build-id/ea/8db4a52ade8024c5584cc8447ac39abcd3c66d
/usr/lib64/gems/ruby/bigdecimal-3.1.5
/usr/lib64/gems/ruby/bigdecimal-3.1.5/bigdecimal.so
/usr/lib64/gems/ruby/bigdecimal-3.1.5/gem.build_complete
/usr/lib64/ruby/bigdecimal.so
/usr/share/gems/gems/bigdecimal-3.1.5
/usr/share/gems/gems/bigdecimal-3.1.5/lib
/usr/share/gems/gems/bigdecimal-3.1.5/lib/bigdecimal
/usr/share/gems/gems/bigdecimal-3.1.5/lib/bigdecimal/jacobian.rb
/usr/share/gems/gems/bigdecimal-3.1.5/lib/bigdecimal/ludcmp.rb
/usr/share/gems/gems/bigdecimal-3.1.5/lib/bigdecimal/math.rb
/usr/share/gems/gems/bigdecimal-3.1.5/lib/bigdecimal/newton.rb
/usr/share/gems/gems/bigdecimal-3.1.5/lib/bigdecimal/util.rb
/usr/share/gems/specifications/bigdecimal-3.1.5.gemspec
/usr/share/ruby/bigdecimal
/usr/share/ruby/bigdecimal.rb


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 25 00:00:55 2024