diff --git a/cglib.spec b/cglib.spec index 146b392..401153e 100644 --- a/cglib.spec +++ b/cglib.spec @@ -1,10 +1,10 @@ -%bcond_with bootstrap +%bcond_without bootstrap %global tarball_name RELEASE_%(echo '%{version}' | tr . _) Name: cglib Version: 3.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Code Generation Library for Java # ASM MethodVisitor is based on ASM code and therefore # BSD-licensed. Everything else is ASL 2.0. @@ -81,6 +81,9 @@ Documentation for the cglib code generation library. %license LICENSE NOTICE %changelog +* Mon May 17 2021 Mikolaj Izdebski - 3.3.0-3 +- Bootstrap build + * Tue Jan 26 2021 Fedora Release Engineering - 3.2.9-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild