Commit graph

588 commits

Author SHA1 Message Date
Vít Ondruch
b80da91f52 Properly escape macro in comment. 2020-01-14 17:03:46 +01:00
Vít Ondruch
ca5296f757 Upload sources. 2020-01-10 15:49:07 +01:00
Vít Ondruch
2f49f603ad Enable SIGSEV handler tests on AArch64.
During the testing, I have not seen those. Not sure if anything changed
or it was just pure luck. In worst case, this can always be reverted :)
2020-01-10 14:29:10 +01:00
Vít Ondruch
75856ffd49 Increase timeout for TestBugReporter#test_bug_reporter_add
This test case fails quite often on s390x.
2020-01-09 12:29:59 +01:00
Vít Ondruch
03b2317add Enable TestResolvMDNS#test_mdns_each_address test fixed upstream. 2020-01-08 17:55:54 +01:00
Vít Ondruch
340daad2c5 Enable 'TestEnv#test_fetch' test fixed upstream. 2020-01-08 17:54:21 +01:00
Vít Ondruch
a530c02102 Install Bundler by default.
It might be required by RubyGems.
2020-01-08 15:26:09 +01:00
Vít Ondruch
edf91e2b8a Fix wrong evaluation of pre-release timestamps.
It seems that the variables might be evaluated in wrong order, causing
the `%{release_string}` to not be expanded properly, probably depending
on RPM version. It seems that `%define`s are lazy evaluated, which fixes
the situation.
2020-01-08 15:11:16 +01:00
Vít Ondruch
0fb01be98c Upgrade to Ruby 2.7.0. 2020-01-07 13:05:52 +01:00
Vít Ondruch
910b85f7fa Upgrade to Ruby 2.7.0-rc1. 2020-01-06 18:06:12 +01:00
Vít Ondruch
fe89ec49cc Upgrade to Ruby 2.7.0 (af11efd377). 2019-12-10 12:14:08 +01:00
Vít Ondruch
ad9f38f08f Upgrade to Ruby 2.7.0 (c2dc27d643). 2019-12-10 10:14:00 +01:00
Vít Ondruch
4f0a1bc2fd Upgrade to Ruby 2.7.0 (053f78e139). 2019-11-22 17:08:16 +01:00
Vít Ondruch
55a4aeae8f Upgrade to Ruby 2.7.0 (4a403e3f98). 2019-09-16 14:24:00 +02:00
Vít Ondruch
ac9df35198 Add bundled(connection_pool) provide and check version check. 2019-09-04 15:39:20 +02:00
Vít Ondruch
01da43c221 Remove obsolete comment about FileUtils version.
The comment does not apply since
58a27c6cd9.
2019-09-04 15:27:26 +02:00
Vít Ondruch
1fd79419f3 Upgrade to Ruby 2.7.0 (36a0c668b6). 2019-09-04 15:18:14 +02:00
Vít Ondruch
298c4cdda7 Fix checksec 2.0+ compatibility. 2019-09-04 11:46:44 +02:00
Vít Ondruch
b03757c3a2 Drop useless %{rubygems_default_filter}.
Shortly after introduction of this macro, the F20 was adjusted to ignore
.so files provided by gems. The rhbz#1020810 was requesting to adjust the
macro, but it will be better to drop it entirely, because no other usage
for this macro was discovered in past 5 years.
2019-07-16 14:13:05 +02:00
Vít Ondruch
86f04f26d9 Upgrade to Ruby 2.7.0 (0c6c937904). 2019-07-16 13:42:35 +02:00
Vít Ondruch
6a28dc0a42 Avoid TestJIT#test_block_handler_with_possible_frame_omitted_inlining filure
This fails just on s390x and arm arches.

https://bugs.ruby-lang.org/issues/15986
2019-07-09 14:37:34 +02:00
Vít Ondruch
e1f59277c4 Upgrade to Ruby 2.7.0 (d9f8b88b47). 2019-07-04 14:16:25 +02:00
Vít Ondruch
0f9a6af433 Add missing rubygem(racc) provide. 2019-07-03 18:30:52 +02:00
Vít Ondruch
90d0b88870 Extract Racc into sub-package. 2019-07-03 18:15:10 +02:00
Vít Ondruch
5406262282 Upgrade to Ruby 2.7.0 (e44c9b1147). 2019-07-03 15:10:52 +02:00
Vít Ondruch
58a27c6cd9 Upgrade to Ruby 2.7.0 (76851381cb). 2019-07-03 13:32:56 +02:00
Vít Ondruch
13a1b3e907 Properly support %prerelease in %gemspec_ macros. 2019-06-25 13:48:27 +02:00
Pavel Valena
1cc2a497d3 Update sources file. 2019-05-14 18:39:59 +02:00
Pavel Valena
ed790644ea Update to Ruby 2.6.3. 2019-05-14 18:00:32 +02:00
Arjen Heidinga
ea106d15b2 Bump version and add changelog 2019-03-29 11:35:19 +01:00
Arjen Heidinga
e38302eeb1 Add zlib-devel as BuildRequire
This is needed to compile zlib support. I think it is by accident available in the original buildroot, but not in mine.
I think it is better to explicitly name it.
2019-03-29 11:35:14 +01:00
Vít Ondruch
395ef05d65 Exclude irb.rb from ruby-libs.
This file is just part of rubygem-irb.
2019-03-25 15:00:51 +01:00
Vít Ondruch
9d08846cc7 Link IRB files instead of directories.
During update, RPM cannot simply replace directory by link to direcotry,
therefore create the directory structure and link the files there one by
one (rhbz#1691039).
2019-03-21 10:45:11 +01:00
Vít Ondruch
5aa32e278d Link IRB back to StdLib.
This avoids issues running `$ bin/rails console --sandbox`, which
otherwise breaks with error such as:

~~~
$ bin/rails console --sandbox
Traceback (most recent call last):
	12: from bin/rails:4:in `<main>'
	11: from bin/rails:4:in `require'
	10: from /builddir/.gem/ruby/gems/railties-5.2.2.1/lib/rails/commands.rb:18:in `<top (required)>'
	 9: from /builddir/.gem/ruby/gems/railties-5.2.2.1/lib/rails/command.rb:44:in `invoke'
	 8: from /builddir/.gem/ruby/gems/railties-5.2.2.1/lib/rails/command.rb:70:in `find_by_namespace'
	 7: from /builddir/.gem/ruby/gems/railties-5.2.2.1/lib/rails/command/behavior.rb:79:in `lookup'
	 6: from /builddir/.gem/ruby/gems/railties-5.2.2.1/lib/rails/command/behavior.rb:79:in `each'
	 5: from /builddir/.gem/ruby/gems/railties-5.2.2.1/lib/rails/command/behavior.rb:80:in `block in lookup'
	 4: from /builddir/.gem/ruby/gems/railties-5.2.2.1/lib/rails/command/behavior.rb:80:in `each'
	 3: from /builddir/.gem/ruby/gems/railties-5.2.2.1/lib/rails/command/behavior.rb:84:in `block (2 levels) in lookup'
	 2: from /builddir/.gem/ruby/gems/railties-5.2.2.1/lib/rails/command/behavior.rb:84:in `require'
	 1: from /builddir/.gem/ruby/gems/railties-5.2.2.1/lib/rails/commands/console/console_command.rb:3:in `<top (required)>'
/builddir/.gem/ruby/gems/railties-5.2.2.1/lib/rails/commands/console/console_command.rb:3:in `require': cannot load such file -- irb (LoadError)
~~~
2019-03-19 15:21:09 +01:00
Vít Ondruch
f4c0ae4dea Upgrade to Ruby 2.6.2. 2019-03-14 17:53:29 +01:00
Vít Ondruch
392287d18b Fix ".include =" support in openssl.cnf.
Because of rhbz#1668916, OpenSSL now supports = character in
openssl.cnf.
2019-03-05 10:39:40 +01:00
Igor Gnatenko
a889754fa2 Rebuild for readline 8.0 2019-02-17 09:30:52 +01:00
Vít Ondruch
f3953123c0 Don't ship .stp files when SystemTap support is disabled. 2019-02-07 15:16:51 +01:00
Vít Ondruch
17f23f30d6 Upgrade to Ruby 2.6.1. 2019-01-31 12:42:56 +01:00
Igor Gnatenko
bc094d8811 Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:45 +01:00
Vít Ondruch
b610699f35 Upstream fix adding -C flag instead of changing directory for gem build. 2019-01-24 17:18:59 +01:00
Vít Ondruch
1e60df6dc1 Loosen RDoc dependency. 2019-01-24 15:15:00 +01:00
Vít Ondruch
bb1cbacab5 Extract composition of dependecy strings into helper. 2019-01-24 10:38:43 +01:00
Vít Ondruch
d66ece5f5d Properly generate "ruby(rubygems)" versioned dependencies. 2019-01-24 10:38:43 +01:00
Vít Ondruch
0c8cdc456b Upgrade to Ruby 2.6.0. 2019-01-17 08:31:01 +01:00
Björn Esser
bb26a282aa
Rebuilt for libcrypt.so.2 (#1666033) 2019-01-14 18:53:16 +01:00
Jun Aruga
2506a2faa2 Refresh expired certificates to fix FTBFS. 2019-01-11 11:15:39 +01:00
Vít Ondruch
c80ecd9db9 Fix Tokyo TZ tests. 2018-11-13 10:43:47 +01:00
Jun Aruga
5dcc35c709 Use official URL for Source0. 2018-10-26 19:15:46 +02:00
Pavel Valena
7fa10a167d Fix typo. 2018-10-23 13:12:35 +02:00