Bump to release-40

This commit is contained in:
Takao Fujiwara 2021-10-29 16:48:20 +09:00
parent f2699b1b5b
commit d8b2768de6
2 changed files with 20 additions and 26 deletions

View File

@ -1,27 +1,22 @@
# 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
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%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%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)
[![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)
[![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)
### 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.
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.
- 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
@ -33,19 +28,15 @@ For details about code and other contributions, see [CONTRIBUTING.md](./CONTRIBU
### 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).
a copy of which is included as [unicode-license.txt](./unicode-license.txt).
- Some CLDR tools depend on libraries in tools/java/libs/; use of these libraries is governed by separate license agreements.
- Use of the ICU libraries is subject to the
[ICU License]("https://github.com/unicode-org/icu/blob/master/icu4j/main/shared/licenses/LICENSE"),
included as [ICU-LICENSE](../../blob/master/ICU-LICENSE).
- Use of the Guava, Xerces, and Myanmar Tools libraries is subject to the
[Apache License]("http://www.apache.org/licenses/LICENSE-2.0.html")
included as [apache-license.txt](../../blob/master/apache-license.txt).
- Some CLDR tools depend on library dependencies managed via Maven,
use of these libraries is governed by separate license agreements.
SPDX-License-Identifier: Unicode-DFS-2016
### Copyright
Copyright © 1991-2020 Unicode, Inc.
Copyright © 1991-2021 Unicode, Inc.
All rights reserved.
[Terms of use](http://www.unicode.org/copyright.html)

View File

@ -1,9 +1,9 @@
%global tag_version release-40-beta2
%global is_official 0%(echo %{tag_version} | egrep -q 'alpha|beta|final'; echo $?)
%global tag_version release-40
#%%global is_official 0%%(echo %%{tag_version} | egrep -q 'alpha|beta|final'; echo $?)
%global is_official 0
Name: cldr-emoji-annotation
Version: 40~beta2
Version: 40
Release: 1%{?dist}
%if 0%{?fedora:1}%{?rhel:0}
Epoch: 1
@ -122,6 +122,9 @@ done
%{_datadir}/pkgconfig/*.pc
%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
- Bump to release-40-beta2