File: changelog

package info (click to toggle)
ruby-rspec-core 2.14.7-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,756 kB
  • ctags: 1,195
  • sloc: ruby: 12,708; makefile: 14
file content (238 lines) | stat: -rw-r--r-- 8,204 bytes parent folder | download
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
ruby-rspec-core (2.14.7-2) unstable; urgency=medium

  * Add fix_first_caller_from_outside_rspec.patch:
    a regexp not matching the RSpec installation path on Debian was
    causing wrong file_path metadata. (Closes: #737734)

 -- Cédric Boutillier <boutil@debian.org>  Thu, 06 Feb 2014 13:26:33 +0100

ruby-rspec-core (2.14.7-1) unstable; urgency=medium

  [ Jérémy Bobbio ]
  * Add git-buildpackage configuration

  [ Cédric Boutillier ]
  * Imported Upstream version 2.14.7
  * Bump Standards-Version to 3.9.5 (no changes needed)

 -- Cédric Boutillier <boutil@debian.org>  Sat, 11 Jan 2014 06:12:54 +0100

ruby-rspec-core (2.14.5-1) unstable; urgency=low

  * Imported Upstream version 2.14.5
  * debian/patches:
    + refresh remove-aruba-stuff-in-tests.patch
    + add ruby_test_bin.patch: use RUBY_TEST_BIN as Ruby interpreter in specs
  * debian/control:
    + build-depend on ruby-rspec
    + depend on ruby-rspec-{mocks,expectations}

 -- Cédric Boutillier <boutil@debian.org>  Sat, 10 Aug 2013 22:53:30 +0200

ruby-rspec-core (2.13.1-2) unstable; urgency=low

  * Upload to unstable
  * debian/control:
    + update my email address
    + remove relations with obsolete transition packages
  * debian/copyright: update my email address and years

 -- Cédric Boutillier <boutil@debian.org>  Mon, 06 May 2013 17:39:40 +0200

ruby-rspec-core (2.13.1-1) experimental; urgency=low

  * Team upload.
  * New upstream version.
  * Refresh Debian patches.
  * Update Build-Depends.
  * Add a patch to fix a CommandLine test.
  * Ship "features" as documentation.
  * Ship upstream changelog.
  * Switch to https in homepage.
  * Remove obsolete DM-Upload-Allowed in debian/control.
  * Bump Standards-Version to 3.9.4, no changes required.
  * Update Vcs-* to use anonscm.d.o.

 -- Jérémy Bobbio <lunar@debian.org>  Wed, 27 Mar 2013 17:02:11 +0100

ruby-rspec-core (2.10.1-2) unstable; urgency=low

  * Team upload.
  * Bump build dependency on gem2deb to >= 0.3.0~.

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Sat, 30 Jun 2012 15:31:13 +0200

ruby-rspec-core (2.10.1-1) unstable; urgency=low

  * New upstream version

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Tue, 12 Jun 2012 22:51:04 +0200

ruby-rspec-core (2.10.0-2) unstable; urgency=low

  * debian/rules:
    + Fix typo in override_dh_auto_install to really not install autotest
      files to /usr/lib/ruby/vendor_ruby (Closes: #637581)

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Tue, 15 May 2012 00:37:21 +0200

ruby-rspec-core (2.10.0-1) unstable; urgency=low

  * New upstream version 
  * Refresh remove-aruba-stuff-in-tests.patch
  * Make ruby-tests.rb exit code non zero if tests fail

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Fri, 11 May 2012 14:37:56 +0200

ruby-rspec-core (2.8.0-1) unstable; urgency=low

  * New upstream version
  * Add myself to Uploaders:
  * Bump Standards-Version to 3.9.3 (no changes needed) 
  * Refresh disable-autotest-in-tests.patch
  * Add remove-rubygems-stuff-in-tests.patch
    + do not require rubygems in spec_helper.rb
  * Add remove-aruba-stuff-in-tests.patch
    + not needed in an essential way for the tests
  * /usr/bin/rspec is now copied from exe/ using
    debian/ruby-rspec-core.install
  * Don't install autotest files to /usr/lib/ruby/vendor_ruby (Closes: #637581) 
  * Add a manpage for /usr/bin/rspec

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Wed, 14 Mar 2012 12:09:38 +0300

ruby-rspec-core (2.5.1-1) unstable; urgency=low

  * Switch to gem2deb-based packaging and to a more recent upstream release.
    Upstream package was split into rspec-{core,expectations,mocks}.

 -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Tue, 26 Apr 2011 13:18:35 +0200

librspec-ruby (1.3.1-2) unstable; urgency=low

  * Updated debian/watch to only catch 1.x versions. RSpec2 will
    be a separate package.

 -- Tobias Grimm <etobi@debian.org>  Mon, 14 Feb 2011 22:14:20 +0100

librspec-ruby (1.3.1-1) unstable; urgency=low

  * New upstream release - This is a minor bugfix release before switching
    to RSpec 2
  * Dropped patches (fixed upstream):
    - 14_ruby1.9.2-lambda.patch
    - 16_ruby1.9.2-class-variable.patch

 -- Tobias Grimm <etobi@debian.org>  Wed, 27 Oct 2010 01:32:12 +0200

librspec-ruby (1.3.0-3) unstable; urgency=low

  * Added support for Ruby 1.9.2 which introduced some breaking changes like no
    '.' in the LOAD_PATH or requiring to pass blocks with a parameter to 
    instance_eval (Closes: #593020)
  * Standards-Version: 3.9.1

 -- Tobias Grimm <etobi@debian.org>  Tue, 17 Aug 2010 01:16:27 +0200

librspec-ruby (1.3.0-2) unstable; urgency=low

  * Fixed manpage creation by not including the current date in the diff
    (Closes: #584385)

 -- Tobias Grimm <etobi@debian.org>  Thu, 03 Jun 2010 13:40:25 +0200

librspec-ruby (1.3.0-1) unstable; urgency=low

  * New upstream release
  * Falling back to gemwatch for debian/watch, because the Rubyforge download
    site hasn't been updated for months
  * Standards-Version: 3.8.4
  * Added Ruby 1.9.1 package
  * Enabled tests depending on FakeFS
  * source/format 3.0 (quilt)

 -- Tobias Grimm <etobi@debian.org>  Sat, 29 May 2010 20:31:49 +0200

librspec-ruby (1.2.9-1) unstable; urgency=low

  * New upstream release
  * Fixed debian/watch to recognize .rc versions
  * Removed 12_differ-test-fix.dpatch - fixed upstream
  * Added 13_skip-unsupported-tests.dpatch
  * Added README note about unavailable syntax library
  * Added README.source referring to dpatch's README.source
  * Standards-Version: 3.8.3
  * Force local inline cache dir during build (parsetree uses
    libinline-ruby which on-the-fly compiles C code)

 -- Tobias Grimm <etobi@debian.org>  Sun, 01 Nov 2009 11:17:07 +0100

librspec-ruby (1.2.8-1) unstable; urgency=low

  * New upstream release
  * Added 12_differ-test-fix.dpatch (reported upstream as ticket #862)
  * Increased standards version to 3.8.2
  * Build-depend on rake (required to test the rake tasks)

 -- Tobias Grimm <etobi@debian.org>  Sat, 25 Jul 2009 15:40:48 +0200

librspec-ruby (1.2.6-1) unstable; urgency=low

  * New upstream release
  * Added Debian Ruby Extras Maintainers to list of uploaders
  * Added package VCS links to debian/control
  * Dropped 99_fix-html-and-textmate-output (fixed upstream)

 -- Tobias Grimm <etobi@debian.org>  Sat, 02 May 2009 12:02:21 +0200

librspec-ruby (1.2.4-1) unstable; urgency=low

  * New upstream release (Closes: #521109)
  * Dropped 20_fix-for-500625.dpatch - fixed upstream
  * Changed section to 'ruby'
  * Generate and install manpage for /usr/bin/spec
  * Depend on `ruby1.8` instead of just `ruby`
  * Run the tests in spec/spec during package build
  * Updated 10-force-spec-binary-path.dpatch to fix the spec path in the
    autotest plugin as well
  * Added note about autotest to README.Debian
  * Added 11_dont-require-rubygems.dpatch
  * Added 99_fix-html-and-textmate-output.dpatch (a bugfix picked from the
    upstream Git)
  * Bumped standards version to 3.8.1
  * Added Tobias Grimm <etobi@debian.org> to uploaders

 -- Tobias Grimm <etobi@debian.org>  Tue, 21 Apr 2009 22:16:30 +0200

librspec-ruby (1.1.12-1) unstable; urgency=low

  * Upload entirely prepared by Tobias Grimm (etobi@debian.org); thank you
    very much for all the quality improvements.
  * New upstream release (Closes: #517694).
  * Bumped debhelper dependency / compat to >= 5
  * Using cdbs now
  * Updated 20_fix-for-500625.dpatch
  * Added debian/watch
  * Added Homepage field to debian/control

 -- Sebastien Delafond <seb@debian.org>  Fri, 06 Mar 2009 08:16:42 -0800

librspec-ruby (1.1.3-3) unstable; urgency=low

  * Put plugins, specs and stories in /usr/lib/ruby/1.8/spec/
    (Closes: #500625).

 -- Sebastien Delafond <seb@debian.org>  Mon, 29 Sep 2008 14:03:10 -0700

librspec-ruby (1.1.3-2) unstable; urgency=low

  * Force spec script path to /usr/bin/spec (Closes: #490729).
  * Bump up policy version.

 -- Sebastien Delafond <seb@debian.org>  Mon, 14 Jul 2008 14:55:09 -0700

librspec-ruby (1.1.3-1) unstable; urgency=low

  * Initial Release (Closes: #444623, #480441).

 -- Sebastien Delafond <seb@debian.org>  Sat, 10 May 2008 19:26:47 -0700