Bump to release-42
- Migrate license tag to SPDX
This commit is contained in:
parent
19ad187124
commit
1050a9e10f
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
|||||||
/cldr-release-42-alpha1.zip
|
/cldr-release-42-alpha1.zip
|
||||||
/cldr-release-42-alpha2.zip
|
/cldr-release-42-alpha2.zip
|
||||||
/cldr-release-42-beta3.zip
|
/cldr-release-42-beta3.zip
|
||||||
|
/cldr-release-42.zip
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
%global tag_version release-42-beta3
|
%global tag_version release-42
|
||||||
#%%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%(echo %{tag_version} | egrep -q 'alpha|beta|final'; echo $?)
|
|
||||||
#%%global is_official 0
|
#%%global is_official 0
|
||||||
|
%global is_official 0
|
||||||
|
|
||||||
Name: cldr-emoji-annotation
|
Name: cldr-emoji-annotation
|
||||||
Version: 42~beta3
|
Version: 42
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
%if 0%{?fedora:1}%{?rhel:0}
|
%if 0%{?fedora:1}%{?rhel:0}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
%endif
|
%endif
|
||||||
# Annotation files are in Unicode license
|
# Annotation files are in Unicode license
|
||||||
Summary: Emoji annotation files in CLDR
|
Summary: Emoji annotation files in CLDR
|
||||||
License: Unicode
|
License: Unicode-DFS-2016
|
||||||
URL: https://unicode.org/cldr
|
URL: https://unicode.org/cldr
|
||||||
%if %is_official
|
%if %is_official
|
||||||
Source0: https://github.com/unicode-org/cldr/releases/download/%{tag_version}/cldr-common-%{version}.zip
|
Source0: https://github.com/unicode-org/cldr/releases/download/%{tag_version}/cldr-common-%{version}.zip
|
||||||
@ -126,6 +126,10 @@ done
|
|||||||
%{_datadir}/pkgconfig/*.pc
|
%{_datadir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 16 2022 Takao Fujiwara <tfujiwar@gmail.com> - 1:42
|
||||||
|
- Migrate license tag to SPDX
|
||||||
|
- Bump to release-42
|
||||||
|
|
||||||
* Thu Oct 06 2022 Takao Fujiwara <tfujiwar@gmail.com> - 1:42~beta3-1
|
* Thu Oct 06 2022 Takao Fujiwara <tfujiwar@gmail.com> - 1:42~beta3-1
|
||||||
- Bump to release-42-beta3
|
- Bump to release-42-beta3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cldr-release-42-beta3.zip) = b94d3a41855bbd95452b225f5e0e3172c6e8950a12d08a697d4fbff959f1319c07049dcfb0abdcc78308574cf6772298f80e79cb0dc7ae7ab87d11b928f83ff0
|
SHA512 (cldr-release-42.zip) = 3eca321d3ad6d13d588c2e6bfd2739d7e979094418dc1bc14e29e661cfaf53fcaf293b937219b5b5a8e8cc730a1cda2a04c992eb083bb8d0ac79e30381f48a90
|
||||||
|
Loading…
Reference in New Issue
Block a user