cairo 1.12.7 → 1.12.8

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cairo might be problematic. Click here for more details.

Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +14 -0
  3. data/Rakefile +1 -1
  4. data/ext/cairo/rb_cairo.h +1 -1
  5. metadata +1 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fae70100e39242041d0a85fcea2e692adebcba79
4
- data.tar.gz: 596c203dd489a9ba6ed4d4f053407ac4578da54a
3
+ metadata.gz: 2b985f692661b71ee8fe234a6b435aca1e730204
4
+ data.tar.gz: 85c78c56bc33c1d6ef1e30097a1e57250595dacf
5
5
  SHA512:
6
- metadata.gz: 2c5b31f8145784ecc66c37d4f53e7acb4a843b9add48589a75ab99ee5cd7f11bb0d5872ee05d3463770c5cd3b47c63c9f991491cf771a715ea94875f428e8c6f
7
- data.tar.gz: d40b8a4b10ee23c5f04b0ada21e812a22cfc7bd528f6e1a3ac83089244d32ddac0aba3e31d70f967d9a0d1e8384554fb2520cabfdb33017518a1516570ef3e15
6
+ metadata.gz: 42975b768b271c558df6c14e02867b5631d455e5bb14337f219a50299c7a46328b8a33b937e8151189e8264ab12c10f1aec74de1ab6fe68e2786ae6b98d6382d
7
+ data.tar.gz: 68a81668cab686eacf81d2734f6b9fccfd14026b2f1d254eefd381e370e11f265880b939c182f11a9f87796d10f9fdd260ca6523e11bdf340fb5c2c1e43d7d98
data/NEWS CHANGED
@@ -1,3 +1,17 @@
1
+ Release 1.12.8 (2013-12-23) Kouhei Sutou <kou@cozmixng.org>
2
+ ===========================================================
3
+
4
+ Fixes
5
+ -----
6
+
7
+ * Bundled missing libwinpthread-1.dll into gem for Windows.
8
+ [Reported by Masafumi Yokoyama]
9
+
10
+ Thanks
11
+ ------
12
+
13
+ * Masafumi Yokoyama
14
+
1
15
  Release 1.12.7 (2013-12-23) Kouhei Sutou <kou@cozmixng.org>
2
16
  ===========================================================
3
17
 
data/Rakefile CHANGED
@@ -180,7 +180,7 @@ class WindowsTask
180
180
  namespace :dll do
181
181
  desc "Bundle GCC related DLLs"
182
182
  task :bundle do
183
- dll_names = ["libgcc_s_sjlj-1.dll"]
183
+ dll_names = ["libgcc_s_sjlj-1.dll", "libwinpthread-1.dll"]
184
184
  dll_names.each do |dll_name|
185
185
  cp(absolete_gcc_dll_path(dll_name), install_dir + "bin")
186
186
  end
@@ -73,7 +73,7 @@ RB_CAIRO_BEGIN_DECLS
73
73
 
74
74
  #define RB_CAIRO_VERSION_MAJOR 1
75
75
  #define RB_CAIRO_VERSION_MINOR 12
76
- #define RB_CAIRO_VERSION_MICRO 7
76
+ #define RB_CAIRO_VERSION_MICRO 8
77
77
 
78
78
  RB_CAIRO_VAR VALUE rb_mCairo;
79
79
  RB_CAIRO_VAR VALUE rb_cCairo_Context;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cairo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.7
4
+ version: 1.12.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
@@ -221,4 +221,3 @@ test_files:
221
221
  - test/test_color.rb
222
222
  - test/test_font_options.rb
223
223
  - test/test_constants.rb
224
- has_rdoc: