From 998e3443ce319db5391ea5495dc96404660f33c3 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Aug 2024 10:33:45 -0700 Subject: [PATCH] Bump release for Aug 2024 java mass rebuild Signed-off-by: Troy Dawson --- jansi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jansi.spec b/jansi.spec index 9834004..1ed1405 100644 --- a/jansi.spec +++ b/jansi.spec @@ -1,8 +1,8 @@ -%bcond_with bootstrap +%bcond_without bootstrap Name: jansi Version: 2.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Generate and interpret ANSI escape sequences in Java License: Apache-2.0 URL: http://fusesource.github.io/jansi/ @@ -95,6 +95,9 @@ cp -p src/main/native/libjansi.so %{buildroot}%{_prefix}/lib/%{name} %license license.txt %changelog +* Thu Aug 01 2024 Troy Dawson - 2.4.1-3 +- Bump release for Aug 2024 java mass rebuild + * Mon Jun 24 2024 Troy Dawson - 2.4.1-2 - Bump release for June 2024 mass rebuild