diff --git a/ruby.spec b/ruby.spec index a0f974ea6fe6a5a432ca9053598d2432fedfd8ca..356303fb9e84c07629e34b65793d8843de087f24 100644 --- a/ruby.spec +++ b/ruby.spec @@ -1,6 +1,6 @@ # PLEASE ALWAYS bump release even when upgrading version, as this package is # producing rubygem packages with different versions other than main package. -%define anolis_release 5 +%define anolis_release 6 %global major_version 3 %global minor_version 1 %global teeny_version 3 @@ -129,8 +129,7 @@ Patch4: ruby-2.1.0-custom-rubygems-location.patch # https://bugs.ruby-lang.org/issues/15306 # Unfortunately, due to https://bugs.ruby-lang.org/issues/16254 # and especially since https://github.com/ruby/ruby/pull/2735 -# this would require boostrapping: -# https://lists.fedoraproject.org/archives/list/ruby-sig@lists.fedoraproject.org/message/LH6L6YJOYQT4Y5ZNOO4SLIPTUWZ5V45Q/ +# this would require boostrapping. # For now, load the ABRT hook via this simple patch: Patch6: ruby-2.7.0-Initialize-ABRT-hook.patch # Prevent segfaults running with SystemTap due to `RubyVM::FrozenCore` being @@ -236,7 +235,6 @@ License: Ruby or BSD Provides: ruby(release) = %{ruby_release} # Virtual provides for CCAN copylibs. -# https://fedorahosted.org/fpc/ticket/364 Provides: bundled(ccan-build_assert) Provides: bundled(ccan-check_type) Provides: bundled(ccan-container_of) @@ -1513,6 +1511,9 @@ DISABLE_TESTS="$DISABLE_TESTS -n !/Fiddle::TestFunction#test_argument_count/" %changelog +* Thu Mar 30 2023 mgb01105731 - 3.1.3-6 +- Del Specific Fields + * Tue Mar 28 2023 Chunmei Xu - 3.1.3-5 - remove multilib related codes