glib2 4.0.6 → 4.0.7
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/mkmf-gnome.rb +0 -12
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7fedf7b03b6282a1415df17396d4b5bafec1001ebb8ed36ded2674ea7621c7b
|
|
4
|
+
data.tar.gz: b978550b202accd558ed22b65c8b8ee31c1306b726c30c32e9fa881cdc3a7d47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf49dbf7a9b77d1986a44f0e6a4be40bb8b6f5ef6959eedb316f6372c1c390b42c1f58cd331df49a5200d39987950fdec39b3928acb8decdc1db37f4465c3f5f
|
|
7
|
+
data.tar.gz: fea19283af5b7b8936604961a89770af95a4da1d7f6e5b96d5a630b226a88724c6bbe981a3cae5eef45da8042340b24abff29688e4c8c8a0611707e9118364c1
|
data/ext/glib2/rbglib.h
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
|
|
2
2
|
/*
|
|
3
|
-
* Copyright (C) 2002-
|
|
3
|
+
* Copyright (C) 2002-2023 Ruby-GNOME Project Team
|
|
4
4
|
* Copyright (C) 2002,2003 Masahiro Sakai
|
|
5
5
|
*
|
|
6
6
|
* This library is free software; you can redistribute it and/or
|
|
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
|
|
|
33
33
|
|
|
34
34
|
#define RBGLIB_MAJOR_VERSION 4
|
|
35
35
|
#define RBGLIB_MINOR_VERSION 0
|
|
36
|
-
#define RBGLIB_MICRO_VERSION
|
|
36
|
+
#define RBGLIB_MICRO_VERSION 7
|
|
37
37
|
|
|
38
38
|
#ifndef RB_ZALLOC
|
|
39
39
|
# ifdef ZALLOC
|
data/lib/mkmf-gnome.rb
CHANGED
|
@@ -195,18 +195,6 @@ def add_depend_package_path(target_name,
|
|
|
195
195
|
target_source_dir,
|
|
196
196
|
target_build_dir,
|
|
197
197
|
is_gem=true)
|
|
198
|
-
pp [__method__,
|
|
199
|
-
target_name,
|
|
200
|
-
target_source_dir,
|
|
201
|
-
target_build_dir,
|
|
202
|
-
is_gem,
|
|
203
|
-
File.exist?(target_source_dir),
|
|
204
|
-
File.exist?(target_build_dir),
|
|
205
|
-
File.join(target_source_dir, "..", "..", "lib", target_name.gsub(/-/, "_") + ".so"),
|
|
206
|
-
File.exist?(File.join(target_source_dir, "..", "..", "lib", target_name.gsub(/-/, "_") + ".so")),
|
|
207
|
-
File.join(target_build_dir, target_name.gsub(/-/, "_") + ".so"),
|
|
208
|
-
File.exist?(File.join(target_build_dir, target_name.gsub(/-/, "_") + ".so")),
|
|
209
|
-
]
|
|
210
198
|
if File.exist?(target_source_dir)
|
|
211
199
|
$INCFLAGS = "-I#{target_source_dir}".quote + " #{$INCFLAGS}"
|
|
212
200
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: glib2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Ruby-GNOME Project Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-01-
|
|
11
|
+
date: 2023-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pkg-config
|