From ae9deea5e7eb829fd66dd4d071f3907db172d40e Mon Sep 17 00:00:00 2001
From: Jens Petersen
-
NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
COPYRIGHT AND PERMISSION NOTICE
-Copyright © 1991-2012 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in +
Copyright © 1991-2013 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 a copy of the Unicode data files and
diff --git a/sources b/sources
index a56f02c..1ac0c3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cbdd64a505106fcc3ae8692e42d57f42 UCD.zip
+f18196a072026bf162ff41f5eef67b00 UCD.zip
diff --git a/unicode-ucd.spec b/unicode-ucd.spec
index 76ccb3a..64b89ef 100644
--- a/unicode-ucd.spec
+++ b/unicode-ucd.spec
@@ -3,8 +3,8 @@
%global ucddir %{unicodedir}/ucd
Name: unicode-ucd
-Version: 6.2.0
-Release: 5%{?dist}
+Version: 6.3.0
+Release: 1%{?dist}
Summary: Unicode Character Database
# https://fedoraproject.org/wiki/Licensing/MIT#Modern_Style_without_sublicense_.28Unicode.29
@@ -24,6 +24,9 @@ containing test data for conformance to several important Unicode algorithms.
%prep
%setup -q -c
+# license terms for doc
+cp -p %{SOURCE1} .
+
%build
%{nil}
@@ -33,9 +36,6 @@ containing test data for conformance to several important Unicode algorithms.
mkdir -p %{buildroot}%{ucddir}
cp -ar . %{buildroot}%{ucddir}
-# license terms only for doc
-cp -p %{SOURCE1} .
-
%files
%doc copyright.html
@@ -44,6 +44,9 @@ cp -p %{SOURCE1} .
%changelog
+* Mon Sep 30 2013 Jens Petersen