From a16f68bca9d8e94b3228e709eaeca404ae9a401b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Aug 2024 10:34:14 -0700 Subject: [PATCH] Bump release for Aug 2024 java mass rebuild Signed-off-by: Troy Dawson --- qdox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qdox.spec b/qdox.spec index e681267..d0a06c9 100644 --- a/qdox.spec +++ b/qdox.spec @@ -1,8 +1,8 @@ -%bcond_with bootstrap +%bcond_without bootstrap Name: qdox Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extract class/interface/method definitions from sources License: Apache-2.0 URL: https://github.com/paul-hammant/qdox @@ -84,6 +84,9 @@ jar ufm target/%{name}-%{version}.jar %{SOURCE1} %license LICENSE.txt %changelog +* Thu Aug 01 2024 Troy Dawson - 2.1.0-3 +- Bump release for Aug 2024 java mass rebuild + * Mon Jun 24 2024 Troy Dawson - 2.1.0-2 - Bump release for June 2024 mass rebuild