Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-pkg-config for 
openSUSE:Factory checked in at 2021-07-04 22:10:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-pkg-config (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-pkg-config.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-pkg-config"

Sun Jul  4 22:10:28 2021 rev:22 rq:903526 version:1.4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-pkg-config/rubygem-pkg-config.changes    
2020-10-03 18:51:41.921226351 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-pkg-config.new.2625/rubygem-pkg-config.changes
  2021-07-04 22:10:29.533345385 +0200
@@ -1,0 +2,29 @@
+Thu Jun 24 17:46:32 UTC 2021 - Stephan Kulow <co...@suse.com>
+
+updated to version 1.4.6
+ see installed NEWS
+
+  == 1.4.6 - 2021-04-12
+  
+  === Improvements
+  
+    * Improved support for .pc detection installed by Homebrew.
+      [Reported by Evan Shea][GitHub:rcairo/rcairo#66]
+  
+  === Thanks
+  
+    * Evan Shea
+  
+  == 1.4.5 - 2021-02-04
+  
+  === Improvements
+  
+    * Added support for macOS 11.2.
+      [Reported by Ludovic Moutury][GitHub:rcairo/rcairo#69]
+  
+  === Thanks
+  
+    * Ludovic Moutury
+  
+
+-------------------------------------------------------------------

Old:
----
  pkg-config-1.4.4.gem

New:
----
  pkg-config-1.4.6.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-pkg-config.spec ++++++
--- /var/tmp/diff_new_pack.OnRgJV/_old  2021-07-04 22:10:29.997341796 +0200
+++ /var/tmp/diff_new_pack.OnRgJV/_new  2021-07-04 22:10:30.001341764 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pkg-config
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # 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.4.4
+Version:        1.4.6
 Release:        0
 %define mod_name pkg-config
 %define mod_full_name %{mod_name}-%{version}

++++++ pkg-config-1.4.4.gem -> pkg-config-1.4.6.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NEWS new/NEWS
--- old/NEWS    2020-09-22 23:36:28.000000000 +0200
+++ new/NEWS    2021-04-12 02:34:18.000000000 +0200
@@ -1,12 +1,34 @@
 = NEWS
 
+== 1.4.6 - 2021-04-12
+
+=== Improvements
+
+  * Improved support for .pc detection installed by Homebrew.
+    [Reported by Evan Shea][GitHub:rcairo/rcairo#66]
+
+=== Thanks
+
+  * Evan Shea
+
+== 1.4.5 - 2021-02-04
+
+=== Improvements
+
+  * Added support for macOS 11.2.
+    [Reported by Ludovic Moutury][GitHub:rcairo/rcairo#69]
+
+=== Thanks
+
+  * Ludovic Moutury
+
 == 1.4.4 - 2020-09-23
 
 === Fixes
 
   * Fixed a bug that NoMethodError instead of
     PackageConfig::NotFoundError is raised.
-    [Fixed by kojix2][GitHub#21]
+    [GitHub#21][Fixed by kojix2]
 
 === Thanks
 
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       2020-09-22 23:36:28.000000000 +0200
+++ new/lib/pkg-config/version.rb       2021-04-12 02:34:18.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyright 2012-2020  Sutou Kouhei <k...@cozmixng.org>
+# Copyright 2012-2021  Sutou Kouhei <k...@cozmixng.org>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -15,5 +15,5 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
 
 module PKGConfig
-  VERSION = "1.4.4"
+  VERSION = "1.4.6"
 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       2020-09-22 23:36:28.000000000 +0200
+++ new/lib/pkg-config.rb       2021-04-12 02:34:18.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyright 2008-2020  Sutou Kouhei <k...@cozmixng.org>
+# Copyright 2008-2021  Sutou Kouhei <k...@cozmixng.org>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -463,6 +463,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
+      paths << (pkg_config_prefix + "share/pkgconfig").to_s
     end
     if /-darwin\d[\d\.]*\z/ =~ RUBY_PLATFORM and
         /\A(\d+\.\d+)/ =~ `sw_vers -productVersion`
@@ -485,7 +486,11 @@
         homebrew_repository_candidates << Pathname(homebrew_repository)
       end
       homebrew_repository_candidates.uniq.each do |candidate|
-        path = candidate + 
"Library/Homebrew/os/mac/pkgconfig/#{mac_os_version}"
+        pkgconfig_base_path = candidate + "Library/Homebrew/os/mac/pkgconfig"
+        path = pkgconfig_base_path + mac_os_version
+        unless path.exist?
+          path = pkgconfig_base_path + mac_os_version.gsub(/\.\d+\z/, "")
+        end
         paths << path.to_s if path.exist?
       end
     end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2020-09-22 23:36:28.000000000 +0200
+++ new/metadata        2021-04-12 02:34:18.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: pkg-config
 version: !ruby/object:Gem::Version
-  version: 1.4.4
+  version: 1.4.6
 platform: ruby
 authors:
 - Kouhei Sutou
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2020-09-22 00:00:00.000000000 Z
+date: 2021-04-12 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: test-unit
@@ -89,7 +89,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.2.0.rc.1
+rubygems_version: 3.3.0.dev
 signing_key: 
 specification_version: 4
 summary: A pkg-config implementation for Ruby

Reply via email to