From 05400032c85371a97283b0a013d8cac6764c3c8f Mon Sep 17 00:00:00 2001 From: lijianglin Date: Tue, 25 Oct 2022 20:01:58 +0800 Subject: [PATCH] rebuild package --- libdatrie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libdatrie.spec b/libdatrie.spec index 3c07c05..028e319 100644 --- a/libdatrie.spec +++ b/libdatrie.spec @@ -1,6 +1,6 @@ Name: libdatrie Version: 0.2.13 -Release: 1 +Release: 2 Summary: a library of double-array structure for representing trie. License: LGPLv2+ URL: https://linux.thai.net/~thep/datrie @@ -59,6 +59,9 @@ make check %{_mandir}/man1/trietool*.1.gz %changelog +* Tue Oct 25 2022 lijianglin - 0.2.13-2 +- rebuild package + * Tue Nov 30 2021 zhouwenpei - 0.2.13-1 - update to 0.2.13 -- Gitee