1
0

Accepting request 1011105 from home:coolo:branches:Base:System

Version update to fix build failures on ppc64le

OBS-URL: https://build.opensuse.org/request/show/1011105
OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=180
This commit is contained in:
2022-10-20 11:30:03 +00:00
committed by Git OBS Bridge
parent 077990608d
commit 20e558c25b
12 changed files with 105 additions and 62 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Oct 15 10:38:53 UTC 2022 - Stephan Kulow <coolo@suse.com>
- Update to Version 0.21.1
* Runtime behaviour:
- On AIX, locale names with a script or with an uppercase language are now
supported.
For example, sr_Cyrl_RS.UTF-8 is treated like sr_RS.UTF-8@cyrillic, and
EN_US.UTF-8 is treated like en_US.UTF-8.
* The base Unicode standard is now updated to 14.0.0.
* Portability:
- Building on macOS 11/arm64 is now supported.
- Building on Linux/powerpc64le with glibc ≥ 2.35 is now supported.
-------------------------------------------------------------------
Fri Apr 8 15:05:10 UTC 2022 - Fridrich Strba <fstrba@suse.com>