Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-webfinger for
openSUSE:Factory checked in at 2022-02-07 23:37:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-webfinger (Old)
and /work/SRC/openSUSE:Factory/.rubygem-webfinger.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-webfinger"
Mon Feb 7 23:37:37 2022 rev:3 rq:949072 version:1.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-webfinger/rubygem-webfinger.changes
2018-03-06 10:46:30.857961011 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-webfinger.new.1898/rubygem-webfinger.changes
2022-02-07 23:38:38.746216444 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 07:42:10 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 1.2.0
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
webfinger-1.1.0.gem
New:
----
webfinger-1.2.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-webfinger.spec ++++++
--- /var/tmp/diff_new_pack.85yDcq/_old 2022-02-07 23:38:39.194213378 +0100
+++ /var/tmp/diff_new_pack.85yDcq/_new 2022-02-07 23:38:39.202213323 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-webfinger
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -24,7 +24,7 @@
#
Name: rubygem-webfinger
-Version: 1.1.0
+Version: 1.2.0
Release: 0
%define mod_name webfinger
%define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
-Url: https://github.com/nov/webfinger
+URL: https://github.com/nov/webfinger
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Ruby WebFinger client library, following IETF WebFinger WG spec
++++++ webfinger-1.1.0.gem -> webfinger-1.2.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-12-11 10:12:42.000000000 +0100
+++ new/.travis.yml 2021-10-01 04:39:17.000000000 +0200
@@ -2,5 +2,7 @@
- gem install bundler
rvm:
- - 2.3.5
- - 2.4.2
+ - 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 2017-12-11 10:12:42.000000000 +0100
+++ new/VERSION 2021-10-01 04:39:17.000000000 +0200
@@ -1 +1 @@
-1.1.0
+1.2.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/webfinger.rb new/lib/webfinger.rb
--- old/lib/webfinger.rb 2017-12-11 10:12:42.000000000 +0100
+++ new/lib/webfinger.rb 2021-10-01 04:39:17.000000000 +0200
@@ -45,6 +45,11 @@
_http_client_ = HTTPClient.new(
agent_name: "WebFinger (#{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 2017-12-11 10:12:42.000000000 +0100
+++ new/metadata 2021-10-01 04:39:17.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: webfinger
version: !ruby/object:Gem::Version
- version: 1.1.0
+ version: 1.2.0
platform: ruby
authors:
- nov matake
autorequire:
bindir: bin
cert_chain: []
-date: 2017-12-11 00:00:00.000000000 Z
+date: 2021-10-01 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: httpclient
@@ -157,8 +157,7 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubyforge_project:
-rubygems_version: 2.6.11
+rubygems_version: 3.1.4
signing_key:
specification_version: 4
summary: Ruby WebFinger client library, following IETF WebFinger WG spec
updates.