Accepting request 784320 from home:hillwood:branches:M17N

- Update version to 13.0.0. Upstream did not provide changelog.

OBS-URL: https://build.opensuse.org/request/show/784320
OBS-URL: https://build.opensuse.org/package/show/M17N/unicode-ucd?expand=0&rev=12
This commit is contained in:
Hillwood Yang 2020-03-12 13:04:47 +00:00 committed by Git OBS Bridge
parent cde5951341
commit b072fbe89d
5 changed files with 42 additions and 9 deletions

25
ReadMe.txt Normal file
View File

@ -0,0 +1,25 @@
# Unicode Character Database
# Date: 2020-03-06, 23:36:00 GMT [KW]
# © 2020 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use, see https://www.unicode.org/terms_of_use.html
#
# For documentation, see NamesList.html,
# UAX #38, "Unicode Han Database (Unihan),"
# UAX #42, "Unicode Character Database in XML," and
# UAX #44, "Unicode Character Database."
# UTS #51, "Unicode Emoji"
#
# The UAXes and UTS #51 can be accessed at https://www.unicode.org/versions/Unicode13.0.0/
This directory contains zipped versions of the final data files
for Version 13.0.0 of the Unicode Standard.
Unihan.zip contains the data files for the Unihan Database.
UCD.zip contains the collection of all other UCD data files
(except for the Unihan Database).
The unzipped collection of UCD data files for Version 13.0.0 are posted in:
https://www.unicode.org/Public/13.0.0/ucd/

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb26d649f8bac8b12f69e2fbcd77d1759ecdcd7c8e8f1c4385a9c5a36cf14891
size 5991193
oid sha256:2f76973b4d36ae45584f5a45ec65b47138932d777dd23a5669c89535ef3da951
size 7537310

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01232063a8529636cf155ba7a1dbad329cb2e63acde83a3d607b5eafa8f933a5
size 6632227
oid sha256:e380194c4835ad85aa50e8750a58c1f605dbfc4aba9e3e3b0ca25b9530c02f64
size 7044963

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 12 12:45:40 UTC 2020 - Hillwood Yang <hillwood@opensuse.org>
- Update version to 13.0.0. Upstream did not provide changelog.
-------------------------------------------------------------------
Tue Nov 13 03:31:13 UTC 2018 - Cliff Zhao <qzhao@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package unicode-ucd
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,25 +12,27 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# For other future directories from http://www.unicode.org/Public
%global unicodedir %{_datadir}/unicode
%global ucddir %{unicodedir}/ucd
Name: unicode-ucd
Version: 10.0.0
Version: 13.0.0
Release: 0
Summary: Unicode Character Database
License: Unicode-TOU
# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
License: Unicode-TOU
Group: System/I18n
URL: http://www.unicode.org/ucd/
Source0: http://www.unicode.org/Public/zipped/%{version}/UCD.zip
# http://www.unicode.org/terms_of_use.html referenced in ReadMe.txt redirects to:
Source1: COPYING
Source2: http://www.unicode.org/Public/zipped/%{version}/Unihan.zip
Source3: http://www.unicode.org/Public/zipped/%{version}/ReadMe.txt
BuildRequires: unzip
BuildArch: noarch
@ -63,9 +65,10 @@ mkdir -p %{buildroot}%{ucddir}
cp -ar . %{buildroot}%{ucddir}
cp -p %{SOURCE2} %{buildroot}%{ucddir}
cp -p %{SOURCE1} .
cp -p %{SOURCE1} %{SOURCE3} .
%files
%doc ReadMe.txt
%license COPYING
%dir %{unicodedir}
%{ucddir}