Hello community,

here is the log from the commit of package rubygem-swd for openSUSE:Factory 
checked in at 2020-10-05 19:34:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-swd (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-swd.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-swd"

Mon Oct  5 19:34:06 2020 rev:3 rq:838088 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-swd/rubygem-swd.changes  2018-03-06 
10:46:13.922572788 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-swd.new.4249/rubygem-swd.changes        
2020-10-05 19:34:06.885258197 +0200
@@ -1,0 +2,6 @@
+Fri Sep 25 15:00:54 UTC 2020 - Stephan Kulow <[email protected]>
+
+updated to version 1.2.0
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  swd-1.1.2.gem

New:
----
  swd-1.2.0.gem

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

Other differences:
------------------
++++++ rubygem-swd.spec ++++++
--- /var/tmp/diff_new_pack.ezP3rZ/_old  2020-10-05 19:34:07.449258749 +0200
+++ /var/tmp/diff_new_pack.ezP3rZ/_new  2020-10-05 19:34:07.453258752 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-swd
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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-swd
-Version:        1.1.2
+Version:        1.2.0
 Release:        0
 %define mod_name swd
 %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/swd
+URL:            https://github.com/nov/swd
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        SWD (Simple Web Discovery) Client Library

++++++ swd-1.1.2.gem -> swd-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-20 00:27:55.000000000 +0100
+++ new/.travis.yml     2020-05-14 12:51:41.000000000 +0200
@@ -2,5 +2,6 @@
   - gem install bundler
 
 rvm:
-  - 2.3.5
-  - 2.4.2
+  - 2.3.6
+  - 2.4.3
+  - 2.5.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2017-12-20 00:27:55.000000000 +0100
+++ new/VERSION 2020-05-14 12:51:41.000000000 +0200
@@ -1 +1 @@
-1.1.2
\ No newline at end of file
+1.2.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/resource.rb new/lib/swd/resource.rb
--- old/lib/swd/resource.rb     2017-12-20 00:27:55.000000000 +0100
+++ new/lib/swd/resource.rb     2020-05-14 12:51:41.000000000 +0200
@@ -71,12 +71,12 @@
     end
 
     def cache_key
-      md5 = OpenSSL::Digest::MD5.hexdigest [
+      sha256 = OpenSSL::Digest::SHA256.hexdigest [
         principal,
         service,
         host
       ].join(' ')
-      "swd:resource:#{md5}"
+      "swd:resource:#{sha256}"
     end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2017-12-20 00:27:55.000000000 +0100
+++ new/metadata        2020-05-14 12:51:41.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: swd
 version: !ruby/object:Gem::Version
-  version: 1.1.2
+  version: 1.2.0
 platform: ruby
 authors:
 - nov matake
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-12-19 00:00:00.000000000 Z
+date: 2020-05-14 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: httpclient
@@ -174,8 +174,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubyforge_project: 
-rubygems_version: 2.6.11
+rubygems_version: 3.0.3
 signing_key: 
 specification_version: 4
 summary: SWD (Simple Web Discovery) Client Library


Reply via email to