Bump release for Aug 2024 java mass rebuild

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson 2024-08-01 10:33:38 -07:00
parent a9ca6bedb8
commit 1206b7f4b7

View File

@ -1,10 +1,10 @@
%bcond_with bootstrap
%bcond_without bootstrap
%global tarball_name RELEASE_%(echo '%{version}' | tr . _)
Name: cglib
Version: 3.3.0
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Code Generation Library for Java
# ASM MethodVisitor is based on ASM code and therefore
# BSD-licensed. Everything else is ASL 2.0.
@ -82,6 +82,9 @@ Documentation for the cglib code generation library.
%license LICENSE NOTICE
%changelog
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 3.3.0-15
- Bump release for Aug 2024 java mass rebuild
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.3.0-14
- Bump release for June 2024 mass rebuild