autobuild 1.5.15 → 1.5.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Changes.txt +5 -0
- data/lib/autobuild.rb +1 -1
- data/lib/autobuild/packages/orogen.rb +3 -0
- metadata +3 -3
data/Changes.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
== Version 1.5.16
|
|
2
|
+
* update the TYPELIB_RUBY_PLUGIN_PATH and OROCOS_ROBY_PLUGIN_PATH environment
|
|
3
|
+
variables, as oroGen now installs plugin files from the oroGen project into
|
|
4
|
+
these directories
|
|
5
|
+
|
|
1
6
|
== Version 1.5.15
|
|
2
7
|
* display a message when git switches branches
|
|
3
8
|
|
data/lib/autobuild.rb
CHANGED
|
@@ -231,6 +231,9 @@ module Autobuild
|
|
|
231
231
|
orogen_spec.provides.each do |name|
|
|
232
232
|
provides name
|
|
233
233
|
end
|
|
234
|
+
|
|
235
|
+
Autobuild.env_add_path 'TYPELIB_RUBY_PLUGIN_PATH', File.join(prefix, 'share', 'typelib', 'ruby')
|
|
236
|
+
Autobuild.env_add_path 'OROCOS_ROBY_PLUGIN_PATH', File.join(prefix, 'share', 'orocos', 'roby')
|
|
234
237
|
end
|
|
235
238
|
|
|
236
239
|
def prepare
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 5
|
|
8
|
-
-
|
|
9
|
-
version: 1.5.
|
|
8
|
+
- 16
|
|
9
|
+
version: 1.5.16
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Sylvain Joyeux
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-07-
|
|
17
|
+
date: 2010-07-12 00:00:00 +02:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|