Hello community,
here is the log from the commit of package rubygem-unicode-display_width for
openSUSE:Factory checked in at 2020-03-07 21:40:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-unicode-display_width (Old)
and /work/SRC/openSUSE:Factory/.rubygem-unicode-display_width.new.26092
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-unicode-display_width"
Sat Mar 7 21:40:38 2020 rev:2 rq:773865 version:1.6.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-unicode-display_width/rubygem-unicode-display_width.changes
2019-10-11 15:22:31.163245539 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-unicode-display_width.new.26092/rubygem-unicode-display_width.changes
2020-03-07 21:40:42.180371991 +0100
@@ -1,0 +2,10 @@
+Mon Feb 10 16:02:01 UTC 2020 - Stephan Kulow <[email protected]>
+
+- updated to version 1.6.1
+ see installed CHANGELOG.md
+
+ ## 1.6.1
+
+ - Fix that ambiguous and overwrite options where ignored for emoji-measuring
+
+-------------------------------------------------------------------
Old:
----
unicode-display_width-1.6.0.gem
New:
----
unicode-display_width-1.6.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-unicode-display_width.spec ++++++
--- /var/tmp/diff_new_pack.Pf5Gsy/_old 2020-03-07 21:40:44.492373553 +0100
+++ /var/tmp/diff_new_pack.Pf5Gsy/_new 2020-03-07 21:40:44.496373555 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-unicode-display_width
#
-# Copyright (c) 2019 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
@@ -24,7 +24,7 @@
#
Name: rubygem-unicode-display_width
-Version: 1.6.0
+Version: 1.6.1
Release: 0
%define mod_name unicode-display_width
%define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
BuildRequires: %{ruby >= 1.9.3}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
-Url: https://github.com/janlelis/unicode-display_width
+URL: https://github.com/janlelis/unicode-display_width
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Determines the monospace display width of a string in Ruby
++++++ unicode-display_width-1.6.0.gem -> unicode-display_width-1.6.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2019-05-08 09:20:34.000000000 +0200
+++ new/CHANGELOG.md 2020-01-16 13:48:49.000000000 +0100
@@ -1,5 +1,9 @@
# CHANGELOG
+## 1.6.1
+
+- Fix that ambiguous and overwrite options where ignored for emoji-measuring
+
## 1.6.0
- Unicode 12.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIT-LICENSE.txt new/MIT-LICENSE.txt
--- old/MIT-LICENSE.txt 2019-05-08 09:20:34.000000000 +0200
+++ new/MIT-LICENSE.txt 2020-01-16 13:48:49.000000000 +0100
@@ -1,6 +1,6 @@
The MIT LICENSE
-Copyright (c) 2011, 2015-2019 Jan Lelis
+Copyright (c) 2011, 2015-2020 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 2019-05-08 09:20:34.000000000 +0200
+++ new/README.md 2020-01-16 13:48:49.000000000 +0100
@@ -4,7 +4,7 @@
Unicode version: **12.1.0** (May 2019)
-Supported Rubies: **2.6**, **2.5**, **2.4**
+Supported Rubies: **2.7**, **2.6**, **2.5**, **2.4**
Old Rubies that might still work: **2.3**, **2.2**, **2.1**, **2.0**, **1.9**
@@ -118,7 +118,7 @@
## Copyright & Info
-- Copyright (c) 2011, 2015-2019 Jan Lelis, https://janlelis.com, released
under the MIT
+- Copyright (c) 2011, 2015-2020 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
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 2019-05-08 09:20:34.000000000
+0200
+++ new/lib/unicode/display_width/constants.rb 2020-01-16 13:48:49.000000000
+0100
@@ -1,6 +1,6 @@
module Unicode
module DisplayWidth
- VERSION = '1.6.0'
+ VERSION = '1.6.1'
UNICODE_VERSION = "12.1.0".freeze
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) +
'/../../../data/').freeze
INDEX_FILENAME = (DATA_DIRECTORY + '/display_width.marshal.gz').freeze
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/unicode/display_width.rb
new/lib/unicode/display_width.rb
--- old/lib/unicode/display_width.rb 2019-05-08 09:20:34.000000000 +0200
+++ new/lib/unicode/display_width.rb 2020-01-16 13:48:49.000000000 +0100
@@ -19,7 +19,7 @@
total_width + (overwrite[codepoint] || width || 1)
}
- res -= emoji_extra_width_of(string) if options[:emoji]
+ res -= emoji_extra_width_of(string, ambiguous, overwrite) if
options[:emoji]
res < 0 ? 0 : res
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2019-05-08 09:20:34.000000000 +0200
+++ new/metadata 2020-01-16 13:48:49.000000000 +0100
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: unicode-display_width
version: !ruby/object:Gem::Version
- version: 1.6.0
+ version: 1.6.1
platform: ruby
authors:
- Jan Lelis
autorequire:
bindir: bin
cert_chain: []
-date: 2019-05-08 00:00:00.000000000 Z
+date: 2020-01-16 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rspec
@@ -40,7 +40,8 @@
version: '10.4'
description: "[Unicode 12.1.0] Determines the monospace display width of a
string
using EastAsianWidth.txt, Unicode general category, and other data."
-email: [email protected]
+email:
+- [email protected]
executables: []
extensions: []
extra_rdoc_files:
@@ -79,7 +80,7 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubygems_version: 3.0.3
+rubygems_version: 3.0.6
signing_key:
specification_version: 4
summary: Determines the monospace display width of a string in Ruby.