Hello community,
here is the log from the commit of package rubygem-pkg-config for
openSUSE:Factory checked in at 2017-11-01 11:08:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-pkg-config (Old)
and /work/SRC/openSUSE:Factory/.rubygem-pkg-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-pkg-config"
Wed Nov 1 11:08:22 2017 rev:14 rq:537501 version:1.2.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-pkg-config/rubygem-pkg-config.changes
2017-09-13 21:34:41.881362632 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-pkg-config.new/rubygem-pkg-config.changes
2017-11-01 11:08:21.928562913 +0100
@@ -1,0 +2,17 @@
+Thu Oct 26 10:07:34 UTC 2017 - [email protected]
+
+- updated to version 1.2.8
+ see installed NEWS
+
+ == 1.2.8 - 2017-10-19
+
+ === Improvements
+
+ * Improved macOS environment detection.
+ [Reported by Simeon Manolov]
+
+ === Thanks
+
+ * Simeon Manolov
+
+-------------------------------------------------------------------
Old:
----
pkg-config-1.2.7.gem
New:
----
pkg-config-1.2.8.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-pkg-config.spec ++++++
--- /var/tmp/diff_new_pack.gprXYh/_old 2017-11-01 11:08:23.236515135 +0100
+++ /var/tmp/diff_new_pack.gprXYh/_new 2017-11-01 11:08:23.240514989 +0100
@@ -24,7 +24,7 @@
#
Name: rubygem-pkg-config
-Version: 1.2.7
+Version: 1.2.8
Release: 0
%define mod_name pkg-config
%define mod_full_name %{mod_name}-%{version}
++++++ pkg-config-1.2.7.gem -> pkg-config-1.2.8.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/NEWS new/NEWS
--- old/NEWS 2017-08-16 03:39:45.000000000 +0200
+++ new/NEWS 2017-10-19 16:16:09.000000000 +0200
@@ -1,5 +1,16 @@
= NEWS
+== 1.2.8 - 2017-10-19
+
+=== Improvements
+
+ * Improved macOS environment detection.
+ [Reported by Simeon Manolov]
+
+=== Thanks
+
+ * Simeon Manolov
+
== 1.2.7 - 2017-08-16
=== 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-08-16 03:39:45.000000000 +0200
+++ new/lib/pkg-config/version.rb 2017-10-19 16:16:09.000000000 +0200
@@ -15,5 +15,5 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA
module PKGConfig
- VERSION = "1.2.7"
+ VERSION = "1.2.8"
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-08-16 03:39:45.000000000 +0200
+++ new/lib/pkg-config.rb 2017-10-19 16:16:09.000000000 +0200
@@ -373,7 +373,7 @@
paths << (pkg_config_prefix + "libx32/pkgconfig").to_s
paths << (pkg_config_prefix + "lib/pkgconfig").to_s
paths << (pkg_config_prefix + "libdata/pkgconfig").to_s
- if /-darwin\d+\z/ =~ RUBY_PLATFORM and
+ if /-darwin\d[\d\.]*\z/ =~ RUBY_PLATFORM and
/\A(\d+\.\d+)/ =~ `sw_vers -productVersion`
mac_os_version = $1
homebrew_repository_candidates = []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2017-08-16 03:39:45.000000000 +0200
+++ new/metadata 2017-10-19 16:16:09.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: pkg-config
version: !ruby/object:Gem::Version
- version: 1.2.7
+ version: 1.2.8
platform: ruby
authors:
- Kouhei Sutou
autorequire:
bindir: bin
cert_chain: []
-date: 2017-08-16 00:00:00.000000000 Z
+date: 2017-10-19 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
+rubygems_version: 2.5.2.1
signing_key:
specification_version: 4
summary: A pkg-config implementation for Ruby