Update to latest upstream release for ASM 7 support
This commit is contained in:
parent
a94035e36e
commit
eaa247160e
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ cglib-src-2.2.jar
|
||||
/cglib-3.1.pom
|
||||
/RELEASE_3_2_4.tar.gz
|
||||
/cglib-RELEASE_3_2_4
|
||||
/RELEASE_3_2_9.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global tarball_name RELEASE_3_2_4
|
||||
%global tarball_name RELEASE_3_2_9
|
||||
|
||||
Name: cglib
|
||||
Version: 3.2.4
|
||||
Release: 8%{?dist}
|
||||
Version: 3.2.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Code Generation Library for Java
|
||||
# ASM MethodVisitor is based on ASM code and therefore
|
||||
# BSD-licensed. Everything else is ASL 2.0.
|
||||
@ -71,6 +71,9 @@ Documentation for the cglib code generation library.
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Nov 29 2018 Mat Booth <mat.booth@redhat.com> - 3.2.9-1
|
||||
- Update to latest upstream release for ASM 7 support
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.4-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user