Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-unicode-display_width for
openSUSE:Factory checked in at 2022-10-12 18:25:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-unicode-display_width (Old)
and /work/SRC/openSUSE:Factory/.rubygem-unicode-display_width.new.2275
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-unicode-display_width"
Wed Oct 12 18:25:11 2022 rev:7 rq:1010061 version:2.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-unicode-display_width/rubygem-unicode-display_width.changes
2022-07-02 15:34:42.511032724 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-unicode-display_width.new.2275/rubygem-unicode-display_width.changes
2022-10-12 18:26:58.077990530 +0200
@@ -1,0 +2,11 @@
+Mon Oct 10 13:25:42 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 2.3.0
+ see installed CHANGELOG.md
+
+ ## 2.3.0
+
+ - Unicode 15.0
+
+
+-------------------------------------------------------------------
Old:
----
unicode-display_width-2.2.0.gem
New:
----
unicode-display_width-2.3.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-unicode-display_width.spec ++++++
--- /var/tmp/diff_new_pack.JxiKjV/_old 2022-10-12 18:26:58.829992186 +0200
+++ /var/tmp/diff_new_pack.JxiKjV/_new 2022-10-12 18:26:58.833992194 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-unicode-display_width
-Version: 2.2.0
+Version: 2.3.0
Release: 0
%define mod_name unicode-display_width
%define mod_full_name %{mod_name}-%{version}
@@ -40,7 +40,7 @@
Group: Development/Languages/Ruby
%description
-[Unicode 14.0.0] Determines the monospace display width of a string using
+[Unicode 15.0.0] Determines the monospace display width of a string using
EastAsianWidth.txt, Unicode general category, and other data.
%prep
++++++ unicode-display_width-2.2.0.gem -> unicode-display_width-2.3.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2022-06-24 15:41:25.000000000 +0200
+++ new/CHANGELOG.md 2022-09-14 09:59:01.000000000 +0200
@@ -1,5 +1,9 @@
# CHANGELOG
+## 2.3.0
+
+- Unicode 15.0
+
## 2.2.0
- Add *Hangul Jamo Extended-B* block to zero-width chars, thanks @ninjalj #22
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md 2022-06-24 15:41:25.000000000 +0200
+++ new/README.md 2022-09-14 09:59:01.000000000 +0200
@@ -2,7 +2,7 @@
Determines the monospace display width of a string in Ruby. Implementation
based on
[EastAsianWidth.txt](https://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt)
and other data, 100% in Ruby. It does not rely on the OS vendor (like
[wcwidth()](https://github.com/janlelis/wcswidth-ruby)) to provide an
up-to-date method for measuring string width.
-Unicode version: **14.0.0** (September 2021)
+Unicode version: **15.0.0** (September 2022)
Supported Rubies: **3.1**, **3.0**, **2.7**
@@ -148,6 +148,7 @@
- JavaScript: https://github.com/mycoboco/wcwidth.js
- C: https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
- C for Julia: https://github.com/JuliaLang/utf8proc/issues/2
+- Golang: https://github.com/rivo/uniseg
See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode
related micro libraries.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/data/display_width.marshal.gz and
new/data/display_width.marshal.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/unicode/display_width/constants.rb
new/lib/unicode/display_width/constants.rb
--- old/lib/unicode/display_width/constants.rb 2022-06-24 15:41:25.000000000
+0200
+++ new/lib/unicode/display_width/constants.rb 2022-09-14 09:59:01.000000000
+0200
@@ -2,8 +2,8 @@
module Unicode
class DisplayWidth
- VERSION = "2.2.0"
- UNICODE_VERSION = "14.0.0"
+ VERSION = "2.3.0"
+ UNICODE_VERSION = "15.0.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) +
"/../../../data/")
INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2022-06-24 15:41:25.000000000 +0200
+++ new/metadata 2022-09-14 09:59:01.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: unicode-display_width
version: !ruby/object:Gem::Version
- version: 2.2.0
+ version: 2.3.0
platform: ruby
authors:
- Jan Lelis
autorequire:
bindir: bin
cert_chain: []
-date: 2022-06-24 00:00:00.000000000 Z
+date: 2022-09-14 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rspec
@@ -38,7 +38,7 @@
- - "~>"
- !ruby/object:Gem::Version
version: '13.0'
-description: "[Unicode 14.0.0] Determines the monospace display width of a
string
+description: "[Unicode 15.0.0] Determines the monospace display width of a
string
using EastAsianWidth.txt, Unicode general category, and other data."
email:
- [email protected]
@@ -81,7 +81,7 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubygems_version: 3.3.3
+rubygems_version: 3.3.7
signing_key:
specification_version: 4
summary: Determines the monospace display width of a string in Ruby.