cairo 1.12.7-x86-mingw32 → 1.12.8-x86-mingw32
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.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/NEWS +14 -0
- data/Rakefile +1 -1
- data/ext/cairo/rb_cairo.h +1 -1
- data/lib/1.9/cairo.so +0 -0
- data/lib/2.0/cairo.so +0 -0
- data/lib/2.1/cairo.so +0 -0
- data/vendor/local/bin/libwinpthread-1.dll +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7b04f850e93e5c53cf9fcefd1676a5fae30f535
|
4
|
+
data.tar.gz: ab13f9e5d3a5615929e037d2387f90e3357fead2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ba953a0cf48df0419119d71534c550043c6bf67c62520fd1437e437b3e0de2aece0967a4ddc29041c35c2a31eadf9e46f072c584e1b971bd8aaeefaab699d7f
|
7
|
+
data.tar.gz: eced3fe2a0b44a5f6b2bbf6d732d9bc37ea5c588deaa16a8731865e1ac437b41e89dc5ee5ecd84a0b9c6fb59b07578abc08f15cce39aa3bda8f043ff27b3587f
|
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
|
data/ext/cairo/rb_cairo.h
CHANGED
data/lib/1.9/cairo.so
CHANGED
Binary file
|
data/lib/2.0/cairo.so
CHANGED
Binary file
|
data/lib/2.1/cairo.so
CHANGED
Binary file
|
Binary file
|
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.
|
4
|
+
version: 1.12.8
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
@@ -193,6 +193,7 @@ files:
|
|
193
193
|
- vendor/local/bin/libpng-config
|
194
194
|
- vendor/local/bin/libpng16-16.dll
|
195
195
|
- vendor/local/bin/libpng16-config
|
196
|
+
- vendor/local/bin/libwinpthread-1.dll
|
196
197
|
- vendor/local/bin/libxml2-2.dll
|
197
198
|
- vendor/local/bin/png-fix-itxt.exe
|
198
199
|
- vendor/local/bin/pngfix.exe
|