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