Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-faraday-net_http for
openSUSE:Factory checked in at 2022-08-09 15:26:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-faraday-net_http (Old)
and /work/SRC/openSUSE:Factory/.rubygem-faraday-net_http.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-faraday-net_http"
Tue Aug 9 15:26:29 2022 rev:4 rq:993481 version:2.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-faraday-net_http/rubygem-faraday-net_http.changes
2022-06-15 00:32:28.142541442 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-faraday-net_http.new.1521/rubygem-faraday-net_http.changes
2022-08-09 15:26:39.277334130 +0200
@@ -1,0 +2,6 @@
+Thu Aug 4 13:10:10 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 2.1.0
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
faraday-net_http-2.0.3.gem
New:
----
faraday-net_http-2.1.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-faraday-net_http.spec ++++++
--- /var/tmp/diff_new_pack.oWjfSz/_old 2022-08-09 15:26:40.357337216 +0200
+++ /var/tmp/diff_new_pack.oWjfSz/_new 2022-08-09 15:26:40.365337239 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-faraday-net_http
-Version: 2.0.3
+Version: 2.1.0
Release: 0
%define mod_name faraday-net_http
%define mod_full_name %{mod_name}-%{version}
++++++ faraday-net_http-2.0.3.gem -> faraday-net_http-2.1.0.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/faraday/adapter/net_http.rb
new/lib/faraday/adapter/net_http.rb
--- old/lib/faraday/adapter/net_http.rb 2022-05-17 11:46:12.000000000 +0200
+++ new/lib/faraday/adapter/net_http.rb 2022-07-28 11:07:00.000000000 +0200
@@ -167,6 +167,7 @@
http.ssl_version = ssl[:version] if ssl[:version]
http.min_version = ssl[:min_version] if ssl[:min_version]
http.max_version = ssl[:max_version] if ssl[:max_version]
+ http.verify_hostname = ssl[:verify_hostname] if
verify_hostname_enabled?(http, ssl)
end
def configure_request(http, req)
@@ -219,6 +220,10 @@
end
body
end
+
+ def verify_hostname_enabled?(http, ssl)
+ http.respond_to?(:verify_hostname=) && ssl.key?(:verify_hostname)
+ end
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/faraday/net_http/version.rb
new/lib/faraday/net_http/version.rb
--- old/lib/faraday/net_http/version.rb 2022-05-17 11:46:12.000000000 +0200
+++ new/lib/faraday/net_http/version.rb 2022-07-28 11:07:00.000000000 +0200
@@ -2,6 +2,6 @@
module Faraday
module NetHttp
- VERSION = '2.0.3'
+ VERSION = '2.1.0'
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2022-05-17 11:46:12.000000000 +0200
+++ new/metadata 2022-07-28 11:07:00.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: faraday-net_http
version: !ruby/object:Gem::Version
- version: 2.0.3
+ version: 2.1.0
platform: ruby
authors:
- Jan van der Pas
autorequire:
bindir: bin
cert_chain: []
-date: 2022-05-17 00:00:00.000000000 Z
+date: 2022-07-28 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: faraday
@@ -42,7 +42,7 @@
metadata:
homepage_uri: https://github.com/lostisland/faraday-net_http
source_code_uri: https://github.com/lostisland/faraday-net_http
- changelog_uri:
https://github.com/lostisland/faraday-net_http/releases/tag/v2.0.3
+ changelog_uri:
https://github.com/lostisland/faraday-net_http/releases/tag/v2.1.0
post_install_message:
rdoc_options: []
require_paths: