Dominique Leuenberger 2017-06-23 07:14:53 +00:00 committed by Git OBS Bridge
commit 01b9b4d9f7
5 changed files with 20 additions and 14 deletions

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
# #
# spec file for package unicode-ucd # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,24 +15,24 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# For other future directories from http://www.unicode.org/Public # For other future directories from http://www.unicode.org/Public
%global unicodedir %{_datadir}/unicode %global unicodedir %{_datadir}/unicode
%global ucddir %{unicodedir}/ucd %global ucddir %{unicodedir}/ucd
Name: unicode-ucd Name: unicode-ucd
Version: 9.0.0 Version: 10.0.0
Release: 0 Release: 0
License: Unicode-TOU
Summary: Unicode Character Database Summary: Unicode Character Database
Url: http://www.unicode.org/ucd/ License: Unicode-TOU
Group: System/I18n Group: System/I18n
Url: http://www.unicode.org/ucd/
Source0: http://www.unicode.org/Public/zipped/%{version}/UCD.zip Source0: http://www.unicode.org/Public/zipped/%{version}/UCD.zip
# http://www.unicode.org/terms_of_use.html referenced in ReadMe.txt redirects to: # http://www.unicode.org/terms_of_use.html referenced in ReadMe.txt redirects to:
Source1: http://www.unicode.org/copyright.html 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 BuildRequires: unzip
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description %description
The Unicode Character Database (UCD) consists of a number of data files listing 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 %package unihan
Summary: Unicode Han Database Summary: Unicode Han Database
# for the license and dirs # for the license and dirs
Group: System/I18n
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description unihan %description unihan
@ -71,7 +72,7 @@ cp -p %{SOURCE1} .
%exclude %{ucddir}/Unihan.zip %exclude %{ucddir}/Unihan.zip
%files unihan %files unihan
%defattr(-,root,root)
%{ucddir}/Unihan.zip %{ucddir}/Unihan.zip
%changelog %changelog