From 8749b20c02ee48ee5b5209cc72fc5ceb1beedb26 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Fri, 14 Jun 2024 14:49:57 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 4fb6c79bec6bbd79477533ca5d4d0c4dbedc2058) --- icu4j.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/icu4j.spec b/icu4j.spec index 32495b1..08a04fd 100644 --- a/icu4j.spec +++ b/icu4j.spec @@ -2,10 +2,10 @@ %global srctgz %(v=%{version}; echo "icu4j-$v" | sed 's/\\./_/') Name: icu4j Version: 63.2 -Release: 2 +Release: 3 Epoch: 1 Summary: International Components for Unicode for Java -License: Unicode and MIT and BSD and Public Domain +License: Unicode-DFS-2016 and MIT and BSD and Public Domain URL: https://github.com/unicode-org/icu/ Source0: https://github.com/unicode-org/icu/releases/download/release-63-2/icu4j-63_2.tgz Source1: https://repo1.maven.org/maven2/com/ibm/icu/icu4j/%{version}/icu4j-%{version}.pom @@ -94,8 +94,11 @@ install -m 644 icu4j-localespi.jar %{buildroot}%{_javadir}/icu4j/ %license main/shared/licenses/* %changelog +* Thu Jun 13 2024 wangkai <13474090681@163.com> - 1:63.2-3 +- License compliance rectification + * Thu Sep 28 2023 liyanan - 1:63.2-2 - Fixed compilation failures caused by hamcrest upgrade -* Sat Aug 1 2020 chengzihan - 63.2-1 +* Sat Aug 1 2020 chengzihan - 1:63.2-1 - Package init -- Gitee