Vít Ondruch
5c42276905
Update to Ruby 2.4.1.
2017-04-03 16:11:07 +02:00
Vít Ondruch
4571daf34e
Be more careful about RubyGems directory ownership.
...
And make this aligned with independent rubygems package.
2017-03-08 19:09:01 +01:00
Vít Ondruch
101851f2d3
Fix OpenSSL symlinks.
2017-02-23 09:23:29 +01:00
Fedora Release Engineering
8d50b10ccb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-02-11 11:54:53 +00:00
Vít Ondruch
3a2607aa17
Add missing patch.
2017-02-03 15:32:51 +01:00
Vít Ondruch
c467007dbb
Use standardized multilib solution (rhbz#1412274).
...
This helps platform specific difference between builds.
2017-02-03 15:01:38 +01:00
Vít Ondruch
415daf8d3b
Fix GCC 7.x compatibility (rhbz#1417590).
2017-02-03 14:53:23 +01:00
Vít Ondruch
4cb333ddd5
Apply patch fixing rubygem-mongo build failures.
2017-01-18 12:43:19 +01:00
Vít Ondruch
522e4d1ab7
Add rubygem-io-console dependency for rubygem-rdoc.
...
The io-console is now the hard requirement and RDoc does not work
without it.
2017-01-18 12:41:42 +01:00
Vít Ondruch
f540c43dae
Apply patch fixing rubygem-mongo build failures.
2017-01-17 16:22:43 +01:00
Mamoru TASAKA
277ae4829a
Rebuild again for f26-ruby24 sidetag
2017-01-13 06:37:59 +09:00
Igor Gnatenko
ab16bf76ef
Rebuild for readline 7.x
...
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-01-12 17:30:40 +01:00
Vít Ondruch
9a0bd11655
Link files into directory to avoid dir => symlink isues.
...
It is not easy to change the directory to simplink in RPM world. Hence
keep everything in the directory and just link back the files.
2017-01-12 09:00:21 +01:00
Vít Ondruch
b04585e064
Add rubygem-io-console dependency for rubygem-rdoc.
...
The io-console is now the hard requirement and RDoc does not work
without it.
2017-01-09 18:14:10 +01:00
Vít Ondruch
3130f89edd
Upgrade to Ruby 2.4.0.
...
Move gemified xmlrpc into subpackage.
Move gemified openssl into subpackage.
Tk is removed from stdlib.
Extend 'gem_' macros for pre-release version support.
2017-01-09 15:58:21 +01:00
Vít Ondruch
66d12e4545
Move the definition of %license macro into %files section.
...
The definition on the top of the file does not work on RHEL6 for some
reasons :/ But it works if defined in the first %file section :)
2017-01-09 12:15:30 +01:00
Vít Ondruch
88cbe3e329
Reshuffle the %%license macro to avoid %%postun scriptlet issues.
...
Resolves: rhbz#1411233
2017-01-09 11:00:30 +01:00
Vít Ondruch
e6d7b2f44a
Remove links to unbundled gems from ruby-libs.
2017-01-02 18:24:19 +01:00
Vít Ondruch
7bb9e86d8d
Upgrade to Ruby 2.4.0.
2017-01-02 13:25:02 +01:00
Vít Ondruch
d14e3f780f
Update to Ruby 2.3.3.
2016-11-22 13:49:04 +01:00
Vít Ondruch
b3e0a8c314
Exclude json.rb from ruby-libs (rhbz#1397370).
2016-11-22 13:25:46 +01:00
Vít Ondruch
324c2d071e
Ensure there is not forgotten any certificate.
2016-11-18 17:22:30 +01:00
Vít Ondruch
0a64e4b921
Update to Ruby 2.3.2.
2016-11-18 16:59:26 +01:00
Pavel Valena
f148354cb2
Fix: do not fail in operating_system.rb when X_SCLS is empty
...
Enhance test_dependent_scls.rb
Resolves: rhbz#1387139
2016-10-27 11:29:07 +02:00
Vít Ondruch
2221c5b843
Avoid conflict between OpenSSL 1.0.x and 1.1.x.
2016-10-24 10:48:20 +02:00
Vít Ondruch
2e9e67ab5b
Improve macro documentation.
2016-10-21 16:56:42 +02:00
Vít Ondruch
4fb1d9c02d
Add gemspec_add_dep and gemspec_remove_dep macros.
2016-10-21 16:56:32 +02:00
Vít Ondruch
dbf79976ab
Harden package.
2016-10-21 16:50:40 +02:00
Vít Ondruch
c4c93c1113
Use continue to use OpenSSL 1.0 for the moment.
...
Only upcoming Ruby 2.4 support OpenSSL 1.1 so far:
https://bugs.ruby-lang.org/issues/12830
2016-10-21 16:49:12 +02:00
Pavel Valena
da60d77e08
Support in no_proxy for domain names with whitespaces and leading dots
...
Resolves: rhbz#1384810
2016-10-17 20:18:32 +02:00
Richard W.M. Jones
46551f13fc
config.h: Add riscv64 variant.
2016-10-14 10:36:21 +01:00
Pavel Valena
98cb48f99e
Update sources file
2016-08-31 17:48:42 +02:00
Pavel Valena
026310447d
Update to Ruby 2.3.1
...
* Remove Patch8:
ruby-2.3.0-undef-BUILTIN_CHOOSE_EXPR_CONSTANT_P.patch; subsumed
* Remove Patch10:
ruby-2.3.1-remove-tests-depending-on-europe-moscow.patch; subsumed
also removed "UTC=TZ " tests prefix
2016-08-31 15:11:03 +02:00
Pavel Valena
be3f377da7
Fix: add rubygem(did_you_mean) to Requires
2016-08-30 16:02:55 +02:00
Pavel Valena
ddcdf2b199
Fix support for dependent^2 SCLs
2016-08-12 16:58:21 +02:00
Vít Ondruch
7684b6800d
Workaround "an invalid stdio handle" error on PPC (rhbz#1361037).
2016-08-10 18:26:49 +02:00
Pavel Valena
be68dfb460
Add %%{scl}-runtime to Requires in libs subpackage
...
This Require is not auto-generated on RHEL-6.
2016-08-03 18:02:20 +02:00
Pavel Valena
d0f16ceaae
Remove tests depending on europe/moscow to avoid failures due to tzdata change
...
8ee11a301c
2016-08-03 18:02:20 +02:00
Pavel Valena
88c977056b
Fix and enhance systemtap tests
...
Previous tests did not work correctly with RHEL-6
2016-08-03 18:02:20 +02:00
Pavel Valena
9fd772dd06
Disable colorized ./configure
...
Due to missing macro AS_FUNCTION_DESCRIBE in Autoconf
2016-08-03 18:02:20 +02:00
Vít Ondruch
7d291cb3c5
Relax AC requirements.
2016-08-03 18:02:20 +02:00
Vít Ondruch
b1466a4c8f
Make symlinks for json gem.
2016-07-12 13:50:14 +02:00
Vít Ondruch
cad4c2ab27
Requires rubygem(json) for rubygem-rdoc (rhbz#1325022).
...
This makes it compatible with rubygem-rdoc package built from rdoc gem.
2016-05-23 14:02:23 +02:00
Vít Ondruch
f2347fa378
Update to Ruby 2.3.1.
2016-04-29 23:19:03 +02:00
Pavel Valena
a6981cf50c
Manually set UTC timezone for tests
2016-04-14 14:13:24 -04:00
Pavel Valena
91af49a07d
Fix ruby lib path in macros.ruby.rh-ruby23
...
- Resolves: rhbz#1255753
2016-04-13 11:25:09 -04:00
Vít Ondruch
651be7da37
Optimize operating_system.rb a bit.
...
It would be better to stay with --{install-dir,bindir} pair, but this is
currently broken and it does not currently generate documentation:
https://github.com/rubygems/rubygems/issues/1470
2016-02-22 17:01:04 +01:00
Vít Ondruch
c40aeb5071
Don't enable collections for build.
2016-02-22 16:09:30 +01:00
Vít Ondruch
3f6e3a805d
Don't prefix bundling provides.
2016-02-22 14:38:20 +01:00
Pavel Valena
42117fcd3d
Fix default_dir and default_bindir
...
Now returns correct paths for dependent scls
2016-02-19 21:22:02 +01:00