1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
# ChangeLog for dev-ruby/test-spec
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/ChangeLog,v 1.17 2011/05/16 05:43:23 graaff Exp $
*test-spec-0.10.0-r3 (16 May 2011)
16 May 2011; Hans de Graaff <graaff@gentoo.org> test-spec-0.10.0-r2.ebuild,
+test-spec-0.10.0-r3.ebuild:
Revision bump to create a stable candidate.
23 May 2010; Alex Legler <a3li@gentoo.org> test-spec-0.10.0-r2.ebuild:
Add REE18 support
01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
test-spec-0.10.0-r2.ebuild:
Don't depend on test-unit-2 at runtime.
26 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org>
test-spec-0.10.0-r2.ebuild:
Enable use with ruby19 using the (masked) test-unit-2.
17 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
test-spec-0.10.0-r2.ebuild, +files/test-spec-0.10.0-jruby.patch:
Add a patch to fix use with JRuby, and enable it.
14 Jan 2010; Brent Baude <ranger@gentoo.org> test-spec-0.10.0-r2.ebuild:
Marking test-spec-0.10.0-r2 ~ppc for bug 297711
13 Jan 2010; Brent Baude <ranger@gentoo.org> test-spec-0.10.0-r2.ebuild:
Marking test-spec-0.10.0-r2 ~ppc64 for bug 300739
30 Dec 2009; Raúl Porcel <armin76@gentoo.org> test-spec-0.10.0-r2.ebuild:
Add ~ia64/~sparc
20 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
-test-spec-0.10.0.ebuild, test-spec-0.10.0-r2.ebuild:
Don't build for Ruby 1.9 since this is incompatible with the test-unit
gem. Document why that and jruby are not present then.
20 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
test-spec-0.10.0-r2.ebuild, -files/test-spec-0.10.0-test-unit.patch:
Revert my previous change, as it breaks specrb.
*test-spec-0.10.0-r2 (20 Dec 2009)
20 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
-test-spec-0.10.0-r1.ebuild, +test-spec-0.10.0-r2.ebuild,
+files/test-spec-0.10.0-test-unit.patch:
Revision bump again, add a patch to use test-unit directly, fix
dependencies.
*test-spec-0.10.0-r1 (16 Dec 2009)
16 Dec 2009; Alex Legler <a3li@gentoo.org> +test-spec-0.10.0-r1.ebuild:
Revbump, move to ruby-fakegem
07 Aug 2009; Hans de Graaff <graaff@gentoo.org> -test-spec-0.4.0.ebuild,
-test-spec-0.9.0.ebuild:
Remove old versions.
*test-spec-0.10.0 (01 Mar 2009)
01 Mar 2009; Alex Legler <a3li@gentoo.org> +test-spec-0.10.0.ebuild:
Version bump. Gem is now available on rubyforge, and looks 19 compatible.
*test-spec-0.9.0 (20 Dec 2008)
20 Dec 2008; Hans de Graaff <graaff@gentoo.org> +test-spec-0.9.0.ebuild:
Version bump
09 Dec 2007; <nichoj@gentoo.org> test-spec-0.4.0.ebuild:
Keyworded ~x86.
*test-spec-0.4.0 (02 Aug 2007)
02 Aug 2007; Joshua Nichols <nichoj@gentoo.org> +metadata.xml,
+test-spec-0.4.0.ebuild:
Initial version.
|