pango 1.1.9 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +12 -1
  2. metadata +9 -9
data/Rakefile CHANGED
@@ -7,8 +7,19 @@ package = GNOME2Package.new do |_package|
7
7
  _package.summary = "Ruby/Pango is a Ruby binding of pango-1.x."
8
8
  _package.description = "Ruby/Pango is a Ruby binding of pango-1.x."
9
9
  _package.dependency.gem.runtime = [["cairo", ">= 1.10.0"], "glib2"]
10
- _package.win32.packages = ["pango"]
10
+ _package.win32.packages = []
11
11
  _package.win32.dependencies = []
12
+ _package.win32.build_dependencies = ["glib2"]
13
+ _package.win32.build_packages = [
14
+ {
15
+ :name => "pango",
16
+ :download_site => :gnome,
17
+ :label => "pango",
18
+ :version => "1.32.6",
19
+ :configure_args => [],
20
+ :compression_method => "xz",
21
+ }
22
+ ]
12
23
  end
13
24
  package.define_tasks
14
25
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pango
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
- - 1
9
- - 9
10
- version: 1.1.9
8
+ - 2
9
+ - 0
10
+ version: 1.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - The Ruby-GNOME2 Project Team
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-12-30 00:00:00 Z
18
+ date: 2013-01-24 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: cairo
@@ -41,12 +41,12 @@ dependencies:
41
41
  requirements:
42
42
  - - ">="
43
43
  - !ruby/object:Gem::Version
44
- hash: 1
44
+ hash: 31
45
45
  segments:
46
46
  - 1
47
- - 1
48
- - 9
49
- version: 1.1.9
47
+ - 2
48
+ - 0
49
+ version: 1.2.0
50
50
  type: :runtime
51
51
  version_requirements: *id002
52
52
  description: Ruby/Pango is a Ruby binding of pango-1.x.