Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-unicode-display_width-1 for 
openSUSE:Factory checked in at 2022-02-07 23:37:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-unicode-display_width-1 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-unicode-display_width-1.new.1898 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-unicode-display_width-1"

Mon Feb  7 23:37:39 2022 rev:2 rq:949073 version:1.8.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-unicode-display_width-1/rubygem-unicode-display_width-1.changes
  2021-01-21 21:56:53.765847418 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-unicode-display_width-1.new.1898/rubygem-unicode-display_width-1.changes
        2022-02-07 23:38:39.418211846 +0100
@@ -1,0 +2,11 @@
+Tue Jan 25 07:40:53 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 1.8.0
+ see installed CHANGELOG.md
+
+  ## 1.8.0
+   
+  - Unicode 14.0 (last release of 1.x)
+   
+
+-------------------------------------------------------------------

Old:
----
  unicode-display_width-1.7.0.gem

New:
----
  unicode-display_width-1.8.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-unicode-display_width-1.spec ++++++
--- /var/tmp/diff_new_pack.6VDUFw/_old  2022-02-07 23:38:39.966208095 +0100
+++ /var/tmp/diff_new_pack.6VDUFw/_new  2022-02-07 23:38:39.970208068 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-unicode-display_width-1
 #
-# 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-1
-Version:        1.7.0
+Version:        1.8.0
 Release:        0
 %define mod_name unicode-display_width
 %define mod_full_name %{mod_name}-%{version}
@@ -41,7 +41,7 @@
 Group:          Development/Languages/Ruby
 
 %description
-[Unicode 13.0.0] Determines the monospace display width of a string using
+[Unicode 14.0.0] Determines the monospace display width of a string using
 EastAsianWidth.txt, Unicode general category, and other data.
 
 %prep

++++++ unicode-display_width-1.7.0.gem -> unicode-display_width-1.8.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2020-03-11 14:34:04.000000000 +0100
+++ new/CHANGELOG.md    2021-09-15 16:04:41.000000000 +0200
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+## 1.8.0
+ 
+- Unicode 14.0 (last release of 1.x)
+ 
 ## 1.7.0
 
 - Unicode 13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2020-03-11 14:34:04.000000000 +0100
+++ new/README.md       2021-09-15 16:04:41.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. 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: **13.0.0** (March 2020)
+Unicode version: **14.0.0** (September 2021)
 
 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-03-11 14:34:04.000000000 
+0100
+++ new/lib/unicode/display_width/constants.rb  2021-09-15 16:04:41.000000000 
+0200
@@ -1,7 +1,7 @@
 module Unicode
   module DisplayWidth
-    VERSION = '1.7.0'
-    UNICODE_VERSION = "13.0.0".freeze
+    VERSION = '1.8.0'
+    UNICODE_VERSION = "14.0.0"
     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/metadata        2020-03-11 14:34:04.000000000 +0100
+++ new/metadata        2021-09-15 16:04:41.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: unicode-display_width
 version: !ruby/object:Gem::Version
-  version: 1.7.0
+  version: 1.8.0
 platform: ruby
 authors:
 - Jan Lelis
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2020-03-11 00:00:00.000000000 Z
+date: 2021-09-15 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rspec
@@ -38,7 +38,7 @@
     - - "~>"
       - !ruby/object:Gem::Version
         version: '10.4'
-description: "[Unicode 13.0.0] Determines the monospace display width of a 
string
+description: "[Unicode 14.0.0] Determines the monospace display width of a 
string
   using EastAsianWidth.txt, Unicode general category, and other data."
 email:
 - [email protected]
@@ -80,7 +80,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.1.2
+rubygems_version: 3.2.3
 signing_key: 
 specification_version: 4
 summary: Determines the monospace display width of a string in Ruby.

Reply via email to