Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-openid_connect for 
openSUSE:Factory checked in at 2022-02-07 23:37:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-openid_connect (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-openid_connect.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-openid_connect"

Mon Feb  7 23:37:45 2022 rev:6 rq:949091 version:1.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-openid_connect/rubygem-openid_connect.changes
    2020-10-05 19:32:39.489083466 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-openid_connect.new.1898/rubygem-openid_connect.changes
  2022-02-07 23:38:48.578149170 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 07:16:34 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 1.3.0
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  openid_connect-1.2.0.gem

New:
----
  openid_connect-1.3.0.gem

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

Other differences:
------------------
++++++ rubygem-openid_connect.spec ++++++
--- /var/tmp/diff_new_pack.eS44hg/_old  2022-02-07 23:38:49.034146049 +0100
+++ /var/tmp/diff_new_pack.eS44hg/_new  2022-02-07 23:38:49.042145994 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-openid_connect
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 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-openid_connect
-Version:        1.2.0
+Version:        1.3.0
 Release:        0
 %define mod_name openid_connect
 %define mod_full_name %{mod_name}-%{version}

++++++ openid_connect-1.2.0.gem -> openid_connect-1.3.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2020-05-14 12:46:27.000000000 +0200
+++ new/.travis.yml     2021-10-01 04:36:57.000000000 +0200
@@ -2,6 +2,7 @@
   - gem install bundler
 
 rvm:
-  - 2.3.6
-  - 2.4.3
-  - 2.5.0
+  - 2.5.8
+  - 2.6.6
+  - 2.7.2
+  - 3.0.0
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2020-05-14 12:46:27.000000000 +0200
+++ new/VERSION 2021-10-01 04:36:57.000000000 +0200
@@ -1 +1 @@
-1.2.0
\ No newline at end of file
+1.3.0
\ No newline at end of file
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/openid_connect.rb new/lib/openid_connect.rb
--- old/lib/openid_connect.rb   2020-05-14 12:46:27.000000000 +0200
+++ new/lib/openid_connect.rb   2021-10-01 04:36:57.000000000 +0200
@@ -67,6 +67,11 @@
     _http_client_ = HTTPClient.new(
       agent_name: "OpenIDConnect (#{VERSION})"
     )
+
+    # NOTE: httpclient gem seems stopped maintaining root certtificate set, 
use OS default.
+    _http_client_.ssl_config.clear_cert_store
+    _http_client_.ssl_config.cert_store.set_default_paths
+
     _http_client_.request_filter << Debugger::RequestFilter.new if debugging?
     http_config.try(:call, _http_client_)
     _http_client_
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2020-05-14 12:46:27.000000000 +0200
+++ new/metadata        2021-10-01 04:36:57.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: openid_connect
 version: !ruby/object:Gem::Version
-  version: 1.2.0
+  version: 1.3.0
 platform: ruby
 authors:
 - nov matake
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2020-05-14 00:00:00.000000000 Z
+date: 2021-10-01 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: tzinfo
@@ -319,7 +319,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.0.3
+rubygems_version: 3.1.4
 signing_key: 
 specification_version: 4
 summary: OpenID Connect Server & Client Library

Reply via email to