From 254df82daf1bda3461c04e8a68a3bd1e399ccb4b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Aug 2024 10:33:51 -0700 Subject: [PATCH] Bump release for Aug 2024 java mass rebuild Signed-off-by: Troy Dawson --- jsoup.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jsoup.spec b/jsoup.spec index e6481f4..26386fe 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -1,8 +1,8 @@ -%bcond_with bootstrap +%bcond_without bootstrap Name: jsoup Version: 1.17.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Java library for working with real-world HTML License: MIT URL: https://jsoup.org/ @@ -72,6 +72,9 @@ sed -i /org.jspecify/d src/main/java9/module-info.java %license LICENSE %changelog +* Thu Aug 01 2024 Troy Dawson - 1.17.2-3 +- Bump release for Aug 2024 java mass rebuild + * Mon Jun 24 2024 Troy Dawson - 1.17.2-2 - Bump release for June 2024 mass rebuild