Bump to release-40
This commit is contained in:
parent
f2699b1b5b
commit
d8b2768de6
@ -1,27 +1,22 @@
|
|||||||
# Unicode CLDR Project
|
# Unicode CLDR Project
|
||||||
|
|
||||||
Latest Release: [v37.0](http://cldr.unicode.org/index/downloads/cldr-37#TOC-V37) published 2020-04-23
|
Latest Release: [v40.0](https://cldr.unicode.org/index/downloads/cldr-40) published 2021-10-20
|
||||||
|
|
||||||
## Build Status
|
## Build Status
|
||||||
|
|
||||||
GitHub:
|
GitHub:
|
||||||
[![cldr-ant](https://github.com/unicode-org/cldr/workflows/cldr-ant/badge.svg)](https://github.com/unicode-org/cldr/actions?query=branch%3Amaster+workflow%3A%22cldr-ant%22)
|
[![cldr-mvn](https://github.com/unicode-org/cldr/workflows/cldr-mvn/badge.svg)](https://github.com/unicode-org/cldr/actions?query=branch%3Amain+workflow%3A%22cldr-mvn%22)
|
||||||
[![cldr-mvn](https://github.com/unicode-org/cldr/workflows/cldr-mvn/badge.svg)](https://github.com/unicode-org/cldr/actions?query=branch%3Amaster+workflow%3A%22cldr-mvn%22)
|
[![Ansible Lint](https://github.com/unicode-org/cldr/workflows/Ansible%20Lint/badge.svg)](https://github.com/unicode-org/cldr/actions?query=branch%3Amain+workflow%3A%22Ansible+Lint%22)
|
||||||
[![Ansible Lint](https://github.com/unicode-org/cldr/workflows/Ansible%20Lint/badge.svg)](https://github.com/unicode-org/cldr/actions?query=branch%3Amaster+workflow%3A%22Ansible+Lint%22)
|
|
||||||
|
|
||||||
Jenkins: [![Build Status](https://cldr-build.unicode.org/jenkins/buildStatus/icon?job=cldr%2Fcldr-master)](https://cldr-build.unicode.org/jenkins/job/cldr/job/cldr-master/) :lock:
|
|
||||||
|
|
||||||
Travis: [![Build Status](https://travis-ci.org/unicode-org/cldr.svg?branch=master)](https://travis-ci.org/unicode-org/cldr/branches)
|
|
||||||
|
|
||||||
### What is CLDR?
|
### What is CLDR?
|
||||||
The Unicode CLDR provides key building blocks for software to support the world's languages, with the largest and most extensive standard repository of locale data available. This data is used by a wide spectrum of companies for their software internationalization and localization, adapting software to the conventions of different languages for such common software tasks.
|
The Unicode CLDR provides key building blocks for software to support the world's languages, with the largest and most extensive standard repository of locale data available. This data is used by a wide spectrum of companies for their software internationalization and localization, adapting software to the conventions of different languages for such common software tasks.
|
||||||
|
|
||||||
See For further information:
|
See For further information:
|
||||||
|
|
||||||
- Information about [CLDR releases and downloads](http://cldr.unicode.org/index/downloads "CLDR Download Page"),
|
- Information about [CLDR releases and downloads](https://cldr.unicode.org/index/downloads "CLDR Download Page"),
|
||||||
including the data files and LDML specification associated with each release.
|
including the data files and LDML specification associated with each release.
|
||||||
|
|
||||||
- Information about [Building and running CLDR Tools](http://cldr.unicode.org/tools "CLDR Tools Page")
|
- Information about [Building and running CLDR Tools](https://cldr.unicode.org/development/cldr-tools "CLDR Tools Page")
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|
||||||
@ -31,21 +26,17 @@ Click [HERE](http://unicode.org/cldr/survey_tool.html) for information on how to
|
|||||||
For details about code and other contributions, see [CONTRIBUTING.md](./CONTRIBUTING.md)
|
For details about code and other contributions, see [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||||
|
|
||||||
### Licenses
|
### Licenses
|
||||||
|
|
||||||
- Usage of CLDR data and software is governed by the [Unicode Terms of Use](http://www.unicode.org/copyright.html)
|
|
||||||
a copy of which is included as [unicode-license.txt](../blob/master/unicode-license.txt).
|
|
||||||
|
|
||||||
- Some CLDR tools depend on libraries in tools/java/libs/; use of these libraries is governed by separate license agreements.
|
- Usage of CLDR data and software is governed by the [Unicode Terms of Use](http://www.unicode.org/copyright.html)
|
||||||
- Use of the ICU libraries is subject to the
|
a copy of which is included as [unicode-license.txt](./unicode-license.txt).
|
||||||
[ICU License]("https://github.com/unicode-org/icu/blob/master/icu4j/main/shared/licenses/LICENSE"),
|
|
||||||
included as [ICU-LICENSE](../../blob/master/ICU-LICENSE).
|
- Some CLDR tools depend on library dependencies managed via Maven,
|
||||||
- Use of the Guava, Xerces, and Myanmar Tools libraries is subject to the
|
use of these libraries is governed by separate license agreements.
|
||||||
[Apache License]("http://www.apache.org/licenses/LICENSE-2.0.html")
|
|
||||||
included as [apache-license.txt](../../blob/master/apache-license.txt).
|
SPDX-License-Identifier: Unicode-DFS-2016
|
||||||
|
|
||||||
### Copyright
|
### Copyright
|
||||||
|
|
||||||
Copyright © 1991-2020 Unicode, Inc.
|
Copyright © 1991-2021 Unicode, Inc.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
[Terms of use](http://www.unicode.org/copyright.html)
|
[Terms of use](http://www.unicode.org/copyright.html)
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%global tag_version release-40-beta2
|
%global tag_version release-40
|
||||||
%global is_official 0%(echo %{tag_version} | egrep -q 'alpha|beta|final'; echo $?)
|
#%%global is_official 0%%(echo %%{tag_version} | egrep -q 'alpha|beta|final'; echo $?)
|
||||||
%global is_official 0
|
%global is_official 0
|
||||||
|
|
||||||
Name: cldr-emoji-annotation
|
Name: cldr-emoji-annotation
|
||||||
Version: 40~beta2
|
Version: 40
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
%if 0%{?fedora:1}%{?rhel:0}
|
%if 0%{?fedora:1}%{?rhel:0}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
@ -122,6 +122,9 @@ done
|
|||||||
%{_datadir}/pkgconfig/*.pc
|
%{_datadir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 29 2021 Takao Fujiwara <tfujiwar@gmail.com> - 1:40-1
|
||||||
|
- Bump to release-40
|
||||||
|
|
||||||
* Fri Oct 08 2021 Takao Fujiwara <tfujiwar@gmail.com> - 1:40~beta2-1
|
* Fri Oct 08 2021 Takao Fujiwara <tfujiwar@gmail.com> - 1:40~beta2-1
|
||||||
- Bump to release-40-beta2
|
- Bump to release-40-beta2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user