diff --git a/junit5.spec b/junit5.spec index 562edcd..795da5a 100644 --- a/junit5.spec +++ b/junit5.spec @@ -1,4 +1,4 @@ -%bcond_with bootstrap +%bcond_without bootstrap # Component versions, taken from gradle.properties %global platform_version 1.%(v=%{version}; echo ${v:2}) @@ -7,7 +7,7 @@ Name: junit5 Version: 5.10.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Java regression testing framework License: EPL-2.0 URL: https://junit.org/junit5/ @@ -131,6 +131,9 @@ ln -s ../../javadoc/junit5 documentation/src/docs/api %doc documentation/src/docs/* %changelog +* Thu Aug 01 2024 Troy Dawson - 5.10.2-3 +- Bump release for Aug 2024 java mass rebuild + * Mon Jun 24 2024 Troy Dawson - 5.10.2-2 - Bump release for June 2024 mass rebuild