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-12-13 18:56:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-faraday-net_http (Old)
and /work/SRC/openSUSE:Factory/.rubygem-faraday-net_http.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-faraday-net_http"
Tue Dec 13 18:56:38 2022 rev:7 rq:1042636 version:3.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-faraday-net_http/rubygem-faraday-net_http.changes
2022-10-12 18:26:54.625982930 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-faraday-net_http.new.1835/rubygem-faraday-net_http.changes
2022-12-13 18:56:57.547680964 +0100
@@ -1,0 +2,6 @@
+Wed Dec 7 11:20:17 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 3.0.2
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
faraday-net_http-3.0.1.gem
New:
----
faraday-net_http-3.0.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-faraday-net_http.spec ++++++
--- /var/tmp/diff_new_pack.pPG3uj/_old 2022-12-13 18:56:58.043683611 +0100
+++ /var/tmp/diff_new_pack.pPG3uj/_new 2022-12-13 18:56:58.047683632 +0100
@@ -24,7 +24,7 @@
#
Name: rubygem-faraday-net_http
-Version: 3.0.1
+Version: 3.0.2
Release: 0
%define mod_name faraday-net_http
%define mod_full_name %{mod_name}-%{version}
++++++ faraday-net_http-3.0.1.gem -> faraday-net_http-3.0.2.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-10-08 12:18:03.000000000 +0200
+++ new/lib/faraday/adapter/net_http.rb 2022-11-11 18:11:21.000000000 +0100
@@ -190,8 +190,8 @@
def encoded_body(http_response)
body = http_response.body || +''
- /\bcharset=(.+)/.match(http_response['Content-Type']) do |match|
- content_charset =
::Encoding.find(match.captures.first.split(';').first.strip)
+ /\bcharset=([^;]+)/.match(http_response['Content-Type']) do |match|
+ content_charset = ::Encoding.find(match[1].strip)
body = body.dup if body.frozen?
body.force_encoding(content_charset)
rescue ArgumentError
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-10-08 12:18:03.000000000 +0200
+++ new/lib/faraday/net_http/version.rb 2022-11-11 18:11:21.000000000 +0100
@@ -2,6 +2,6 @@
module Faraday
module NetHttp
- VERSION = '3.0.1'
+ VERSION = '3.0.2'
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2022-10-08 12:18:03.000000000 +0200
+++ new/metadata 2022-11-11 18:11:21.000000000 +0100
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: faraday-net_http
version: !ruby/object:Gem::Version
- version: 3.0.1
+ version: 3.0.2
platform: ruby
authors:
- Jan van der Pas
autorequire:
bindir: bin
cert_chain: []
-date: 2022-10-08 00:00:00.000000000 Z
+date: 2022-11-11 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/v3.0.1
+ changelog_uri:
https://github.com/lostisland/faraday-net_http/releases/tag/v3.0.2
post_install_message:
rdoc_options: []
require_paths: