Accepting request 796373 from home:namtrac:branches:X11:common:Factory
- 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
This commit is contained in:
parent
f1ecacf7d8
commit
f86a471f35
@ -1,4 +1,4 @@
|
|||||||
libicu66
|
libicu67
|
||||||
libicu-devel
|
libicu-devel
|
||||||
requires -libicu-<targettype>
|
requires -libicu-<targettype>
|
||||||
requires "libicu66-<targettype> = <version>"
|
requires "libicu67-<targettype> = <version>"
|
||||||
|
30
icu.changes
30
icu.changes
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 04:20:04 UTC 2020 - Ismail Dönmez <idonmez@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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 15 17:52:41 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Sun Mar 15 17:52:41 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
16
icu.spec
16
icu.spec
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lname libicu66
|
%define lname libicu67
|
||||||
%define amajor 66
|
%define amajor 67
|
||||||
%define aversion 66
|
%define aversion 67
|
||||||
%ifarch %armb hppa mips mips64 ppc ppc64 %sparc s390 s390x m68k
|
%ifarch %armb hppa mips mips64 ppc ppc64 %sparc s390 s390x m68k
|
||||||
%define be_platform 1
|
%define be_platform 1
|
||||||
%else
|
%else
|
||||||
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
# icu-versioning.diff needs update for new Version too
|
# icu-versioning.diff needs update for new Version too
|
||||||
Name: icu
|
Name: icu
|
||||||
Version: 66.1
|
Version: 67.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
License: ICU
|
License: ICU
|
||||||
@ -34,10 +34,10 @@ Group: Development/Libraries/C and C++
|
|||||||
URL: http://icu-project.org/
|
URL: http://icu-project.org/
|
||||||
|
|
||||||
#Git-Clone: https://github.com/unicode-org/icu.git
|
#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
|
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-66-1/icu4c-66_1-src.tgz.asc
|
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-66-1/icu4c-66_1-docs.zip
|
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-66-1/icu4c-66_1-docs.zip.asc
|
Source4: https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-docs.zip.asc
|
||||||
Source5: %name.keyring
|
Source5: %name.keyring
|
||||||
Source100: baselibs.conf
|
Source100: baselibs.conf
|
||||||
Patch4: icu-fix-install-mode-files.diff
|
Patch4: icu-fix-install-mode-files.diff
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d89e4d0877d521ddd3f19265a53e64cbe3369a21715baafcff2023d8d1be9b49
|
|
||||||
size 7873069
|
|
@ -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-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:52a3f2209ab95559c1cf0a14f24338001f389615bf00e2585ef3dbc43ecf0a2e
|
|
||||||
size 24361305
|
|
@ -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-----
|
|
3
icu4c-67_1-docs.zip
Normal file
3
icu4c-67_1-docs.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d5a2b188a3bd55252d5fbcce75d563ec1ab574e31de626b40dc7b797f03d89b4
|
||||||
|
size 7913999
|
16
icu4c-67_1-docs.zip.asc
Normal file
16
icu4c-67_1-docs.zip.asc
Normal file
@ -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-----
|
3
icu4c-67_1-src.tgz
Normal file
3
icu4c-67_1-src.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc
|
||||||
|
size 24518055
|
16
icu4c-67_1-src.tgz.asc
Normal file
16
icu4c-67_1-src.tgz.asc
Normal file
@ -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-----
|
Loading…
Reference in New Issue
Block a user