From 639a2afc6bc62cbe6ab40d66aa220ce8b189378b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Aug 2024 10:34:16 -0700 Subject: [PATCH] Bump release for Aug 2024 java mass rebuild Signed-off-by: Troy Dawson --- slf4j.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/slf4j.spec b/slf4j.spec index 27d8254..c7b03d9 100644 --- a/slf4j.spec +++ b/slf4j.spec @@ -1,4 +1,4 @@ -%bcond_with bootstrap +%bcond_without bootstrap # Copyright (c) 2000-2009, JPackage Project # All rights reserved. @@ -32,7 +32,7 @@ Name: slf4j Version: 1.7.32 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Simple Logging Facade for Java # the log4j-over-slf4j and jcl-over-slf4j submodules are ASL 2.0, rest is MIT License: MIT AND Apache-2.0 @@ -205,6 +205,9 @@ cp -pr target/site/* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual %{_defaultdocdir}/%{name}-manual %changelog +* Thu Aug 01 2024 Troy Dawson - 1.7.32-12 +- Bump release for Aug 2024 java mass rebuild + * Mon Jun 24 2024 Troy Dawson - 1.7.32-11 - Bump release for June 2024 mass rebuild