From a3e7f4d81230d9c5fc5a30c631c6271cb91f101f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Thu, 15 Dec 2022 02:35:50 +0000 Subject: [PATCH] Enable debuginfo for fix strip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 付善庆 --- sentencepiece.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sentencepiece.spec b/sentencepiece.spec index 4bf4dfd..158f206 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 -- Gitee