From f86a471f352c1746aa11ca6d3aea6f155dc7ae0e69f96c80d61fd7c8deb200e5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 23 Apr 2020 08:25:28 +0000 Subject: [PATCH] Accepting request 796373 from home:namtrac:branches:X11:common:Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. OBS-URL: https://build.opensuse.org/request/show/796373 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=127 --- baselibs.conf | 4 ++-- icu.changes | 30 ++++++++++++++++++++++++++++++ icu.spec | 16 ++++++++-------- icu4c-66_1-docs.zip | 3 --- icu4c-66_1-docs.zip.asc | 16 ---------------- icu4c-66_1-src.tgz | 3 --- icu4c-66_1-src.tgz.asc | 16 ---------------- icu4c-67_1-docs.zip | 3 +++ icu4c-67_1-docs.zip.asc | 16 ++++++++++++++++ icu4c-67_1-src.tgz | 3 +++ icu4c-67_1-src.tgz.asc | 16 ++++++++++++++++ 11 files changed, 78 insertions(+), 48 deletions(-) delete mode 100644 icu4c-66_1-docs.zip delete mode 100644 icu4c-66_1-docs.zip.asc delete mode 100644 icu4c-66_1-src.tgz delete mode 100644 icu4c-66_1-src.tgz.asc create mode 100644 icu4c-67_1-docs.zip create mode 100644 icu4c-67_1-docs.zip.asc create mode 100644 icu4c-67_1-src.tgz create mode 100644 icu4c-67_1-src.tgz.asc diff --git a/baselibs.conf b/baselibs.conf index 3468947..249c8c6 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libicu66 +libicu67 libicu-devel requires -libicu- - requires "libicu66- = " + requires "libicu67- = " diff --git a/icu.changes b/icu.changes index 47892c6..210d169 100644 --- a/icu.changes +++ b/icu.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Apr 23 04:20:04 UTC 2020 - Ismail Dönmez + +- 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. + ------------------------------------------------------------------- Sun Mar 15 17:52:41 UTC 2020 - Jan Engelhardt diff --git a/icu.spec b/icu.spec index a3835e3..6d74bcf 100644 --- a/icu.spec +++ b/icu.spec @@ -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 @@ Group: Development/Libraries/C and C++ 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 diff --git a/icu4c-66_1-docs.zip b/icu4c-66_1-docs.zip deleted file mode 100644 index c5d13d8..0000000 --- a/icu4c-66_1-docs.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d89e4d0877d521ddd3f19265a53e64cbe3369a21715baafcff2023d8d1be9b49 -size 7873069 diff --git a/icu4c-66_1-docs.zip.asc b/icu4c-66_1-docs.zip.asc deleted file mode 100644 index 2afb9c6..0000000 --- a/icu4c-66_1-docs.zip.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEERWm7wJ2oRvyRy9Ic4bukRZPPKuAFAl5pWU8ACgkQ4bukRZPP -KuAuTw/6AucG4qTjV97PDDrNvkjGK79FHgSS0pn3Z8V1LPkG2tJPOjttveKQW9pG -3oY5DdC/6kAP9eU9NotWPjaskii647Vk4HTbdn9J7Z4BtsnDMJo3/t8MRAY6U0SC -ymVlMHRfVyGpan7IqlfM2bjA29caKQhEpey79+hPLEi5yCEHLWaDLbIqodOZYFrZ -2cB3lEmCs6oH6ezRN3YC2/zcVJcl2KyqLVYXNLoXTUNLOoLIpEHHOvT/vGvaxvcZ -wjxcX/C775z1N7Ky34cKNO83XHYEGNFP0jcLa0A5ofp8N7QgsiO1lg2xh1xizO25 -qI2oRRLdk1WY/S1gs3pQwVFSpWuKLKrsDrKX3kkOTXm2O+6VS6K5/IlDydjlSb2w -ZAE8CJi5Q7zBipeRzN5N9rFdRrnKsxZAcpEuHEPHJhR4Zy+29mkg7gaq6USYqGQm -Q810RNlfmOIOXlEU736GS2vVfhelWE2B91bAScV7rcerwvnZb3bYVMGp7SQQt4nV -oeZdCmUbXXsy+ARwvRwV16d1sU8TqnjdkNLyfG2+LJi0W8G1NvSjucwPvYYo6pEX -q2H01Xc6XTgSte/NNFUlGXiyiQ1iLfmIThnL6TexJ91AQsR9KgkXqvMC2IRAz5zm -zmAgHTPiHSAUlz2WtA1gdMgAtLVU5kHgGhRTrWONHlBCxUdOo6E= -=sH3U ------END PGP SIGNATURE----- diff --git a/icu4c-66_1-src.tgz b/icu4c-66_1-src.tgz deleted file mode 100644 index 6a4c7ef..0000000 --- a/icu4c-66_1-src.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52a3f2209ab95559c1cf0a14f24338001f389615bf00e2585ef3dbc43ecf0a2e -size 24361305 diff --git a/icu4c-66_1-src.tgz.asc b/icu4c-66_1-src.tgz.asc deleted file mode 100644 index c2a8b17..0000000 --- a/icu4c-66_1-src.tgz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEERWm7wJ2oRvyRy9Ic4bukRZPPKuAFAl5pWU8ACgkQ4bukRZPP -KuC7hg//Q7UoliknDIxkoejOIR9Bs3g2kel5ZcLGR5M3LEKp/AJDKdIVpjU0wXNE -1tFSNC/Az4y5SKErbQutgBNP16G1ithOS38QG4+QK5R5HIxUzwwFRhnHcfykDNTi -NylG4/CgII8PIvQEsYJFqgoVYcSMykc1nuo9OZyCmVGcKqJ8k4zk0euHorsHoTmP -VMrlncrCetoHj4DTs81r1W5poiShQGfTNDN0wc5EXDuUarflOM/Ot9uo5JZKBePD -wfhGM6YDoqOnDWEQczkQKALwvg0F4C/Njk0g4Vvw4qWpQMbPcyVy/Yr7GVSeNNUU -8Rduzdq0uJe9GlsdLxofTYlPBHBO/bwy6Xf9MEGJU4WozaA9b0S1ikDeEUN6MTNy -+qzgGNc/Q7KQYpPcK1ZuYD9/Bebv4aXFUtMc+1QXA0/tAV/1v3Psmlj1X5+NF+Ej -Skr94sO8tydXG3E3S74eB5JiLNbU9/QuksmyKkn6qwtNp2yoaO1gIWpkr0PpM8nY -/hU9IEdSyzzpyRe7PFMX+xCU6I+V+jUrVxmioT1gNmNLSHGogSYd2rYSEIiV82YM -T6lhYOvCvG13SNNx68ppuOx0jeYopYJh5vv+ZfZX8s12ujyMM21Wb9In4jxroKoz -0Ud1bD+7kXtoEgjSi85yLvvbcM5HUhR9fJL3w2XPW1LIdz1mj/A= -=ShBY ------END PGP SIGNATURE----- diff --git a/icu4c-67_1-docs.zip b/icu4c-67_1-docs.zip new file mode 100644 index 0000000..72fb2cb --- /dev/null +++ b/icu4c-67_1-docs.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a2b188a3bd55252d5fbcce75d563ec1ab574e31de626b40dc7b797f03d89b4 +size 7913999 diff --git a/icu4c-67_1-docs.zip.asc b/icu4c-67_1-docs.zip.asc new file mode 100644 index 0000000..1d6882d --- /dev/null +++ b/icu4c-67_1-docs.zip.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEERWm7wJ2oRvyRy9Ic4bukRZPPKuAFAl6gqjAACgkQ4bukRZPP +KuD3LxAAuSSupPokvys46e76TnDMKGFsTjFh1hJB/I6XqgfUjoxucppjQphxmWrg +n7EA3bofwa4oQ6DtgRMUL4eJQlFmDRiKDNrKaoIPLsz8hY/Kg1DmLpIe7BDz5brI +RlkWOr5sKE+wdLynR++liKhL75HVLxpwtcyfLzXIS1ltiRcCRZFOVasRD2B7TI2s +UvTYTSBF/W/3SeaDDxBETJcGDU5Sut5YjqUQerWAfpYgULmyaT8jxKyL5G6vixc/ +Y/nTXwrUY5oopRCOmN9wp9nPWra3WOcEycgdrOSMNsQp9qj7DYxbP8n+Cq4FzqVZ +e+8qNi4GOAB9triH5AgKwD0EKmlmJbF1x+Yf2gSB7SJ4l4TufNQgkM3zuoKOjJh6 +/sJ3bnDp6jj736mxL35XLBef0GoA0p8go1HIG83AhLiKPt6uUG9/BgViCDGba7Gi +RTA3gt1TkYfbeIUlbtx7oy37CpSnM85WMcNh7LMN1QQcldsO41bmCP+daUTblpHg +V9sgzVJyQYfu6V7wMwzMFFNIc8xtM+/kS2QEiFW25C1T4sl8RYjytV8WxRWl90Aa +ONJtNb5dm8t70ym4uzdPjDMvhEAdtvyTMzmCrhL+387NdORBtEMwc4eR1ZziEDqZ +pVWnmTNyOYhoWkCmst+d5CrmrTDO6OBQFKvrBwOBrO6cmSuI+To= +=UswV +-----END PGP SIGNATURE----- diff --git a/icu4c-67_1-src.tgz b/icu4c-67_1-src.tgz new file mode 100644 index 0000000..6017607 --- /dev/null +++ b/icu4c-67_1-src.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc +size 24518055 diff --git a/icu4c-67_1-src.tgz.asc b/icu4c-67_1-src.tgz.asc new file mode 100644 index 0000000..fd285d0 --- /dev/null +++ b/icu4c-67_1-src.tgz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEERWm7wJ2oRvyRy9Ic4bukRZPPKuAFAl6gqi8ACgkQ4bukRZPP +KuD4WRAAgo58c4232cIY0XnhwQ7IRp8rRPS2ol2JRhTbb3V6/NR71gA9holIvnMN +X5fSUU3uHI5hk/ZJv+45/+/rKV3m7EdkzHIa9SlLM9XOZtarzI6grIUp9oSMU4GV +H7hR8VFuxTFMXNJXruH8SB11/41xGedIs3rf6cGwDnE0U6S5Ze91vh4ItBor1I3Y +q9OaaW6RVgvtIg9XWoLWw+lAO346aKabVL31qh1947+M2WcXd+dsQ5Db/26autYj +PyQWOAL+6MyFmL7HiYDeVRIFvg853t7+oOPbIpWik+VzDMqG3zqKa7ZXfNz7l6Ta +wojhw0NJXpDD3dPGvb4SQNQy6TEYq5JoNrvkk7ED2nLjUEtjqXram9vplys9DaEw +SVpxh1vukkoaG0kPy81eisZ7dQo4bMf1KUOKaxIPgj1kGtI1rptwUMd+rwBMx9tv +PkSCKGgBkhGaEvTrbVY9Vvy8QLb4rRTIyII0AiQvu7T4EhEwrzldcwRPBm0cik9c +Q7V9cjweLptTTu/1MNgtxnwniIEkyQS+h3I2t7Dul3BPzcDmQvlPBvq7T8enjrYe +X24HpHKL5WlviRnPNDu59o/pMag3N1b56x/jBy4VgD6a8HiyOUypB4SzQVAiE9o/ +mkzUm+QrCCeA+rqITgDG70Z/+c7wp921EU82/9Qq8OzkDeqrHo4= +=f5LU +-----END PGP SIGNATURE-----