glib2 2.0.3-x86-mingw32 → 2.1.0-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.
- checksums.yaml +4 -4
- data/ext/glib2/rbglib.h +2 -2
- data/lib/1.9/glib2.so +0 -0
- data/lib/2.0/glib2.so +0 -0
- data/lib/2.1/glib2.so +0 -0
- data/lib/gnome2/rake/package-task.rb +2 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 864d26f0e16cd111000c8e2bd5e7488b1f2e9d93
|
4
|
+
data.tar.gz: 728f9380b03b063aa827c0736c08599e7393fe22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8dc96c533d35ea1b074db10234e5b944b9433a31ac3d3202bf7654207afea46e2cde5218d2324c2a6d1bf5690eaace517e096e7cabb3b488ed52601f2eafddd
|
7
|
+
data.tar.gz: 03c7c7cb42c58e2f97213b7ea920247ca544844e3c676308362af8fc026c6537c941ff0440b00e98e6310a9ad86c17e546f6e9cfd390eddb0d3ee636fd9e7ff6
|
data/ext/glib2/rbglib.h
CHANGED
@@ -34,8 +34,8 @@ extern "C" {
|
|
34
34
|
#endif /* __cplusplus */
|
35
35
|
|
36
36
|
#define RBGLIB_MAJOR_VERSION 2
|
37
|
-
#define RBGLIB_MINOR_VERSION
|
38
|
-
#define RBGLIB_MICRO_VERSION
|
37
|
+
#define RBGLIB_MINOR_VERSION 1
|
38
|
+
#define RBGLIB_MICRO_VERSION 0
|
39
39
|
|
40
40
|
#ifndef RSTRING_PTR
|
41
41
|
# define RSTRING_PTR(s) (RSTRING(s)->ptr)
|
data/lib/1.9/glib2.so
CHANGED
Binary file
|
data/lib/2.0/glib2.so
CHANGED
Binary file
|
data/lib/2.1/glib2.so
ADDED
Binary file
|
@@ -120,6 +120,7 @@ module GNOME2
|
|
120
120
|
s.author = @author
|
121
121
|
s.email = @email
|
122
122
|
s.homepage = @homepage
|
123
|
+
s.licenses = ["LGPLv2.1 or later"]
|
123
124
|
s.version = version
|
124
125
|
extensions = FileList["ext/#{@name}/extconf.rb"]
|
125
126
|
extensions.existing!
|
@@ -185,6 +186,7 @@ module GNOME2
|
|
185
186
|
win32_files.each do |win32_file|
|
186
187
|
stage_win32_file = "#{stage_path}/#{win32_file}"
|
187
188
|
stage_win32_binary_dir = File.dirname(stage_win32_file)
|
189
|
+
directory stage_win32_binary_dir
|
188
190
|
file stage_win32_file => [stage_win32_binary_dir, win32_file] do
|
189
191
|
cp win32_file, stage_win32_file
|
190
192
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glib2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0
|
4
|
+
version: 2.1.0
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
@@ -174,6 +174,7 @@ files:
|
|
174
174
|
- test/test_win32.rb
|
175
175
|
- lib/1.9/glib2.so
|
176
176
|
- lib/2.0/glib2.so
|
177
|
+
- lib/2.1/glib2.so
|
177
178
|
- vendor/local/bin/certtool.exe
|
178
179
|
- vendor/local/bin/danetool.exe
|
179
180
|
- vendor/local/bin/envsubst.exe
|
@@ -2224,7 +2225,8 @@ files:
|
|
2224
2225
|
- vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.log
|
2225
2226
|
- vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.sh
|
2226
2227
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
2227
|
-
licenses:
|
2228
|
+
licenses:
|
2229
|
+
- LGPLv2.1 or later
|
2228
2230
|
metadata: {}
|
2229
2231
|
post_install_message:
|
2230
2232
|
rdoc_options: []
|