diff --git a/libdatrie.spec b/libdatrie.spec index 32e71cf..fbfe029 100644 --- a/libdatrie.spec +++ b/libdatrie.spec @@ -1,6 +1,6 @@ Name: libdatrie Version: 0.2.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of Double-Array structure for representing trie License: LGPLv2+ URL: http://linux.thai.net/projects/datrie @@ -64,6 +64,10 @@ LD_LIBRARY_PATH=../datrie/.libs %make_build check %{_pkgdocdir}-devel/*.{html,css,png,js,svg} %changelog +* Fri Jun 25 2021 Peng Wu - 0.2.13-3 +- Rebuild the package +- Resolves: #1973518 + * Fri Apr 16 2021 Mohan Boddu - 0.2.13-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937