Commit graph

263 commits

Author SHA1 Message Date
Vít Ondruch
5c3192eb43 Fix random WEBRick test failures. 2013-02-22 13:43:34 +01:00
Vít Ondruch
7719831647 Fix rubygem-bigdecimal version.
Upstream patch applied, until it is backported for 2.0.0.
2013-02-22 13:39:30 +01:00
Vít Ondruch
0381e73449 Upgrade to Ruby 2.0.0 (r39387). 2013-02-22 13:39:30 +01:00
Vít Ondruch
84dd0dc693 Change to backport error number. 2013-02-22 13:39:30 +01:00
Vít Ondruch
54c8ac4750 One PPC error was fixed, other was introduced. 2013-02-22 13:39:23 +01:00
Vít Ondruch
ed5c126862 Adjust the patch to pass test_archdirs(TestRbConfig).
This is hopefuly better aligned with upstream intentions.
2013-02-22 11:52:15 +01:00
Vít Ondruch
6bbe91338d Revert "Add architecture dependency on ruby-libs to ruby-irb."
This reverts commit d3938ffb0a, since it
produces build error:

BuildError: mismatch when analyzing
ruby-irb-2.0.0.0-0.1.r39357.fc19.noarch.rpm, rpmdiff output was:
removed     REQUIRES ruby-libs(x86-64) = 2.0.0.0
added       REQUIRES ruby-libs(x86-32) = 2.0.0.0
2013-02-22 09:09:33 +01:00
Vít Ondruch
452d82629d Add reference to upstream ticket possibly removing one patch. 2013-02-21 15:52:32 +01:00
Vít Ondruch
366b0e9454 Ensure that rubygem-bigdecimal has higher release then the one from Ruby 1.9.3. 2013-02-21 14:37:50 +01:00
Vít Ondruch
9ccbda6047 Upgrade to Ruby 2.0.0 (r39357). 2013-02-21 14:36:05 +01:00
Vít Ondruch
ab0e460c3c Macros should not be expanded during Ruby build. 2013-02-21 09:58:27 +01:00
Vít Ondruch
d5cde5c082 Create the .%{gem_dir} and allow to override gem installation dir. 2013-02-19 13:52:15 +01:00
Vít Ondruch
27f535fbb2 Introduce %gem_install macro. 2013-02-19 10:13:20 +01:00
Vít Ondruch
2ec849748a Upgrade to Ruby 2.0.0 (r39237). 2013-02-14 17:13:24 +01:00
Vít Ondruch
41d5ec4d1b Upgrade to Ruby 2.0.0 (r39217). 2013-02-14 16:43:57 +01:00
Vít Ondruch
fc22a3a50f Update rubygems --install-dir patch. 2013-02-13 16:33:54 +01:00
Vít Ondruch
9e99bbc4af Upgrade to Ruby 2.0.0 (rc2). 2013-02-12 14:22:11 +01:00
Vít Ondruch
d3938ffb0a Add architecture dependency on ruby-libs to ruby-irb. 2013-02-07 14:44:59 +01:00
Vít Ondruch
46a0c2b2c7 Rename the rubygems patch to follow rubygems version. 2013-02-07 13:25:20 +01:00
Vít Ondruch
6a5a970443 Fix "gem install --install-dir" behavior. 2013-02-07 13:23:42 +01:00
Vít Ondruch
f5ddaaacec Add ruby(runtime_executable) virtual provide, which is later used by RubyPick. 2013-02-06 14:45:54 +01:00
Vít Ondruch
0f8a636163 Upgrade to Ruby 2.0.0 (r39070). 2013-02-06 14:43:39 +01:00
Vít Ondruch
6b249d044c Drop versioned ruby(release) dependencies. 2013-02-04 17:23:28 +01:00
Vít Ondruch
eccebe4d3f Upgrade to Ruby 2.0.0 (r38929). 2013-01-24 16:58:41 +01:00
Vít Ondruch
d7fb70fa9f Rename ruby executable to ruby-mri, to be prepared for RubyPick. 2013-01-24 16:14:51 +01:00
Vít Ondruch
541f694eee Change ruby(abi) -> ruby(release). 2013-01-24 15:42:10 +01:00
Vít Ondruch
badae78597 Let Sed escape in original file. 2013-01-22 17:06:43 +01:00
Vít Ondruch
de0a9ae9f2 Upgrade to Ruby 2.0.0 (r38894).
Enable test_stack_size(TestFiber) on PPC, since it was fixed upstream.
2013-01-22 15:52:00 +01:00
Vít Ondruch
6bc04a3163 Enable most of the PPC test suite. 2013-01-21 18:00:52 +01:00
Vít Ondruch
fd812ccb12 Fix variables provided by ruby.pc (rhbz#789532, comment 8). 2013-01-18 16:28:03 +01:00
Vít Ondruch
a80c9ddd65 Build against libdb instead of libdb4 (rhbz#894022). 2013-01-18 12:37:26 +01:00
Vít Ondruch
3e8ccc1ce6 Provide nonversioned packageconfig (rhbz#789532). 2013-01-17 15:10:39 +01:00
Vít Ondruch
baf41b2211 Upgrade to Ruby 2.0.0 (r38848). 2013-01-16 16:17:47 +01:00
Vít Ondruch
7981fb51bb Bump ruby(abi), since rubygems layout is now incompatible anyway. 2013-01-08 16:36:39 +01:00
Vít Ondruch
66fbf7e626 Move rubygems native extension from gems/exts into gems/%{name}.
This allows to provide native extensions for alternative
implementations.
2013-01-08 16:36:22 +01:00
Vít Ondruch
4ba3f2a2d6 Add example tapset file. 2013-01-08 12:00:25 +01:00
Vít Ondruch
19c6a9831c Escape example command in tapset comment. 2013-01-08 11:59:38 +01:00
Vít Ondruch
289d94d1b9 Upgrade to Ruby 2.0.0 (r38732). 2013-01-07 15:51:12 +01:00
Vít Ondruch
0267112d9c Add small TODO. 2012-12-20 15:32:50 +01:00
Vít Ondruch
cc8acc3809 Make Tapset platform independent. 2012-12-20 14:58:38 +01:00
Vít Ondruch
037d81c06a Add TapSet for Ruby. 2012-12-20 14:50:50 +01:00
Vít Ondruch
27c051a694 Re-enable tests previously disabled due to bugs. 2012-12-18 14:43:23 +01:00
Vít Ondruch
bbb0b61b11 Enable SystemTap support. 2012-12-17 15:43:07 +01:00
Vít Ondruch
6fe6b00adf Update to Ruby 2.0.0 (r38422). 2012-12-17 12:11:01 +01:00
Vít Ondruch
746b720ed4 Try to make -doc subpackage noarch again
The new RDoc should resolve the arch dependent issues
(https://github.com/rdoc/rdoc/issues/71).
2012-12-11 10:53:48 +01:00
Vít Ondruch
fd6e7d558a Upgrade to Ruby 2.0.0 (r38297). 2012-12-10 16:22:43 +01:00
Vít Ondruch
8cf00989c4 Always add the .gemspec lines before end of block. 2012-12-07 17:12:51 +01:00
Vít Ondruch
2bb26f5094 RDoc now depends on JSON. 2012-12-07 16:45:39 +01:00
Vít Ondruch
f20e944d8a Update to Ruby 2.0.0 (r38260). 2012-12-07 14:21:33 +01:00
Vít Ondruch
6443d60ed6 Fix bogus dates in %changelog reported by rpm-4.11. 2012-12-06 14:31:49 +01:00