Accepting request 505438 from GNOME:Next

Update to Unicode 10.0

OBS-URL: https://build.opensuse.org/request/show/505438
OBS-URL: https://build.opensuse.org/package/show/M17N/unicode-ucd?expand=0&rev=5
This commit is contained in:
Bjørn Lie 2017-06-21 15:11:13 +00:00 committed by Git OBS Bridge
parent 149368cb21
commit 8585efe803
5 changed files with 20 additions and 14 deletions

View File

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

View File

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

View File

@ -131,7 +131,7 @@ pre {
<ol type="A">
<li><u><a name="1"></a>Unicode Copyright.</u>
<ol>
<li>Copyright © 1991-2016 Unicode, Inc. All rights reserved.</li>
<li>Copyright © 1991-2017 Unicode, Inc. All rights reserved.</li>
<li>Certain documents and files on this website contain a legend
indicating that &quot;Modification is permitted.&quot; Any person is
hereby authorized, without fee, to modify such documents and
@ -274,7 +274,7 @@ THE DATA FILES OR SOFTWARE.
COPYRIGHT AND PERMISSION NOTICE
Copyright © 1991-2016 Unicode, Inc. All rights reserved.
Copyright © 1991-2017 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 21 13:57:57 UTC 2017 - dimstar@opensuse.org
- Update to Unicode 10.0.0.
-------------------------------------------------------------------
Wed Sep 21 18:46:36 UTC 2016 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package unicode-ucd
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,24 +15,24 @@
# Please submit bugfixes or comments via http://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: 9.0.0
Version: 10.0.0
Release: 0
License: Unicode-TOU
Summary: Unicode Character Database
Url: http://www.unicode.org/ucd/
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: http://www.unicode.org/copyright.html
Source2: http://www.unicode.org/Public/zipped/%{version}/Unihan.zip
Source2: http://www.unicode.org/Public/zipped/%{version}/Unihan.zip
BuildRequires: unzip
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
The Unicode Character Database (UCD) consists of a number of data files listing
@ -42,6 +42,7 @@ containing test data for conformance to several important Unicode algorithms.
%package unihan
Summary: Unicode Han Database
# for the license and dirs
Group: System/I18n
Requires: %{name} = %{version}-%{release}
%description unihan
@ -71,7 +72,7 @@ cp -p %{SOURCE1} .
%exclude %{ucddir}/Unihan.zip
%files unihan
%defattr(-,root,root)
%{ucddir}/Unihan.zip
%changelog