Hello community,

here is the log from the commit of package icu for openSUSE:Factory checked in 
at 2020-05-07 15:04:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icu (Old)
 and      /work/SRC/openSUSE:Factory/.icu.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icu"

Thu May  7 15:04:47 2020 rev:74 rq:796444 version:67.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/icu/icu.changes  2020-03-19 19:48:19.900116756 
+0100
+++ /work/SRC/openSUSE:Factory/.icu.new.2738/icu.changes        2020-05-07 
15:05:11.675664649 +0200
@@ -1,0 +2,30 @@
+Thu Apr 23 04:20:04 UTC 2020 - Ismail Dönmez <idon...@suse.com>
+
+- Update to version 67.1
+  * Unicode 13 (ICU-20893, same as in ICU 66)
+    + Total of 5930 new characters
+    + 4 new scripts
+    + 55 new emoji characters, plus additional new sequences
+    + New CJK extension, first characters in plane 3: U+30000..U+3134A
+  * CLDR 37
+    + New language at Modern coverage: Nigerian Pidgin
+    + New languages at Basic coverage: Fulah (Adlam), Maithili,
+      Manipuri, Santali, Sindhi (Devanagari), Sundanese
+    + Region containment: EU no longer includes GB
+    + Unicode 13 root collation data and Chinese data for collation and 
transliteration
+  * DateTimePatternGenerator now obeys the "hc" preference in the locale 
identifier (ICU-20442)
+  * Various other improvements for ECMA-402 conformance
+  * Number skeletons have a new "concise" form that can be used in 
MessageFormat strings (ICU-20418)
+  * Currency formatting options for formal and other currency display name 
variants (ICU-20854)
+  * ListFormatter: new public API to select the style & type (ICU-12863)
+  * ListFormatter now selects the proper “and”/“or” form for Spanish & Hebrew 
(ICU-21016)
+  * Locale ID canonicalization upgraded to implement the complete CLDR spec 
(ICU-20834, ICU-20272)
+  * LocaleMatcher: New option to ignore one-way matches (ICU-20936),
+    and other tweaks to the code (ICU-20916, ICU-20917) and data (from CLDR)
+  * acceptLanguage() reimplemented via LocaleMatcher (ICU-20700)
+  * Data build tool: tzdbNames.res moved from the "zone_tree" category to the 
"zone_supplemental" category (ICU-21073)
+  * Fixed uses of u8"literals" broken by the C++20 introduction of the 
incompatible char8_t type (ICU-20972),
+  * and added a few API overloads to reduce the need for reinterpret_cast 
(ICU-20984).
+  * Support for manipulating CLDR 37 unit identifiers in MeasureUnit.
+
+-------------------------------------------------------------------

Old:
----
  icu4c-66_1-docs.zip
  icu4c-66_1-docs.zip.asc
  icu4c-66_1-src.tgz
  icu4c-66_1-src.tgz.asc

New:
----
  icu4c-67_1-docs.zip
  icu4c-67_1-docs.zip.asc
  icu4c-67_1-src.tgz
  icu4c-67_1-src.tgz.asc

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

Other differences:
------------------
++++++ icu.spec ++++++
--- /var/tmp/diff_new_pack.cjBfeE/_old  2020-05-07 15:05:18.999680850 +0200
+++ /var/tmp/diff_new_pack.cjBfeE/_new  2020-05-07 15:05:18.999680850 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define lname  libicu66
-%define amajor   66
-%define aversion 66
+%define lname  libicu67
+%define amajor   67
+%define aversion 67
 %ifarch %armb hppa mips mips64 ppc ppc64 %sparc s390 s390x m68k
 %define be_platform 1
 %else
@@ -26,7 +26,7 @@
 %endif
 # icu-versioning.diff needs update for new Version too
 Name:           icu
-Version:        66.1
+Version:        67.1
 Release:        0
 Summary:        International Components for Unicode
 License:        ICU
@@ -34,10 +34,10 @@
 URL:            http://icu-project.org/
 
 #Git-Clone:    https://github.com/unicode-org/icu.git
-Source:         
https://github.com/unicode-org/icu/releases/download/release-66-1/icu4c-66_1-src.tgz
-Source2:        
https://github.com/unicode-org/icu/releases/download/release-66-1/icu4c-66_1-src.tgz.asc
-Source3:        
https://github.com/unicode-org/icu/releases/download/release-66-1/icu4c-66_1-docs.zip
-Source4:        
https://github.com/unicode-org/icu/releases/download/release-66-1/icu4c-66_1-docs.zip.asc
+Source:         
https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz
+Source2:        
https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz.asc
+Source3:        
https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-docs.zip
+Source4:        
https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-docs.zip.asc
 Source5:        %name.keyring
 Source100:      baselibs.conf
 Patch4:         icu-fix-install-mode-files.diff

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.cjBfeE/_old  2020-05-07 15:05:19.031680920 +0200
+++ /var/tmp/diff_new_pack.cjBfeE/_new  2020-05-07 15:05:19.031680920 +0200
@@ -1,4 +1,4 @@
-libicu66
+libicu67
 libicu-devel
        requires -libicu-<targettype>
-       requires "libicu66-<targettype> = <version>"
+       requires "libicu67-<targettype> = <version>"


++++++ icu4c-66_1-src.tgz -> icu4c-67_1-src.tgz ++++++
/work/SRC/openSUSE:Factory/icu/icu4c-66_1-src.tgz 
/work/SRC/openSUSE:Factory/.icu.new.2738/icu4c-67_1-src.tgz differ: char 5, 
line 1


Reply via email to