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-07-02 15:34:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-unicode-display_width (Old)
and /work/SRC/openSUSE:Factory/.rubygem-unicode-display_width.new.1548
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-unicode-display_width"
Sat Jul 2 15:34:38 2022 rev:6 rq:986306 version:2.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-unicode-display_width/rubygem-unicode-display_width.changes
2021-10-11 15:32:34.482937069 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-unicode-display_width.new.1548/rubygem-unicode-display_width.changes
2022-07-02 15:34:42.511032724 +0200
@@ -1,0 +2,7 @@
+Wed Jun 29 21:09:01 UTC 2022 - Manuel Schnitzer <[email protected]>
+
+- updated to version 2.2.0
+
+ * Add *Hangul Jamo Extended-B* block to zero-width chars, thanks @ninjalj #22
+
+-------------------------------------------------------------------
Old:
----
unicode-display_width-2.1.0.gem
New:
----
unicode-display_width-2.2.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-unicode-display_width.spec ++++++
--- /var/tmp/diff_new_pack.NmaDff/_old 2022-07-02 15:34:42.951033384 +0200
+++ /var/tmp/diff_new_pack.NmaDff/_new 2022-07-02 15:34:42.955033390 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-unicode-display_width
#
-# Copyright (c) 2021 SUSE LLC
+# 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
@@ -24,7 +24,7 @@
#
Name: rubygem-unicode-display_width
-Version: 2.1.0
+Version: 2.2.0
Release: 0
%define mod_name unicode-display_width
%define mod_full_name %{mod_name}-%{version}
++++++ unicode-display_width-2.1.0.gem -> unicode-display_width-2.2.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2021-09-15 16:05:33.000000000 +0200
+++ new/CHANGELOG.md 2022-06-24 15:41:25.000000000 +0200
@@ -1,5 +1,9 @@
# CHANGELOG
+## 2.2.0
+
+- Add *Hangul Jamo Extended-B* block to zero-width chars, thanks @ninjalj #22
+
## 2.1.0
- Unicode 14.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIT-LICENSE.txt new/MIT-LICENSE.txt
--- old/MIT-LICENSE.txt 2021-09-15 16:05:33.000000000 +0200
+++ new/MIT-LICENSE.txt 2022-06-24 15:41:25.000000000 +0200
@@ -1,6 +1,6 @@
The MIT LICENSE
-Copyright (c) 2011, 2015-2021 Jan Lelis
+Copyright (c) 2011, 2015-2022 Jan Lelis
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md 2021-09-15 16:05:33.000000000 +0200
+++ new/README.md 2022-06-24 15:41:25.000000000 +0200
@@ -4,7 +4,7 @@
Unicode version: **14.0.0** (September 2021)
-Supported Rubies: **3.0**, **2.7**
+Supported Rubies: **3.1**, **3.0**, **2.7**
Old Rubies which might still work: **2.6**, **2.5**, **2.4**, **2.3**,
**2.2**, **2.1**, **2.0**, **1.9**
@@ -44,7 +44,7 @@
2 | `"\u{2E3A}"` | TWO-EM DASH
3 | `"\u{2E3B}"` | THREE-EM DASH
0 | General Categories: Mn, Me, Cf (non-arabic) | Excludes ARABIC format
characters
-0 | `"\u{1160}".."\u{11FF}"` | HANGUL JUNGSEONG
+0 | `"\u{1160}".."\u{11FF}"`, `"\u{D7B0}".."\u{D7FF}"` | HANGUL
JUNGSEONG
0 | `"\u{2060}".."\u{206F}"`, `"\u{FFF0}".."\u{FFF8}"`,
`"\u{E0000}".."\u{E0FFF}"` | Ignorable ranges
2 | East Asian Width: F, W | Full-width characters
2 | `"\u{3400}".."\u{4DBF}"`, `"\u{4E00}".."\u{9FFF}"`,
`"\u{F900}".."\u{FAFF}"`, `"\u{20000}".."\u{2FFFD}"`,
`"\u{30000}".."\u{3FFFD}"` | Full-width ranges
@@ -153,7 +153,7 @@
## Copyright & Info
-- Copyright (c) 2011, 2015-2021 Jan Lelis, https://janlelis.com, released
under the MIT
+- Copyright (c) 2011, 2015-2022 Jan Lelis, https://janlelis.com, released
under the MIT
license
- Early versions based on runpaint's unicode-data interface: Copyright (c)
2009 Run Paint Run Run
- Unicode data: https://www.unicode.org/copyright.html#Exhibit1
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 2021-09-15 16:05:33.000000000
+0200
+++ new/lib/unicode/display_width/constants.rb 2022-06-24 15:41:25.000000000
+0200
@@ -2,7 +2,7 @@
module Unicode
class DisplayWidth
- VERSION = "2.1.0"
+ VERSION = "2.2.0"
UNICODE_VERSION = "14.0.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) +
"/../../../data/")
INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2021-09-15 16:05:33.000000000 +0200
+++ new/metadata 2022-06-24 15:41:25.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: unicode-display_width
version: !ruby/object:Gem::Version
- version: 2.1.0
+ version: 2.2.0
platform: ruby
authors:
- Jan Lelis
autorequire:
bindir: bin
cert_chain: []
-date: 2021-09-15 00:00:00.000000000 Z
+date: 2022-06-24 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rspec
@@ -65,6 +65,7 @@
changelog_uri:
https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md
source_code_uri: https://github.com/janlelis/unicode-display_width
bug_tracker_uri: https://github.com/janlelis/unicode-display_width/issues
+ rubygems_mfa_required: 'true'
post_install_message:
rdoc_options: []
require_paths:
@@ -80,7 +81,7 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubygems_version: 3.2.3
+rubygems_version: 3.3.3
signing_key:
specification_version: 4
summary: Determines the monospace display width of a string in Ruby.