From ddb65a2c481372ae97ff772bda644680efa9b043 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Aug 2024 10:33:47 -0700 Subject: [PATCH] Bump release for Aug 2024 java mass rebuild Signed-off-by: Troy Dawson --- javaparser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/javaparser.spec b/javaparser.spec index ad2c085..b09774b 100644 --- a/javaparser.spec +++ b/javaparser.spec @@ -1,4 +1,4 @@ -%bcond_with bootstrap +%bcond_without bootstrap %if !0%{?rhel} && %{without bootstrap} %bcond_without bnd_maven_plugin @@ -8,7 +8,7 @@ Name: javaparser Version: 3.25.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Java 1 to 13 Parser and Abstract Syntax Tree for Java License: LGPL-2.0-or-later OR Apache-2.0 URL: https://javaparser.org @@ -108,6 +108,9 @@ sed -i \ %license LICENSE LICENSE.APACHE LICENSE.GPL LICENSE.LGPL %changelog +* Thu Aug 01 2024 Troy Dawson - 3.25.6-6 +- Bump release for Aug 2024 java mass rebuild + * Mon Jun 24 2024 Troy Dawson - 3.25.6-5 - Bump release for June 2024 mass rebuild