From 58fe7dacfe1f1018cb18b7b60d91e6a3912b6bfd Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 17 May 2021 15:49:39 +0200 Subject: [PATCH] Bootstrap build --- cglib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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