Full, non-bootstrap build
This commit is contained in:
parent
d967da4c48
commit
6562da0e6c
@ -1,10 +1,10 @@
|
|||||||
# Byte Buddy requires itself to build, so set this flag
|
# Byte Buddy requires itself to build, so set this flag
|
||||||
# to break the bootstrap cycle
|
# to break the bootstrap cycle
|
||||||
%bcond_without bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: byte-buddy
|
Name: byte-buddy
|
||||||
Version: 1.9.5
|
Version: 1.9.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Runtime code generation for the Java virtual machine
|
Summary: Runtime code generation for the Java virtual machine
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://bytebuddy.net/
|
URL: http://bytebuddy.net/
|
||||||
@ -133,6 +133,9 @@ sed -i -e '/SuppressFBWarnings/d' $(grep -lr SuppressFBWarnings)
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 04 2018 Mat Booth <mat.booth@redhat.com> - 1.9.5-2
|
||||||
|
- Full, non-bootstrap build
|
||||||
|
|
||||||
* Fri Nov 30 2018 Mat Booth <mat.booth@redhat.com> - 1.9.5-1
|
* Fri Nov 30 2018 Mat Booth <mat.booth@redhat.com> - 1.9.5-1
|
||||||
- Update to latest upstream release
|
- Update to latest upstream release
|
||||||
- Add a bootstrap mode to break circular self-dependency
|
- Add a bootstrap mode to break circular self-dependency
|
||||||
|
Loading…
Reference in New Issue
Block a user