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-12-13 18:56:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-json_pure (Old)
and /work/SRC/openSUSE:Factory/.rubygem-json_pure.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-json_pure"
Tue Dec 13 18:56:44 2022 rev:31 rq:1042644 version:2.6.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-json_pure/rubygem-json_pure.changes
2022-08-09 15:26:50.405365926 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-json_pure.new.1835/rubygem-json_pure.changes
2022-12-13 18:57:07.139732155 +0100
@@ -1,0 +2,7 @@
+Wed Dec 7 11:24:16 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 2.6.3
+ see installed CHANGES.md
+
+
+-------------------------------------------------------------------
Old:
----
json_pure-2.6.2.gem
New:
----
json_pure-2.6.3.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-json_pure.spec ++++++
--- /var/tmp/diff_new_pack.BmKWiO/_old 2022-12-13 18:57:07.579734503 +0100
+++ /var/tmp/diff_new_pack.BmKWiO/_new 2022-12-13 18:57:07.587734546 +0100
@@ -24,7 +24,7 @@
#
Name: rubygem-json_pure
-Version: 2.6.2
+Version: 2.6.3
Release: 0
%define mod_name json_pure
%define mod_full_name %{mod_name}-%{version}
++++++ json_pure-2.6.2.gem -> json_pure-2.6.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2022-05-16 14:39:05.000000000 +0200
+++ new/VERSION 2022-12-05 12:09:33.000000000 +0100
@@ -1 +1 @@
-2.6.2
+2.6.3
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/pure/parser.rb new/lib/json/pure/parser.rb
--- old/lib/json/pure/parser.rb 2022-05-16 14:39:05.000000000 +0200
+++ new/lib/json/pure/parser.rb 2022-12-05 12:09:33.000000000 +0100
@@ -179,7 +179,7 @@
bytes << c[6 * i + 2, 2].to_i(16) << c[6 * i + 4, 2].to_i(16)
i += 1
end
- JSON.iconv('utf-8', 'utf-16be', bytes)
+ JSON.iconv('utf-8', 'utf-16be',
bytes).force_encoding(::Encoding::ASCII_8BIT)
end
end
if string.respond_to?(:force_encoding)
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 2022-05-16 14:39:05.000000000 +0200
+++ new/lib/json/version.rb 2022-12-05 12:09:33.000000000 +0100
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module JSON
# JSON version
- VERSION = '2.6.2'
+ VERSION = '2.6.3'
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 2022-05-16 14:39:05.000000000 +0200
+++ new/metadata 2022-12-05 12:09:33.000000000 +0100
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: json_pure
version: !ruby/object:Gem::Version
- version: 2.6.2
+ version: 2.6.3
platform: ruby
authors:
- Florian Frank
autorequire:
bindir: bin
cert_chain: []
-date: 2022-05-16 00:00:00.000000000 Z
+date: 2022-12-05 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.13
+rubygems_version: 3.4.0.dev
signing_key:
specification_version: 4
summary: JSON Implementation for Ruby