autobuild 1.5.50 → 1.5.51

Sign up to get free protection for your applications and to get access to all the features.
data/Changes.txt CHANGED
@@ -1,3 +1,6 @@
1
+ == Version 1.5.51
2
+ * quickfix release for broken LD_LIBRARY_PATH update
3
+
1
4
  == Version 1.5.50
2
5
  * quickfix release for installations where dpkg-architecture does not report a
3
6
  DEB_BUILD_MULTIARCH variable
@@ -133,7 +133,7 @@ module Autobuild
133
133
  env_add_path('PKG_CONFIG_PATH', path)
134
134
  end
135
135
  ld_library_search = ['lib', 'lib/ARCH', 'libARCHSIZE']
136
- each_env_search_path(newprefix, pkg_config_search) do |path|
136
+ each_env_search_path(newprefix, ld_library_search) do |path|
137
137
  if !Dir.glob(File.join(path, "lib*.so")).empty?
138
138
  env_add_path('LD_LIBRARY_PATH', path)
139
139
  end
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.5.50" unless defined? Autobuild::VERSION
2
+ VERSION = "1.5.51" unless defined? Autobuild::VERSION
3
3
  end
4
4
 
5
5
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobuild
3
3
  version: !ruby/object:Gem::Version
4
- hash: 103
4
+ hash: 101
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 50
10
- version: 1.5.50
9
+ - 51
10
+ version: 1.5.51
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sylvain Joyeux
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-08-22 00:00:00 Z
18
+ date: 2011-08-23 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rake