commit rubygem-unicode-display_width for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package rubygem-unicode-display_width for 
openSUSE:Factory checked in at 2020-05-11 13:40:16

Comparing /work/SRC/openSUSE:Factory/rubygem-unicode-display_width (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-unicode-display_width.new.2738 
(New)


Package is "rubygem-unicode-display_width"

Mon May 11 13:40:16 2020 rev:3 rq:802386 version:1.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-unicode-display_width/rubygem-unicode-display_width.changes
  2020-03-07 21:40:42.180371991 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-unicode-display_width.new.2738/rubygem-unicode-display_width.changes
2020-05-11 13:40:20.848991350 +0200
@@ -1,0 +2,10 @@
+Thu May  7 21:39:28 UTC 2020 - Stephan Kulow 
+
+- updated to version 1.7.0
+ see installed CHANGELOG.md
+
+  ## 1.7.0
+  
+  - Unicode 13
+
+---

Old:

  unicode-display_width-1.6.1.gem

New:

  unicode-display_width-1.7.0.gem



Other differences:
--
++ rubygem-unicode-display_width.spec ++
--- /var/tmp/diff_new_pack.KLLd2w/_old  2020-05-11 13:40:21.836993447 +0200
+++ /var/tmp/diff_new_pack.KLLd2w/_new  2020-05-11 13:40:21.840993456 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-unicode-display_width
-Version:1.6.1
+Version:1.7.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 12.1.0] Determines the monospace display width of a string using
+[Unicode 13.0.0] Determines the monospace display width of a string using
 EastAsianWidth.txt, Unicode general category, and other data.
 
 %prep

++ unicode-display_width-1.6.1.gem -> unicode-display_width-1.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2020-01-16 13:48:49.0 +0100
+++ new/CHANGELOG.md2020-03-11 14:34:04.0 +0100
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+## 1.7.0
+
+- Unicode 13
+
 ## 1.6.1
 
 - Fix that ambiguous and overwrite options where ignored for emoji-measuring
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2020-01-16 13:48:49.0 +0100
+++ new/README.md   2020-03-11 14:34:04.0 +0100
@@ -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. Other than 
[wcwidth()](https://github.com/janlelis/wcswidth-ruby), which fulfills a 
similar purpose, it does not rely on the OS vendor to provide an up-to-date 
method for measuring string width.
 
-Unicode version: **12.1.0** (May 2019)
+Unicode version: **13.0.0** (March 2020)
 
 Supported Rubies: **2.7**, **2.6**, **2.5**, **2.4**
 
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  2020-01-16 13:48:49.0 
+0100
+++ new/lib/unicode/display_width/constants.rb  2020-03-11 14:34:04.0 
+0100
@@ -1,7 +1,7 @@
 module Unicode
   module DisplayWidth
-VERSION = '1.6.1'
-UNICODE_VERSION = "12.1.0".freeze
+VERSION = '1.7.0'
+UNICODE_VERSION = "13.0.0".freeze
 DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + 
'/../../../data/').freeze
 INDEX_FILENAME = (DATA_DIRECTORY + '/display_width.marshal.gz').freeze
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2020-01-16 13:48:49.0 +0100
+++ new/metadata2020-03-11 14:34:04.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: unicode-display_width
 version: !ruby/object:Gem::Version
-  version: 1.6.1
+  version: 1.7.0
 platform: ruby
 authors:
 - Jan Lelis
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2020-01-16 00:00:00.0 Z
+date: 2020-03-11 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rspec
@@ -38,7 +38,7 @@
 - - "~>"
   - !ruby/object:Gem::Version
 version: '10.4'
-description: "[Unicode 12.1.0] Determines the monospace display width of a 
string
+description: "[Unicode 13.0.0] Determines the monospace 

commit rubygem-unicode-display_width for openSUSE:Factory

2020-03-07 Thread root
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 
+
+- 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.md2019-05-08 09:20:34.0 +0200
+++ new/CHANGELOG.md2020-01-16 13:48:49.0 +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.0 +0200
+++ new/MIT-LICENSE.txt 2020-01-16 13:48:49.0 +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.0 +0200
+++ new/README.md   2020-01-16 13:48:49.0 +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.0 
+0200
+++ new/lib/unicode/display_width/constants.rb  2020-01-16 13:48:49.0 
+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 =