Accepting request 785288 from M17N

- Update version to 12.0.0. Upstream did not provide changelog. (forwarded request 785287 from hillwood)

OBS-URL: https://build.opensuse.org/request/show/785288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unicode-ucd?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-03-19 18:41:16 +00:00 committed by Git OBS Bridge
commit 7b7d27038d
5 changed files with 41 additions and 9 deletions

24
ReadMe.txt Normal file
View File

@ -0,0 +1,24 @@
# Unicode Character Database
# Date: 2019-03-01, 22:23:00 GMT [KW]
# © 2019 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 http://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."
#
# The UAXes can be accessed at http://www.unicode.org/versions/Unicode12.0.0/
This directory contains zipped versions of the final data files
for Version 12.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 12.0.0 are posted in:
http://www.unicode.org/Public/12.0.0/ucd/

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 12 12:45:40 UTC 2020 - Hillwood Yang <hillwood@opensuse.org>
- Update version to 12.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: 12.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}