From 22c4010eaeaef61f4fb19fe7795c14a9bcfa849b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Aug 2024 10:33:52 -0700 Subject: [PATCH] Bump release for Aug 2024 java mass rebuild Signed-off-by: Troy Dawson --- junit5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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