From 39579b85752d815ddd4aabafa136371b25e7ac4a Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:50:26 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- mpdecimal.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mpdecimal.spec b/mpdecimal.spec index 2f29a4c..bc2eea7 100644 --- a/mpdecimal.spec +++ b/mpdecimal.spec @@ -3,7 +3,7 @@ Name: mpdecimal Version: 2.5.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Library for general decimal arithmetic License: BSD-2-Clause @@ -107,6 +107,10 @@ fi %ldconfig_scriptlets %changelog +* Tue Oct 29 2024 Troy Dawson - 2.5.1-12 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Tue Jul 02 2024 Charalampos Stratakis - 2.5.1-11 - Fix bind-now annocheck failure by passing the proper LDFLAGS to the C++ library Resolves: RHEL-33509