Hello community, here is the log from the commit of package icu for openSUSE:Factory checked in at 2019-11-17 19:21:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icu (Old) and /work/SRC/openSUSE:Factory/.icu.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icu" Sun Nov 17 19:21:32 2019 rev:69 rq:736411 version:65.1 Changes: -------- --- /work/SRC/openSUSE:Factory/icu/icu.changes 2019-08-24 18:41:45.889784127 +0200 +++ /work/SRC/openSUSE:Factory/.icu.new.26869/icu.changes 2019-11-17 19:21:39.578904094 +0100 @@ -1,0 +2,10 @@ +Sat Oct 5 11:19:23 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to release 65.1 + * Updated to CLDR 36 locale data with many additions and + corrections, and some new measurement units. + * The Java LocaleMatcher API is improved, and ported to C++. +- Drop 075cefb2e21f57f4cac1bc2868e93dd1b8c077cc.patch + (merged) + +------------------------------------------------------------------- @@ -5 +15 @@ - products, as they break our shared library policy + products, as they break our shared library policy (bsc#1146907). Old: ---- 075cefb2e21f57f4cac1bc2868e93dd1b8c077cc.patch icu4c-64_2-docs.zip icu4c-64_2-docs.zip.asc icu4c-64_2-src.tgz icu4c-64_2-src.tgz.asc New: ---- icu4c-65_1-docs.zip icu4c-65_1-docs.zip.asc icu4c-65_1-src.tgz icu4c-65_1-src.tgz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icu.spec ++++++ --- /var/tmp/diff_new_pack.Pdil8r/_old 2019-11-17 19:21:43.230902544 +0100 +++ /var/tmp/diff_new_pack.Pdil8r/_new 2019-11-17 19:21:43.238902541 +0100 @@ -16,9 +16,9 @@ # -%define lname libicu-suse64_2 -%define amajor 64 -%define aversion 64_2 +%define lname libicu-suse65_1 +%define amajor 65 +%define aversion 65_1 %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: 64.2 +Version: 65.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: http://download.icu-project.org/files/icu4c/%version/icu4c-%aversion-src.tgz -Source2: http://download.icu-project.org/files/icu4c/%version/icu4c-%aversion-src.tgz.asc -Source3: http://download.icu-project.org/files/icu4c/%version/icu4c-%aversion-docs.zip -Source4: http://download.icu-project.org/files/icu4c/%version/icu4c-%aversion-docs.zip.asc +Source: https://github.com/unicode-org/icu/releases/download/release-65-1/icu4c-65_1-src.tgz +Source2: https://github.com/unicode-org/icu/releases/download/release-65-1/icu4c-65_1-src.tgz.asc +Source3: https://github.com/unicode-org/icu/releases/download/release-65-1/icu4c-65_1-docs.zip +Source4: https://github.com/unicode-org/icu/releases/download/release-65-1/icu4c-65_1-docs.zip.asc Source5: %name.keyring Source100: baselibs.conf Patch2: icu-versioning.diff @@ -45,8 +45,6 @@ Patch4: icu-fix-install-mode-files.diff Patch6: icu-error-reporting.diff Patch7: icu-avoid-x87-excess-precision.diff -# https://unicode-org.atlassian.net/browse/ICU-20575 -Patch100: 075cefb2e21f57f4cac1bc2868e93dd1b8c077cc.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkg-config ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.Pdil8r/_old 2019-11-17 19:21:43.258902532 +0100 +++ /var/tmp/diff_new_pack.Pdil8r/_new 2019-11-17 19:21:43.258902532 +0100 @@ -1,4 +1,4 @@ -libicu-suse64_2 +libicu-suse65_1 libicu-devel requires -libicu-<targettype> - requires "libicu-suse64_2-<targettype> = <version>" + requires "libicu-suse65_1-<targettype> = <version>" ++++++ icu-avoid-x87-excess-precision.diff ++++++ --- /var/tmp/diff_new_pack.Pdil8r/_old 2019-11-17 19:21:43.266902529 +0100 +++ /var/tmp/diff_new_pack.Pdil8r/_new 2019-11-17 19:21:43.266902529 +0100 @@ -1,3 +1,7 @@ +From: [email protected] +References: http://bugzilla.opensuse.org/1030253 + +Avoid FixedPrecision::initVisibleDigits failure on i586 with GCC 7. --- source/test/intltest/dcfmapts.cpp | 6 ++++-- ++++++ icu-susevers.diff ++++++ --- /var/tmp/diff_new_pack.Pdil8r/_old 2019-11-17 19:21:43.274902526 +0100 +++ /var/tmp/diff_new_pack.Pdil8r/_new 2019-11-17 19:21:43.274902526 +0100 @@ -16,10 +16,10 @@ =================================================================== --- icu.orig/source/common/unicode/platform.h +++ icu/source/common/unicode/platform.h -@@ -632,7 +632,7 @@ namespace std { - #ifdef U_CHARSET_IS_UTF8 +@@ -649,7 +649,7 @@ namespace std { /* Use the predefined value. */ - #elif U_PLATFORM_IS_LINUX_BASED || U_PLATFORM_IS_DARWIN_BASED + #elif U_PLATFORM_IS_LINUX_BASED || U_PLATFORM_IS_DARWIN_BASED || \ + U_PLATFORM == U_PF_EMSCRIPTEN -# define U_CHARSET_IS_UTF8 1 +# define U_CHARSET_IS_UTF8 0 #else @@ -29,7 +29,7 @@ =================================================================== --- icu.orig/source/icudefs.mk.in +++ icu/source/icudefs.mk.in -@@ -41,7 +41,7 @@ PACKAGE_ICU_URL = "http://icu-project.or +@@ -44,7 +44,7 @@ PACKAGE_ICU_URL = "http://icu-project.or PACKAGE = @PACKAGE@ VERSION = @VERSION@ UNICODE_VERSION = @UNICODE_VERSION@ ++++++ icu-versioning.diff ++++++ --- /var/tmp/diff_new_pack.Pdil8r/_old 2019-11-17 19:21:43.282902522 +0100 +++ /var/tmp/diff_new_pack.Pdil8r/_new 2019-11-17 19:21:43.282902522 +0100 @@ -77,8 +77,8 @@ @@ -61,6 +61,7 @@ * @stable ICU 2.4 */ - #define U_ICU_VERSION_MAJOR_NUM 64 -+#define U_ICU_VERSION_MAJOR_STR "64" + #define U_ICU_VERSION_MAJOR_NUM 65 ++#define U_ICU_VERSION_MAJOR_STR "65" /** The current ICU minor version as an integer. * This value will change in the subsequent releases of ICU @@ -86,7 +86,7 @@ * This value will change in the subsequent releases of ICU * @stable ICU 2.6 */ --#define U_ICU_VERSION_SUFFIX _64 +-#define U_ICU_VERSION_SUFFIX _65 +#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) @@ -97,8 +97,8 @@ * * @stable ICU 2.6 */ --#define U_ICU_VERSION_SHORT "64" -+#define U_ICU_VERSION_SHORT "64_2" +-#define U_ICU_VERSION_SHORT "65" ++#define U_ICU_VERSION_SHORT "65_1" #ifndef U_HIDE_INTERNAL_API /** Data version in ICU4C. ++++++ icu4c-64_2-src.tgz -> icu4c-65_1-src.tgz ++++++ /work/SRC/openSUSE:Factory/icu/icu4c-64_2-src.tgz /work/SRC/openSUSE:Factory/.icu.new.26869/icu4c-65_1-src.tgz differ: char 5, line 1
