From 5cd98b766887d714a2b3395e7a7beeda96eedb3c Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:17:06 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- brotli.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/brotli.spec b/brotli.spec index 4f488fc..efff6fc 100644 --- a/brotli.spec +++ b/brotli.spec @@ -1,6 +1,6 @@ Name: brotli Version: 1.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Lossless compression algorithm License: MIT @@ -150,6 +150,10 @@ done %changelog +* Tue Oct 29 2024 Troy Dawson - 1.1.0-6 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Wed Sep 11 2024 Eike Rathke - 1.1.0-5 - Check BitMask(n) n value for kBrotliBitMask[n] bounds