Hello community,
here is the log from the commit of package rubygem-pkg-config for
openSUSE:Factory checked in at 2018-02-13 10:27:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-pkg-config (Old)
and /work/SRC/openSUSE:Factory/.rubygem-pkg-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-pkg-config"
Tue Feb 13 10:27:37 2018 rev:15 rq:574937 version:1.2.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-pkg-config/rubygem-pkg-config.changes
2017-11-01 11:08:21.928562913 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-pkg-config.new/rubygem-pkg-config.changes
2018-02-13 10:27:39.504866091 +0100
@@ -1,0 +2,17 @@
+Thu Feb 8 06:19:51 UTC 2018 - [email protected]
+
+- updated to version 1.2.9
+ see installed NEWS
+
+ == 1.2.9 - 2018-01-13
+
+ === Improvements
+
+ * Added more default paths for OpenBSD.
+ [GitHub#15][Reported by clintpachl]
+
+ === Thanks
+
+ * clintpachl
+
+-------------------------------------------------------------------
Old:
----
pkg-config-1.2.8.gem
New:
----
pkg-config-1.2.9.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-pkg-config.spec ++++++
--- /var/tmp/diff_new_pack.nfPcDt/_old 2018-02-13 10:27:41.188805417 +0100
+++ /var/tmp/diff_new_pack.nfPcDt/_new 2018-02-13 10:27:41.192805273 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-pkg-config
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
#
Name: rubygem-pkg-config
-Version: 1.2.8
+Version: 1.2.9
Release: 0
%define mod_name pkg-config
%define mod_full_name %{mod_name}-%{version}
++++++ pkg-config-1.2.8.gem -> pkg-config-1.2.9.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/NEWS new/NEWS
--- old/NEWS 2017-10-19 16:16:09.000000000 +0200
+++ new/NEWS 2018-01-13 04:51:02.000000000 +0100
@@ -1,5 +1,16 @@
= NEWS
+== 1.2.9 - 2018-01-13
+
+=== Improvements
+
+ * Added more default paths for OpenBSD.
+ [GitHub#15][Reported by clintpachl]
+
+=== Thanks
+
+ * clintpachl
+
== 1.2.8 - 2017-10-19
=== Improvements
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/pkg-config/version.rb
new/lib/pkg-config/version.rb
--- old/lib/pkg-config/version.rb 2017-10-19 16:16:09.000000000 +0200
+++ new/lib/pkg-config/version.rb 2018-01-13 04:51:02.000000000 +0100
@@ -15,5 +15,5 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA
module PKGConfig
- VERSION = "1.2.8"
+ VERSION = "1.2.9"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/pkg-config.rb new/lib/pkg-config.rb
--- old/lib/pkg-config.rb 2017-10-19 16:16:09.000000000 +0200
+++ new/lib/pkg-config.rb 2018-01-13 04:51:02.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyright 2008-2017 Kouhei Sutou <[email protected]>
+# Copyright 2008-2018 Kouhei Sutou <[email protected]>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -342,12 +342,15 @@
"/usr/local/libx32/pkgconfig",
"/usr/local/lib/pkgconfig",
"/usr/local/libdata/pkgconfig",
+ "/usr/local/share/pkgconfig",
"/opt/local/lib/pkgconfig",
*arch_depended_path,
"/usr/lib64/pkgconfig",
"/usr/libx32/pkgconfig",
"/usr/lib/pkgconfig",
"/usr/libdata/pkgconfig",
+ "/usr/X11R6/lib/pkgconfig",
+ "/usr/X11R6/share/pkgconfig",
"/usr/X11/lib/pkgconfig",
"/opt/X11/lib/pkgconfig",
"/usr/share/pkgconfig",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2017-10-19 16:16:09.000000000 +0200
+++ new/metadata 2018-01-13 04:51:02.000000000 +0100
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: pkg-config
version: !ruby/object:Gem::Version
- version: 1.2.8
+ version: 1.2.9
platform: ruby
authors:
- Kouhei Sutou
autorequire:
bindir: bin
cert_chain: []
-date: 2017-10-19 00:00:00.000000000 Z
+date: 2018-01-13 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: test-unit
@@ -89,7 +89,7 @@
version: '0'
requirements: []
rubyforge_project: cairo
-rubygems_version: 2.5.2.1
+rubygems_version: 2.5.2.2
signing_key:
specification_version: 4
summary: A pkg-config implementation for Ruby