From b072fbe89d6db185ee7ce12f82c30d1e223a2680647d2e6397ce0a3db6f52067 Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Thu, 12 Mar 2020 13:04:47 +0000 Subject: [PATCH 1/2] 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 --- ReadMe.txt | 25 +++++++++++++++++++++++++ UCD.zip | 4 ++-- Unihan.zip | 4 ++-- unicode-ucd.changes | 5 +++++ unicode-ucd.spec | 13 ++++++++----- 5 files changed, 42 insertions(+), 9 deletions(-) create mode 100644 ReadMe.txt diff --git a/ReadMe.txt b/ReadMe.txt new file mode 100644 index 0000000..fb7cf19 --- /dev/null +++ b/ReadMe.txt @@ -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/ diff --git a/UCD.zip b/UCD.zip index 695800e..6789191 100644 --- a/UCD.zip +++ b/UCD.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb26d649f8bac8b12f69e2fbcd77d1759ecdcd7c8e8f1c4385a9c5a36cf14891 -size 5991193 +oid sha256:2f76973b4d36ae45584f5a45ec65b47138932d777dd23a5669c89535ef3da951 +size 7537310 diff --git a/Unihan.zip b/Unihan.zip index 432b1b2..ea190d8 100644 --- a/Unihan.zip +++ b/Unihan.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01232063a8529636cf155ba7a1dbad329cb2e63acde83a3d607b5eafa8f933a5 -size 6632227 +oid sha256:e380194c4835ad85aa50e8750a58c1f605dbfc4aba9e3e3b0ca25b9530c02f64 +size 7044963 diff --git a/unicode-ucd.changes b/unicode-ucd.changes index a5db997..a2342e2 100644 --- a/unicode-ucd.changes +++ b/unicode-ucd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 12 12:45:40 UTC 2020 - Hillwood Yang + +- Update version to 13.0.0. Upstream did not provide changelog. + ------------------------------------------------------------------- Tue Nov 13 03:31:13 UTC 2018 - Cliff Zhao diff --git a/unicode-ucd.spec b/unicode-ucd.spec index c03465e..82954f3 100644 --- a/unicode-ucd.spec +++ b/unicode-ucd.spec @@ -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} From 100f6c124f66e18ae44c70b46ddd159028f83f7b8bc468f464a59d8704ff243c Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Sun, 15 Mar 2020 15:23:05 +0000 Subject: [PATCH 2/2] Accepting request 785287 from home:hillwood:branches:M17N - Update version to 12.0.0. Upstream did not provide changelog. OBS-URL: https://build.opensuse.org/request/show/785287 OBS-URL: https://build.opensuse.org/package/show/M17N/unicode-ucd?expand=0&rev=13 --- ReadMe.txt | 15 +++++++-------- UCD.zip | 4 ++-- Unihan.zip | 4 ++-- unicode-ucd.changes | 2 +- unicode-ucd.spec | 2 +- 5 files changed, 13 insertions(+), 14 deletions(-) diff --git a/ReadMe.txt b/ReadMe.txt index fb7cf19..df31097 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,25 +1,24 @@ # Unicode Character Database -# Date: 2020-03-06, 23:36:00 GMT [KW] -# © 2020 Unicode®, Inc. +# 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 https://www.unicode.org/terms_of_use.html +# 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." -# UTS #51, "Unicode Emoji" # -# The UAXes and UTS #51 can be accessed at https://www.unicode.org/versions/Unicode13.0.0/ +# 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 13.0.0 of the Unicode Standard. +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 13.0.0 are posted in: +The unzipped collection of UCD data files for Version 12.0.0 are posted in: -https://www.unicode.org/Public/13.0.0/ucd/ +http://www.unicode.org/Public/12.0.0/ucd/ diff --git a/UCD.zip b/UCD.zip index 6789191..c63d4db 100644 --- a/UCD.zip +++ b/UCD.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f76973b4d36ae45584f5a45ec65b47138932d777dd23a5669c89535ef3da951 -size 7537310 +oid sha256:b0e63d9bee7cae523001b2dc7f7873615773beec999f74c2b6b84ec9d2f0f0c5 +size 8410561 diff --git a/Unihan.zip b/Unihan.zip index ea190d8..0a0dc7d 100644 --- a/Unihan.zip +++ b/Unihan.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e380194c4835ad85aa50e8750a58c1f605dbfc4aba9e3e3b0ca25b9530c02f64 -size 7044963 +oid sha256:6e4553f3b5fffe0d312df324d020ef1278d9595932ae03f4e8a2d427de83cdcd +size 6749737 diff --git a/unicode-ucd.changes b/unicode-ucd.changes index a2342e2..f234ca4 100644 --- a/unicode-ucd.changes +++ b/unicode-ucd.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Mar 12 12:45:40 UTC 2020 - Hillwood Yang -- Update version to 13.0.0. Upstream did not provide changelog. +- Update version to 12.0.0. Upstream did not provide changelog. ------------------------------------------------------------------- Tue Nov 13 03:31:13 UTC 2018 - Cliff Zhao diff --git a/unicode-ucd.spec b/unicode-ucd.spec index 82954f3..814c026 100644 --- a/unicode-ucd.spec +++ b/unicode-ucd.spec @@ -21,7 +21,7 @@ %global ucddir %{unicodedir}/ucd Name: unicode-ucd -Version: 13.0.0 +Version: 12.0.0 Release: 0 Summary: Unicode Character Database # FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"