rroonga 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/NEWS.ja.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = お知らせ
2
2
 
3
- == 1.0.2: 2010-11-25
3
+ == 1.0.3: 2010-11-29
4
4
 
5
5
  === 改良
6
6
 
@@ -40,6 +40,7 @@
40
40
  * Groonga::Hash#createとGroonga::PatriciaTrie#createでキーの型を省略した
41
41
  場合はShortTextを使用するようにした。
42
42
  * Groonga::Schema#loadをGroonga::Schema#restoreに改名。
43
+ * pkg-config 1.0.7対応。
43
44
 
44
45
  === 修正
45
46
 
data/NEWS.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = NEWS
2
2
 
3
- == 1.0.2: 2010-11-25
3
+ == 1.0.3: 2010-11-29
4
4
 
5
5
  === Improvements
6
6
 
@@ -40,6 +40,7 @@
40
40
  * Used ShortText as the default key type of
41
41
  Groonga::Hash#create and Groonga::PatriciaTrie#create.
42
42
  * Renamed Groonga::Schema#load to Groonga::Schema#restore.
43
+ * Supported pkg-confg 1.0.7.
43
44
 
44
45
  === Fixes
45
46
 
data/Rakefile CHANGED
@@ -117,7 +117,7 @@ Hoe.spec('rroonga') do
117
117
  :require_paths => ["lib", "ext/groonga"],
118
118
  :extra_rdoc_files => Dir.glob("**/*.rdoc"),
119
119
  }
120
- project.extra_deps << ['pkg-config', '>= 0']
120
+ project.extra_deps << ['pkg-config', '>= 1.0.7']
121
121
  project.readme_file = "README.ja.rdoc"
122
122
 
123
123
  news_of_current_release = File.read("NEWS.rdoc").split(/^==\s.*$/)[1]
@@ -207,6 +207,10 @@ task :prepare_docs_for_publishing do
207
207
  apply_template(file, head, header, footer)
208
208
  end
209
209
  end
210
+ File.open("doc/.htaccess", "w") do |file|
211
+ file.puts("Redirect permanent /rroonga/text/TUTORIAL_ja_rdoc.html " +
212
+ "http://groonga.rubyforge.org/rroonga/text/tutorial_ja_rdoc.html")
213
+ end
210
214
  end
211
215
 
212
216
  desc "Publish HTML to Web site."
data/ext/groonga/mkmf.log CHANGED
@@ -1,6 +1,6 @@
1
1
  checking for GCC... -------------------- yes
2
2
 
3
- "cc -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/home/kou/work/ruby/rroonga.18/ext/groonga -fno-strict-aliasing -g -g -O2 -fPIC -c conftest.c"
3
+ "gcc -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/home/kou/work/ruby/rroonga.18/ext/groonga -fno-strict-aliasing -g -g -O2 -fPIC -c conftest.c"
4
4
  checked program was:
5
5
  /* begin */
6
6
  1: /*top*/
@@ -18,7 +18,7 @@ checking for Win32 OS... -------------------- no
18
18
 
19
19
  have_macro: checking for HAVE_RUBY_ST_H in ruby.h... -------------------- no
20
20
 
21
- "cc -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/home/kou/work/ruby/rroonga.18/ext/groonga -fno-strict-aliasing -g -g -O2 -fPIC -Wall -I/tmp/local/include/groonga -c conftest.c"
21
+ "gcc -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/home/kou/work/ruby/rroonga.18/ext/groonga -fno-strict-aliasing -g -g -O2 -fPIC -Wall -I/tmp/local/include/groonga -c conftest.c"
22
22
  conftest.c:4:3: error: #error
23
23
  conftest.c:5: error: expected identifier or ‘(’ before ‘>>’ token
24
24
  checked program was:
@@ -35,7 +35,7 @@ checked program was:
35
35
 
36
36
  have_header: checking for ruby/st.h... -------------------- no
37
37
 
38
- "cc -E -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/home/kou/work/ruby/rroonga.18/ext/groonga -fno-strict-aliasing -g -g -O2 -fPIC -Wall -I/tmp/local/include/groonga conftest.c -o conftest.i"
38
+ "gcc -E -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/home/kou/work/ruby/rroonga.18/ext/groonga -fno-strict-aliasing -g -g -O2 -fPIC -Wall -I/tmp/local/include/groonga conftest.c -o conftest.i"
39
39
  conftest.c:1:21: error: ruby/st.h: そのようなファイルやディレクトリはありません
40
40
  checked program was:
41
41
  /* begin */
@@ -46,7 +46,7 @@ checked program was:
46
46
 
47
47
  have_func: checking for rb_errinfo() in ruby.h... -------------------- no
48
48
 
49
- "cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/home/kou/work/ruby/rroonga.18/ext/groonga -fno-strict-aliasing -g -g -O2 -fPIC -Wall -I/tmp/local/include/groonga conftest.c -L. -L/usr/lib -L. -rdynamic -Wl,-export-dynamic -L/tmp/local/lib -lgroonga -lruby1.8-static -lgroonga -lpthread -lrt -ldl -lcrypt -lm -lc"
49
+ "gcc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/home/kou/work/ruby/rroonga.18/ext/groonga -fno-strict-aliasing -g -g -O2 -fPIC -Wall -I/tmp/local/include/groonga conftest.c -L. -L/usr/lib -L. -rdynamic -Wl,-export-dynamic -L/tmp/local/lib -lgroonga -lruby1.8-static -lgroonga -lpthread -lrt -ldl -lcrypt -lm -lc"
50
50
  conftest.c: In function ‘t’:
51
51
  conftest.c:5: error: ‘rb_errinfo’ undeclared (first use in this function)
52
52
  conftest.c:5: error: (Each undeclared identifier is reported only once
@@ -60,10 +60,10 @@ checked program was:
60
60
  5: int t() { void ((*volatile p)()); p = (void ((*)()))rb_errinfo; return 0; }
61
61
  /* end */
62
62
 
63
- "cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/home/kou/work/ruby/rroonga.18/ext/groonga -fno-strict-aliasing -g -g -O2 -fPIC -Wall -I/tmp/local/include/groonga conftest.c -L. -L/usr/lib -L. -rdynamic -Wl,-export-dynamic -L/tmp/local/lib -lgroonga -lruby1.8-static -lgroonga -lpthread -lrt -ldl -lcrypt -lm -lc"
63
+ "gcc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/home/kou/work/ruby/rroonga.18/ext/groonga -fno-strict-aliasing -g -g -O2 -fPIC -Wall -I/tmp/local/include/groonga conftest.c -L. -L/usr/lib -L. -rdynamic -Wl,-export-dynamic -L/tmp/local/lib -lgroonga -lruby1.8-static -lgroonga -lpthread -lrt -ldl -lcrypt -lm -lc"
64
64
  conftest.c: In function ‘t’:
65
65
  conftest.c:5: warning: implicit declaration of function ‘rb_errinfo’
66
- /tmp/ccRn7Jyd.o: In function `t':
66
+ /tmp/ccjMtfaX.o: In function `t':
67
67
  /home/kou/work/ruby/rroonga.18/ext/groonga/conftest.c:5: undefined reference to `rb_errinfo'
68
68
  collect2: ld returned 1 exit status
69
69
  checked program was:
@@ -79,7 +79,7 @@ checked program was:
79
79
 
80
80
  have_type: checking for enum ruby_value_type in ruby.h... -------------------- no
81
81
 
82
- "cc -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/home/kou/work/ruby/rroonga.18/ext/groonga -fno-strict-aliasing -g -g -O2 -fPIC -Wall -I/tmp/local/include/groonga -c conftest.c"
82
+ "gcc -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/home/kou/work/ruby/rroonga.18/ext/groonga -fno-strict-aliasing -g -g -O2 -fPIC -Wall -I/tmp/local/include/groonga -c conftest.c"
83
83
  conftest.c:5: error: invalid application of ‘sizeof’ to incomplete type ‘conftest_type’
84
84
  conftest.c:5: error: size of array ‘conftestval’ is negative
85
85
  checked program was:
data/ext/groonga/rb-grn.h CHANGED
@@ -69,7 +69,7 @@ RB_GRN_BEGIN_DECLS
69
69
 
70
70
  #define RB_GRN_MAJOR_VERSION 1
71
71
  #define RB_GRN_MINOR_VERSION 0
72
- #define RB_GRN_MICRO_VERSION 2
72
+ #define RB_GRN_MICRO_VERSION 3
73
73
 
74
74
  typedef int rb_grn_boolean;
75
75
  #define RB_GRN_FALSE (0)
data/html/index.html CHANGED
@@ -49,7 +49,7 @@
49
49
 
50
50
  <h3>rroongaの最新リリース</h3>
51
51
  <p>
52
- 2010-09-12にリリースされた1.0.1が最新です。
52
+ 2010-11-29にリリースされた1.0.3が最新です。
53
53
  </p>
54
54
 
55
55
  <h3 id="install-rroonga">rroongaのインストール</h3>
@@ -65,7 +65,7 @@
65
65
  </p>
66
66
  <ul>
67
67
  <li><a href="rroonga/">rroongaのリファレンスマニュアル</a></li>
68
- <li><a href="rroonga/text/TUTORIAL_ja_rdoc.html">rroongaのチュートリアル</a></li>
68
+ <li><a href="rroonga/text/tutorial_ja_rdoc.html">rroongaのチュートリアル</a></li>
69
69
  </ul>
70
70
 
71
71
  <h2 id="about-active-groonga">ActiveGroonga</h2>
data/rroonga-build.rb CHANGED
@@ -41,7 +41,7 @@ module RroongaBuild
41
41
 
42
42
  def prepend_pkg_config_path_for_local_groonga
43
43
  pkg_config_dir = File.join(local_groonga_install_dir, "lib", "pkgconfig")
44
- PackageConfig.prepend_default_path(pkg_config_dir)
44
+ PKGConfig.add_path(pkg_config_dir)
45
45
  end
46
46
 
47
47
  def add_rpath_for_local_groonga
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rroonga
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kouhei Sutou
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2010-11-25 00:00:00 +09:00
22
+ date: 2010-11-26 00:00:00 +09:00
23
23
  default_executable:
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
@@ -30,28 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- hash: 3
33
+ hash: 25
34
34
  segments:
35
+ - 1
35
36
  - 0
36
- version: "0"
37
+ - 7
38
+ version: 1.0.7
37
39
  type: :runtime
38
40
  version_requirements: *id001
39
- - !ruby/object:Gem::Dependency
40
- name: rubyforge
41
- prerelease: false
42
- requirement: &id002 !ruby/object:Gem::Requirement
43
- none: false
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- hash: 7
48
- segments:
49
- - 2
50
- - 0
51
- - 4
52
- version: 2.0.4
53
- type: :development
54
- version_requirements: *id002
55
41
  description: |-
56
42
  rroonga is a extension library to use groonga's DB-API
57
43
  layer. rroonga provides Rubyish readable and writable
@@ -65,12 +51,12 @@ executables: []
65
51
  extensions:
66
52
  - extconf.rb
67
53
  extra_rdoc_files:
68
- - NEWS.rdoc
69
- - NEWS.ja.rdoc
70
54
  - README.ja.rdoc
71
- - README.rdoc
72
- - text/expression.rdoc
55
+ - NEWS.ja.rdoc
73
56
  - text/tutorial.ja.rdoc
57
+ - text/expression.rdoc
58
+ - README.rdoc
59
+ - NEWS.rdoc
74
60
  files:
75
61
  - AUTHORS
76
62
  - NEWS.ja.rdoc