From ced33e69dbf18b9115de99bcd194afd9ab4108a6 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:40:28 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- libdatrie.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libdatrie.spec b/libdatrie.spec index 65ce4d3..82d6dfd 100644 --- a/libdatrie.spec +++ b/libdatrie.spec @@ -1,6 +1,6 @@ Name: libdatrie Version: 0.2.13 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Implementation of Double-Array structure for representing trie License: LGPL-2.1-or-later URL: http://linux.thai.net/projects/datrie @@ -62,6 +62,10 @@ LD_LIBRARY_PATH=../datrie/.libs %make_build check %{_pkgdocdir}-devel/*.{html,css,png,js,svg} %changelog +* Tue Oct 29 2024 Troy Dawson - 0.2.13-11 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Jun 24 2024 Troy Dawson - 0.2.13-10 - Bump release for June 2024 mass rebuild