pkg-config 1.2.8 → 1.2.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a44fa47f972a775fd058d81e34aa6df0db1dd498
4
- data.tar.gz: bb552881de4ce2f454206addb8504a18c78f0b5d
3
+ metadata.gz: ba7a578caad93756b6f3bb8fa9d961f99291f8f0
4
+ data.tar.gz: d4845bf9efcc49e5d410cab0a6c800d06c4b36a2
5
5
  SHA512:
6
- metadata.gz: 24ee3a4becea1003c1d6006f0aff79468834377ab364508064027fa46d276908f875f0df02a9a8fe3c2872649cbcd7a657ed1f200904f7c211ae16e61183279c
7
- data.tar.gz: 900a59627663e8f2c4fa6cd9c011fa866d68bbf1c0401fe78def2242fdf552c9a15c55b6a2e97893fe9ead5aebf01857d32007a55b5da1e4ace3cfebcb3a27f4
6
+ metadata.gz: 0527c317b11b5b46ae9b93cae40032f8a539995dd51c2780f48ae51142788185dae005f1f54e018e852c027355129c61aa9e413a08b75f27d683ba2b026aa420
7
+ data.tar.gz: fcd01f29eb0e0f505774c57baf599ce4d7a03dc95062b1129a1684e6aa2f4634b2ae0c3e201d6c46b906f18510c00e12899481462184d65a33a263531ecd359b
data/NEWS CHANGED
@@ -1,5 +1,16 @@
1
1
  = NEWS
2
2
 
3
+ == 1.2.9 - 2018-01-13
4
+
5
+ === Improvements
6
+
7
+ * Added more default paths for OpenBSD.
8
+ [GitHub#15][Reported by clintpachl]
9
+
10
+ === Thanks
11
+
12
+ * clintpachl
13
+
3
14
  == 1.2.8 - 2017-10-19
4
15
 
5
16
  === Improvements
@@ -1,4 +1,4 @@
1
- # Copyright 2008-2017 Kouhei Sutou <kou@cozmixng.org>
1
+ # Copyright 2008-2018 Kouhei Sutou <kou@cozmixng.org>
2
2
  #
3
3
  # This library is free software; you can redistribute it and/or
4
4
  # modify it under the terms of the GNU Lesser General Public
@@ -342,12 +342,15 @@ class PackageConfig
342
342
  "/usr/local/libx32/pkgconfig",
343
343
  "/usr/local/lib/pkgconfig",
344
344
  "/usr/local/libdata/pkgconfig",
345
+ "/usr/local/share/pkgconfig",
345
346
  "/opt/local/lib/pkgconfig",
346
347
  *arch_depended_path,
347
348
  "/usr/lib64/pkgconfig",
348
349
  "/usr/libx32/pkgconfig",
349
350
  "/usr/lib/pkgconfig",
350
351
  "/usr/libdata/pkgconfig",
352
+ "/usr/X11R6/lib/pkgconfig",
353
+ "/usr/X11R6/share/pkgconfig",
351
354
  "/usr/X11/lib/pkgconfig",
352
355
  "/opt/X11/lib/pkgconfig",
353
356
  "/usr/share/pkgconfig",
@@ -15,5 +15,5 @@
15
15
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
17
  module PKGConfig
18
- VERSION = "1.2.8"
18
+ VERSION = "1.2.9"
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pkg-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.8
4
+ version: 1.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-19 00:00:00.000000000 Z
11
+ date: 2018-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-unit
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  version: '0'
90
90
  requirements: []
91
91
  rubyforge_project: cairo
92
- rubygems_version: 2.5.2.1
92
+ rubygems_version: 2.5.2.2
93
93
  signing_key:
94
94
  specification_version: 4
95
95
  summary: A pkg-config implementation for Ruby