Hello community,

here is the log from the commit of package icu for openSUSE:Factory checked in 
at 2018-10-23 20:35:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icu (Old)
 and      /work/SRC/openSUSE:Factory/.icu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icu"

Tue Oct 23 20:35:12 2018 rev:63 rq:642638 version:63.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/icu/icu.changes  2018-08-15 10:32:39.963667622 
+0200
+++ /work/SRC/openSUSE:Factory/.icu.new/icu.changes     2018-10-23 
20:35:19.664907215 +0200
@@ -1,0 +2,43 @@
+Wed Oct 17 09:39:24 UTC 2018 - Ismail Dönmez <idon...@suse.com>
+
+- Update to new upstream release 63.1
+  * CLDR 34
+    + Segmentation rules and emoji sort order adjusted for
+      Unicode 11
+    + Somali and Javanese data now up to moderate level
+      (document content)
+    + Tongan, Konkani, Maori, Dzongkha, Tatar, Kurdish (ku),
+      and Xhosa data now up to basic level
+    + Many data additions and corrections in many other
+      languages
+    + The following languages have been added to ICU: Sindhi,
+      Maori, Turkmen, Javanese, Interlingua, Kurdish (ku), Xhosa
+  * New currency: Venezuela's Bolívar Soberano (VES)
+  * New Japanese calendar era from 2019: CLDR and ICU include
+    data for testing that can be enabled.
+    (ICU #12973, CLDR #10750)
+  * To enable CLDR new Japanese era placeholder name, set
+     environment variable (and Java system property for ICU4J)
+     ICU_ENABLE_TENTATIVE_ERA=true. 
+  * New API for number and currency range formatting
+    (class NumberRangeFormatter, #11276)
+  * Support for additional Unicode properties:
+    Indic_Positional_Category & Indic_Syllabic_Category (#8966)
+    and Vertical_Orientation (#12850)
+  * New API for code point maps and tries, mapping Unicode
+    code points (U+0000..U+10FFFF) to integer values. (#13530)
+  * Java classes CodePointMap, CodePointTrie, MutableCodePointTrie
+  * C types UCPMap, UCPTrie, UMutableCPTrie
+  * New API for getting a UnicodeSet per binary property and a code
+    point map per enumerated/int-value property. (#20086)
+  * Full conformance with UAX #14 Line Breaking
+    (required BreakIterator feature work). (#7270)
+  * C++ Locale class
+    + Additional functions forLanguageTag()/toLanguageTag(),
+      and functions that are easier and safer to use by using
+      StringPiece and ByteSink rather than raw buffers. (#13417)
+    + Move semantics. (#13645)
+  * Various Out-Of-Memory (OOM) issues have been fixed.
+- Refresh icu-versioning.diff
+
+-------------------------------------------------------------------

Old:
----
  icu4c-62_1-docs.zip
  icu4c-62_1-src.tgz

New:
----
  icu4c-63_1-docs.zip
  icu4c-63_1-src.tgz

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

Other differences:
------------------
++++++ icu.spec ++++++
--- /var/tmp/diff_new_pack.ke7RF0/_old  2018-10-23 20:35:22.304904061 +0200
+++ /var/tmp/diff_new_pack.ke7RF0/_new  2018-10-23 20:35:22.308904056 +0200
@@ -12,20 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define lname  libicu-suse62_1
-%define amajor   62
-%define aversion 62_1
+%define lname  libicu-suse63_1
+%define amajor   63
+%define aversion 63_1
 %ifarch %armb hppa mips mips64 ppc ppc64 %sparc s390 s390x m68k
 %define be_platform 1
 %else
 %define be_platform 0
 %endif
 Name:           icu
-Version:        62.1
+Version:        63.1
 Release:        0
 Summary:        International Components for Unicode
 License:        ICU

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.ke7RF0/_old  2018-10-23 20:35:22.344904013 +0200
+++ /var/tmp/diff_new_pack.ke7RF0/_new  2018-10-23 20:35:22.344904013 +0200
@@ -1,4 +1,4 @@
-libicu-suse62_1
+libicu-suse63_1
 libicu-devel
        requires -libicu-<targettype>
-       requires "libicu-suse62_1-<targettype> = <version>"
+       requires "libicu-suse63_1-<targettype> = <version>"

++++++ icu-versioning.diff ++++++
--- /var/tmp/diff_new_pack.ke7RF0/_old  2018-10-23 20:35:22.368903985 +0200
+++ /var/tmp/diff_new_pack.ke7RF0/_new  2018-10-23 20:35:22.368903985 +0200
@@ -78,8 +78,8 @@
 @@ -59,6 +59,7 @@
   *  @stable ICU 2.4
   */
- #define U_ICU_VERSION_MAJOR_NUM 62
-+#define U_ICU_VERSION_MAJOR_STR "62"
+ #define U_ICU_VERSION_MAJOR_NUM 63
++#define U_ICU_VERSION_MAJOR_STR "63"
  
  /** The current ICU minor version as an integer.
   *  This value will change in the subsequent releases of ICU
@@ -87,7 +87,7 @@
   *  This value will change in the subsequent releases of ICU
   *  @stable ICU 2.6
   */
--#define U_ICU_VERSION_SUFFIX _62
+-#define U_ICU_VERSION_SUFFIX _63
 +#define ___icu_version_expand(major, minor) _ ## major ## _ ## minor
 +#define ___icu_version_glue(major, minor) ___icu_version_expand(major, minor)
 +#define U_ICU_VERSION_SUFFIX ___icu_version_glue(U_ICU_VERSION_MAJOR_NUM, 
U_ICU_VERSION_MINOR_NUM)
@@ -98,8 +98,8 @@
   *
   * @stable ICU 2.6
   */
--#define U_ICU_VERSION_SHORT "62"
-+#define U_ICU_VERSION_SHORT "62_1"
+-#define U_ICU_VERSION_SHORT "63"
++#define U_ICU_VERSION_SHORT "63_1"
  
  #ifndef U_HIDE_INTERNAL_API
  /** Data version in ICU4C.

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


Reply via email to