diff --git a/snowball-java.spec b/snowball-java.spec index 0165128..d08ff63 100644 --- a/snowball-java.spec +++ b/snowball-java.spec @@ -1,8 +1,8 @@ Name: snowball-java Version: 0 -Release: 1 +Release: 2 Summary: Java stemming algorithm library -License: BSD +License: BSD-2-Clause URL: http://snowball.tartarus.org Source0: http://snowball.tartarus.org/dist/libstemmer_java.tgz Source1: snowball-template-pom.xml @@ -52,5 +52,8 @@ sed -i 's/\r//' license.txt notice.txt %license license.txt notice.txt %changelog +* Tue May 10 2022 liyanan - 0-2 +- License compliance rectification + * Thu Jul 30 2020 maminjie - 0-1 - package init