From e1c250bb4d7124ae28735dd55a4d1cbf5dc53c21 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:17:47 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- catch1.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/catch1.spec b/catch1.spec index a014c77..43e0e55 100644 --- a/catch1.spec +++ b/catch1.spec @@ -2,7 +2,7 @@ Name: catch1 Version: 1.12.2 -Release: 18%{?dist} +Release: 19%{?dist} Summary: A modern, C++-native, header-only, framework for unit-tests, TDD and BDD License: BSL-1.0 @@ -56,6 +56,10 @@ cp -pr include %{buildroot}%{_includedir}/catch %changelog +* Tue Oct 29 2024 Troy Dawson - 1.12.2-19 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Thu Aug 15 2024 Attila Lakatos - 1.12.2-18 - Rebuild Resolves: RHEL-54347