* Define different expected archives macros for development. When revision was defined, there was also timestamp appended. That does not seem necessary for preview tarballs from upstream. Instead split it into their own separate conditionals. * irb and rdoc are now a bundled gem Don't ship the %ruby_libdir parts and the symlinking for irb and rdoc. The rdoc rubygems plugin should now be correctly present. Remove the additional source. * Multiple gems are now bundled gems. Add them to ruby-bundled-gems subpackage instead of their own separate packages. * Split the rdoc support for ruby version directory from ruby-2.3.0-ruby_version.patch. After Ruby moved RDoc to bundled gems from default gems, the directory in which RDoc is in the upstream tarball is not in the upstream source, necessitating a patch split for the Ruby version patch. It cannot be fully re-created including the rdoc part in a single patch with upstream ruby/ruby github. Instead the part is created from ruby/rdoc github. Add bundled provides for rubygem-json + the source into comments. Source is as described in upstream commits and in the LEGAL file upstream. Add the respective licenses for the subpackage. RDoc includes a new doc generator that is under the MIT license, update the license to reflect it. Resolves: rhbz#2425358
23 lines
694 B
Diff
23 lines
694 B
Diff
From 9b7cb6a40d73bb86ee0de34360068e90e80f4e7e Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
|
|
Date: Thu, 7 Sep 2023 13:13:02 +0200
|
|
Subject: [PATCH] Disable syntax-suggest test case.
|
|
|
|
This requires internet connection.
|
|
---
|
|
common.mk | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/common.mk b/common.mk
|
|
index dae7d9dc00..111e859d1b 100644
|
|
--- a/common.mk
|
|
+++ b/common.mk
|
|
@@ -1619,8 +1619,6 @@ no-test-bundled-gems-spec:
|
|
|
|
test-syntax-suggest:
|
|
|
|
-check: $(DOT_WAIT) $(PREPARE_SYNTAX_SUGGEST) test-syntax-suggest
|
|
-
|
|
test-bundler-precheck: $(TEST_RUNNABLE)-test-bundler-precheck
|
|
no-test-bundler-precheck:
|
|
yes-test-bundler-precheck: main $(arch)-fake.rb
|