Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-json_pure for
openSUSE:Factory checked in at 2022-08-09 15:26:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-json_pure (Old)
and /work/SRC/openSUSE:Factory/.rubygem-json_pure.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-json_pure"
Tue Aug 9 15:26:38 2022 rev:30 rq:993493 version:2.6.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-json_pure/rubygem-json_pure.changes
2022-02-07 23:38:45.650169203 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-json_pure.new.1521/rubygem-json_pure.changes
2022-08-09 15:26:50.405365926 +0200
@@ -1,0 +2,7 @@
+Thu Aug 4 13:16:43 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 2.6.2
+ see installed CHANGES.md
+
+
+-------------------------------------------------------------------
Old:
----
json_pure-2.6.1.gem
New:
----
json_pure-2.6.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-json_pure.spec ++++++
--- /var/tmp/diff_new_pack.NDLlgy/_old 2022-08-09 15:26:52.377371561 +0200
+++ /var/tmp/diff_new_pack.NDLlgy/_new 2022-08-09 15:26:52.385371583 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-json_pure
-Version: 2.6.1
+Version: 2.6.2
Release: 0
%define mod_name json_pure
%define mod_full_name %{mod_name}-%{version}
++++++ json_pure-2.6.1.gem -> json_pure-2.6.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2021-10-24 02:23:09.000000000 +0200
+++ new/VERSION 2022-05-16 14:39:05.000000000 +0200
@@ -1 +1 @@
-2.6.1
+2.6.2
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/json/version.rb new/lib/json/version.rb
--- old/lib/json/version.rb 2021-10-24 02:23:09.000000000 +0200
+++ new/lib/json/version.rb 2022-05-16 14:39:05.000000000 +0200
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module JSON
# JSON version
- VERSION = '2.6.1'
+ VERSION = '2.6.2'
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2021-10-24 02:23:09.000000000 +0200
+++ new/metadata 2022-05-16 14:39:05.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: json_pure
version: !ruby/object:Gem::Version
- version: 2.6.1
+ version: 2.6.2
platform: ruby
authors:
- Florian Frank
autorequire:
bindir: bin
cert_chain: []
-date: 2021-10-24 00:00:00.000000000 Z
+date: 2022-05-16 00:00:00.000000000 Z
dependencies: []
description: This is a JSON implementation in pure Ruby.
email: [email protected]
@@ -73,7 +73,7 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubygems_version: 3.3.0.dev
+rubygems_version: 3.3.13
signing_key:
specification_version: 4
summary: JSON Implementation for Ruby