diff --git a/sentencepiece.spec b/sentencepiece.spec index 4bf4dfdc201b342c8e31df40da53b7eab1fcc1d0..158f20641bb1b7eaa196a60c4f06093a71d4640e 100644 --- a/sentencepiece.spec +++ b/sentencepiece.spec @@ -1,6 +1,6 @@ Name: sentencepiece Version: 0.1.92 -Release: 6 +Release: 7 Summary: An unsupervised text tokenizer and detokenizer License: Apache-2.0 URL: https://github.com/google/sentencepiece @@ -22,8 +22,6 @@ Requires: protobuf protobuf-compiler SentencePiece is an unsupervised text tokenizer and detokenizer mainly for Neural Network-based text generation systems where the vocabulary size is predetermined prior to the neural model training. -%global debug_package %{nil} - %prep %autosetup -p1 -n %{name}-%{version} @@ -56,6 +54,9 @@ make install %{_includedir}/sentencepiece*.h %changelog +* Thu Dec 08 2022 fushanqing - 0.1.92.7 +- Enable debuginfo for fix strip + * Fri Nov 27 2021 xiefangqi - 0.1.92.6 - Fix split_digits support to SentencepieceTrainer spec parser - Add sentencepiece.pc install