Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-swd for openSUSE:Factory checked in at 2022-02-07 23:37:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-swd (Old) and /work/SRC/openSUSE:Factory/.rubygem-swd.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-swd" Mon Feb 7 23:37:41 2022 rev:4 rq:949076 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-swd/rubygem-swd.changes 2020-10-05 19:34:06.885258197 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-swd.new.1898/rubygem-swd.changes 2022-02-07 23:38:41.630196710 +0100 @@ -1,0 +2,6 @@ +Tue Jan 25 07:37:58 UTC 2022 - Stephan Kulow <[email protected]> + +updated to version 1.3.0 + no changelog found + +------------------------------------------------------------------- Old: ---- swd-1.2.0.gem New: ---- swd-1.3.0.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-swd.spec ++++++ --- /var/tmp/diff_new_pack.vXcufo/_old 2022-02-07 23:38:42.266192358 +0100 +++ /var/tmp/diff_new_pack.vXcufo/_new 2022-02-07 23:38:42.270192330 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-swd # -# 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-swd -Version: 1.2.0 +Version: 1.3.0 Release: 0 %define mod_name swd %define mod_full_name %{mod_name}-%{version} ++++++ swd-1.2.0.gem -> swd-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:51:41.000000000 +0200 +++ new/.travis.yml 2021-10-01 05:05:03.000000000 +0200 @@ -2,6 +2,6 @@ - gem install bundler rvm: - - 2.3.6 - - 2.4.3 - - 2.5.0 + - 2.5.8 + - 2.6.6 + - 2.7.2 \ 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:51:41.000000000 +0200 +++ new/VERSION 2021-10-01 05:05:03.000000000 +0200 @@ -1 +1 @@ -1.2.0 +1.3.0 Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/swd.rb new/lib/swd.rb --- old/lib/swd.rb 2020-05-14 12:51:41.000000000 +0200 +++ new/lib/swd.rb 2021-10-01 05:05:03.000000000 +0200 @@ -54,6 +54,11 @@ _http_client_ = HTTPClient.new( :agent_name => "SWD (#{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:51:41.000000000 +0200 +++ new/metadata 2021-10-01 05:05:03.000000000 +0200 @@ -1,14 +1,14 @@ --- !ruby/object:Gem::Specification name: swd 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: httpclient @@ -174,7 +174,7 @@ - !ruby/object:Gem::Version version: '0' requirements: [] -rubygems_version: 3.0.3 +rubygems_version: 3.1.4 signing_key: specification_version: 4 summary: SWD (Simple Web Discovery) Client Library
